Browse Source

znc package update

Signed-off-by: tuibuilder_pel7x64builder0 <tuibuilder@powerel.org>
master
tuibuilder_pel7x64builder0 6 years ago
parent
commit
c8ae733e32
  1. 50
      SPECS/znc.spec

50
SPECS/znc.spec

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
%endif # 0%{?fedora} || 0%{?rhel} >= 7

Name: znc
Version: 1.6.6
Version: 1.7.1
Release: 1%{?dist}
Summary: An advanced IRC bouncer
Group: System Environment/Daemons
@ -24,6 +24,7 @@ Source0: %{url}/releases/%{name}-%{version}.tar.gz @@ -24,6 +24,7 @@ Source0: %{url}/releases/%{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: c-ares-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: gcc-c++
BuildRequires: gettext-devel
BuildRequires: libicu-devel
BuildRequires: openssl-devel >= 0.9.8
@ -89,16 +90,16 @@ perl module for ZNC @@ -89,16 +90,16 @@ perl module for ZNC
Summary: python3 module for ZNC
Group: Development/Libraries

#%if 0%{?rhel}
#BuildRequires: python34-devel
#%else
%if 0%{?rhel}
BuildRequires: python3-devel
%else
BuildRequires: python3-devel
#%endif # 0%{?rhel}
%endif # 0%{?rhel}
BuildRequires: swig

Requires: %{name} = %{version}-%{release}
%if 0%{?rhel}
Requires: python34
Requires: python3
%else
Requires: python3
%endif # 0%{?rhel}
@ -168,10 +169,11 @@ getent passwd znc >/dev/null || \ @@ -168,10 +169,11 @@ getent passwd znc >/dev/null || \


%files
%doc AUTHORS LICENSE README.md
%doc LICENSE README.md
%{_bindir}/znc
%{_mandir}/man1/*
%dir %{_libdir}/znc
%{_libdir}/znc/admindebug.so
%{_libdir}/znc/adminlog.so
%{_libdir}/znc/alias.so
%{_libdir}/znc/autoattach.so
@ -216,6 +218,7 @@ getent passwd znc >/dev/null || \ @@ -216,6 +218,7 @@ getent passwd znc >/dev/null || \
%{_libdir}/znc/raw.so
%{_libdir}/znc/route_replies.so
%{_libdir}/znc/sample.so
%{_libdir}/znc/samplewebapi.so
%{_libdir}/znc/sasl.so
%{_libdir}/znc/savebuff.so
%{_libdir}/znc/schat.so
@ -223,6 +226,7 @@ getent passwd znc >/dev/null || \ @@ -223,6 +226,7 @@ getent passwd znc >/dev/null || \
%{_libdir}/znc/shell.so
%{_libdir}/znc/simple_away.so
%{_libdir}/znc/stickychan.so
%{_libdir}/znc/stripcontrols.so
%{_libdir}/znc/watch.so
%{_libdir}/znc/webadmin.so
%{_datadir}/znc/
@ -248,10 +252,42 @@ getent passwd znc >/dev/null || \ @@ -248,10 +252,42 @@ getent passwd znc >/dev/null || \
%files modpython
%{_libdir}/znc/modpython/
%{_libdir}/znc/modpython.so
%{_libdir}/znc/pyeval.py
%{_libdir}/znc/__pycache__/
%endif # 0%{?with_modpython}


%changelog
* Tue Jul 17 2018 Nick Bebout <nb@fedoraproject.org> - 1.7.1-1
- Update to 1.7.1

* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 1.7.0-7
- Rebuild for ICU 62

* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 1.7.0-6
- Perl 5.28 rebuild

* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.7.0-5
- Perl 5.28 rebuild

* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.7.0-4
- Rebuilt for Python 3.7

* Fri May 18 2018 Nick Bebout <nb@usi.edu> - 1.7.0-3
- Fix %%files to not use wildcard

* Tue May 15 2018 Pete Walter <pwalter@fedoraproject.org> - 1.7.0-2
- Rebuild for ICU 61.1

* Wed May 2 2018 Nick Bebout <nb@usi.edu> - 1.7.0-1
- Update to 1.7.0

* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 1.6.6-2
- Rebuild for ICU 61.1

* Mon Mar 05 2018 Nick Bebout <nb@usi.edu> - 1.6.6-1
- Update to 1.6.6


Loading…
Cancel
Save