|
|
@ -12,7 +12,7 @@ |
|
|
|
%endif # 0%{?fedora} || 0%{?rhel} >= 7 |
|
|
|
%endif # 0%{?fedora} || 0%{?rhel} >= 7 |
|
|
|
|
|
|
|
|
|
|
|
Name: znc |
|
|
|
Name: znc |
|
|
|
Version: 1.6.6 |
|
|
|
Version: 1.7.1 |
|
|
|
Release: 1%{?dist} |
|
|
|
Release: 1%{?dist} |
|
|
|
Summary: An advanced IRC bouncer |
|
|
|
Summary: An advanced IRC bouncer |
|
|
|
Group: System Environment/Daemons |
|
|
|
Group: System Environment/Daemons |
|
|
@ -24,6 +24,7 @@ Source0: %{url}/releases/%{name}-%{version}.tar.gz |
|
|
|
BuildRequires: automake |
|
|
|
BuildRequires: automake |
|
|
|
BuildRequires: c-ares-devel |
|
|
|
BuildRequires: c-ares-devel |
|
|
|
BuildRequires: cyrus-sasl-devel |
|
|
|
BuildRequires: cyrus-sasl-devel |
|
|
|
|
|
|
|
BuildRequires: gcc-c++ |
|
|
|
BuildRequires: gettext-devel |
|
|
|
BuildRequires: gettext-devel |
|
|
|
BuildRequires: libicu-devel |
|
|
|
BuildRequires: libicu-devel |
|
|
|
BuildRequires: openssl-devel >= 0.9.8 |
|
|
|
BuildRequires: openssl-devel >= 0.9.8 |
|
|
@ -89,16 +90,16 @@ perl module for ZNC |
|
|
|
Summary: python3 module for ZNC |
|
|
|
Summary: python3 module for ZNC |
|
|
|
Group: Development/Libraries |
|
|
|
Group: Development/Libraries |
|
|
|
|
|
|
|
|
|
|
|
#%if 0%{?rhel} |
|
|
|
%if 0%{?rhel} |
|
|
|
#BuildRequires: python34-devel |
|
|
|
BuildRequires: python3-devel |
|
|
|
#%else |
|
|
|
%else |
|
|
|
BuildRequires: python3-devel |
|
|
|
BuildRequires: python3-devel |
|
|
|
#%endif # 0%{?rhel} |
|
|
|
%endif # 0%{?rhel} |
|
|
|
BuildRequires: swig |
|
|
|
BuildRequires: swig |
|
|
|
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release} |
|
|
|
Requires: %{name} = %{version}-%{release} |
|
|
|
%if 0%{?rhel} |
|
|
|
%if 0%{?rhel} |
|
|
|
Requires: python34 |
|
|
|
Requires: python3 |
|
|
|
%else |
|
|
|
%else |
|
|
|
Requires: python3 |
|
|
|
Requires: python3 |
|
|
|
%endif # 0%{?rhel} |
|
|
|
%endif # 0%{?rhel} |
|
|
@ -168,10 +169,11 @@ getent passwd znc >/dev/null || \ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
%files |
|
|
|
%doc AUTHORS LICENSE README.md |
|
|
|
%doc LICENSE README.md |
|
|
|
%{_bindir}/znc |
|
|
|
%{_bindir}/znc |
|
|
|
%{_mandir}/man1/* |
|
|
|
%{_mandir}/man1/* |
|
|
|
%dir %{_libdir}/znc |
|
|
|
%dir %{_libdir}/znc |
|
|
|
|
|
|
|
%{_libdir}/znc/admindebug.so |
|
|
|
%{_libdir}/znc/adminlog.so |
|
|
|
%{_libdir}/znc/adminlog.so |
|
|
|
%{_libdir}/znc/alias.so |
|
|
|
%{_libdir}/znc/alias.so |
|
|
|
%{_libdir}/znc/autoattach.so |
|
|
|
%{_libdir}/znc/autoattach.so |
|
|
@ -216,6 +218,7 @@ getent passwd znc >/dev/null || \ |
|
|
|
%{_libdir}/znc/raw.so |
|
|
|
%{_libdir}/znc/raw.so |
|
|
|
%{_libdir}/znc/route_replies.so |
|
|
|
%{_libdir}/znc/route_replies.so |
|
|
|
%{_libdir}/znc/sample.so |
|
|
|
%{_libdir}/znc/sample.so |
|
|
|
|
|
|
|
%{_libdir}/znc/samplewebapi.so |
|
|
|
%{_libdir}/znc/sasl.so |
|
|
|
%{_libdir}/znc/sasl.so |
|
|
|
%{_libdir}/znc/savebuff.so |
|
|
|
%{_libdir}/znc/savebuff.so |
|
|
|
%{_libdir}/znc/schat.so |
|
|
|
%{_libdir}/znc/schat.so |
|
|
@ -223,6 +226,7 @@ getent passwd znc >/dev/null || \ |
|
|
|
%{_libdir}/znc/shell.so |
|
|
|
%{_libdir}/znc/shell.so |
|
|
|
%{_libdir}/znc/simple_away.so |
|
|
|
%{_libdir}/znc/simple_away.so |
|
|
|
%{_libdir}/znc/stickychan.so |
|
|
|
%{_libdir}/znc/stickychan.so |
|
|
|
|
|
|
|
%{_libdir}/znc/stripcontrols.so |
|
|
|
%{_libdir}/znc/watch.so |
|
|
|
%{_libdir}/znc/watch.so |
|
|
|
%{_libdir}/znc/webadmin.so |
|
|
|
%{_libdir}/znc/webadmin.so |
|
|
|
%{_datadir}/znc/ |
|
|
|
%{_datadir}/znc/ |
|
|
@ -248,10 +252,42 @@ getent passwd znc >/dev/null || \ |
|
|
|
%files modpython |
|
|
|
%files modpython |
|
|
|
%{_libdir}/znc/modpython/ |
|
|
|
%{_libdir}/znc/modpython/ |
|
|
|
%{_libdir}/znc/modpython.so |
|
|
|
%{_libdir}/znc/modpython.so |
|
|
|
|
|
|
|
%{_libdir}/znc/pyeval.py |
|
|
|
|
|
|
|
%{_libdir}/znc/__pycache__/ |
|
|
|
%endif # 0%{?with_modpython} |
|
|
|
%endif # 0%{?with_modpython} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%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 |
|
|
|
* Mon Mar 05 2018 Nick Bebout <nb@usi.edu> - 1.6.6-1 |
|
|
|
- Update to 1.6.6 |
|
|
|
- Update to 1.6.6 |
|
|
|
|
|
|
|
|
|
|
|