Commit Graph

267 Commits

Author SHA1 Message Date
Todd Zullinger d939722801 Simplify %{_libdir}/znc/ file list
Manually maintaining the module list is tedious and error-prone.
Include all files under %{_libdir}/znc by default.  Use %exclude to
filter out the modperl, modpython, and modtcl files.
2018-08-26 04:24:21 -04:00
Todd Zullinger 7e502cc8e6 Check upstream GPG signature in %prep
Upstream provides signatures for the source tarballs.  Automatically
verify them in %prep.  This is one less manual step for maintainers.

The upstream tarballs are signed by Alexey Sokolov, AKA DarthGandalf.
The key was initially taken from Alexey's profile page at
savannah.gnu.org¹.  The key was then refreshed from the public
keyservers to pick up changes to the expiration date.  Lastly, it was
exported via the following command:

    gpg2 --armor --export-options export-minimal --export \
        D5823CACB477191CAC0075555AE420CC0209989E > gpgkey-5AE420CC0209989E.asc

¹ https://savannah.gnu.org/users/darthgandalf
2018-08-26 04:22:23 -04:00
Todd Zullinger b4e64ed274 Use https for URL and SOURCE tags
While upstream redirects to https these days, avoid sending users to the
non-secure site.  As %url is used for Source0 it's preferable to
download source tarballs via a secure channel.
2018-08-26 04:18:44 -04:00
Todd Zullinger 2e6612f513 Use %autosetup, %make_build, and %make_install macros
Using %autosetup removes the need to manually define %patchN macros.

Using %make_build and %make_install handles %{?_smp_mflags} and DESTDIR.

Also remove cruft related to the znc systemd service file install, left
after a53b3b8 ("cleanup conditionals, use upstream unit file",
2016-10-07).
2018-08-26 04:18:17 -04:00
Todd Zullinger 21befc622d Remove cruft from %prep
The znc.cpp file was moved in znc-1.0 and the pattern used in the perl
replacement changed.  No one seems to have missed the addition of the
%%{release} macro which was intended.  Drop the command and avoid an rpm
build warning.

Similarly, the q.cpp file mode no longer needs to be fixed.
2018-08-26 04:16:24 -04:00
Todd Zullinger a61baffdc8 Clean up ancient Fedora and RHEL conditionals
RHEL-5 reached EOL in March of 2017.  Fedora-24 is similarly EOL.
2018-08-24 20:07:44 -04:00
Nick Bebout 5e81aa65ec Add gcc-c++ and redhat-rpm-config to dependencies of znc-devel 2018-07-23 11:06:25 -05:00
Nick Bebout c9332deeed Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/znc 2018-07-23 11:05:41 -05:00
Nick Bebout 16c5bdf70b Add gcc-c++ and redhat-rpm-config to dependencies 2018-07-23 11:05:26 -05:00
Nick Bebout 18f3e665cd Add admindebug.so to files 2018-07-17 19:05:14 -05:00
Nick Bebout 2b698f2c1f Update to 1.7.1 2018-07-17 18:51:09 -05:00
Fedora Release Engineering ec1af11616 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:52:27 +00:00
Pete Walter 6ce4d60bbb Add missing BuildRequires: gcc-c++ 2018-07-10 23:46:45 +01:00
Pete Walter 04dd6d84b9 Rebuild for ICU 62 2018-07-10 22:06:13 +01:00
Petr Písař 5ac3db7ead Perl 5.28 rebuild 2018-07-03 12:35:56 +02:00
Jitka Plesnikova 35493f64d0 Perl 5.28 rebuild 2018-06-28 03:33:43 +02:00
Miro Hrončok 853357be18 Rebuilt for Python 3.7 2018-06-19 11:31:02 +02:00
Nick Bebout 84d2780a32 Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/znc 2018-05-18 14:36:11 -05:00
Nick Bebout c4ebcd526b Fix %files to not use wildcard 2018-05-18 14:35:05 -05:00
Nick Bebout ab1e6679f6 Revert "Update to 1.7.0"
This reverts commit dcd546a2a9.
2018-05-18 13:35:47 -05:00
Pete Walter 2c25631517 Rebuild for ICU 61.1 2018-05-15 14:24:52 +01:00
Nick Bebout dcd546a2a9 Update to 1.7.0 2018-05-02 14:46:29 -05:00
Pete Walter 9356bcd845 Rebuild for ICU 61.1 2018-04-30 08:32:48 +01:00
Nick Bebout ac0cebd747 Update to 1.6.6 2018-03-05 08:15:29 -06:00
Fedora Release Engineering b0b57dcc97 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 22:31:03 +00:00
Igor Gnatenko 091b6c7bb1
Fix systemd executions/requirements
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-25 15:59:04 +01:00
Björn Esser 2a7e59df0e
Rebuilt for switch to libxcrypt 2018-01-20 23:08:48 +01:00
Pete Walter 9560e1eaf8 Rebuild for ICU 60.1 2017-11-30 20:57:24 +00:00
Fedora Release Engineering b246f770e8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 11:13:07 +00:00
Fedora Release Engineering 88c004476e - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:45:18 +00:00
Petr Písař 752dd46c35 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-13 09:59:50 +02:00
Petr Písař 83fe02ad82 Fix creating /var/lib/znc directory 2017-06-12 17:15:26 +02:00
Jitka Plesnikova 127290d150 Perl 5.26 rebuild 2017-06-04 09:56:40 +02:00
Fedora Release Engineering e70bc574ea - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild 2017-05-15 19:51:32 +00:00
Nick Bebout 07b978f9e6 Apply patch from tibbs to change how /var/lib/znc is created 2017-03-14 10:33:27 -05:00
Nick Bebout f0a00b68e0 Apply patch from tibbs to change how /var/lib/znc is created 2017-03-14 10:30:42 -05:00
Nick Bebout 0f2ad4414f Update to 1.6.5 2017-03-14 10:06:47 -05:00
Fedora Release Engineering f25e46c55b - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:26:24 +00:00
Miro Hrončok c5007ded61 Rebuild for Python 3.6 2016-12-19 18:20:38 +01:00
Nick Bebout b260c20ce0 Update to 1.6.4 2016-12-16 13:15:10 -06:00
Nick Bebout 81e864b31f Fix %setup 2016-11-28 16:44:12 -06:00
Nick Bebout c4189a8553 Fix N-V-R 2016-11-28 16:38:42 -06:00
Nick Bebout 234a1d0dcd Update to 1.6.4-rc2 2016-11-28 16:36:51 -06:00
Nick Bebout 37ece4fccd Apply patch from tibbs to own libdir/znc 2016-11-07 08:20:32 -06:00
Eli Young 375994c11b Add support for modpython on EPEL >= 7 2016-10-10 08:57:43 -05:00
Nick Bebout aa5e141f54 Fix bug 1367810 2016-10-07 16:07:17 -05:00
Nick Bebout 52bdcb564c Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/znc 2016-10-07 13:19:35 -05:00
Nick Bebout 7fc881758c Cleanup conditionals, use upstream systemd unit file 2016-10-07 13:18:44 -05:00
Nick Bebout a53b3b8ab7 cleanup conditionals, use upstream unit file 2016-10-07 13:17:01 -05:00
Petr Písař 799aee9b7c Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:21:25 +02:00
Jitka Plesnikova 2ba9f4d6ca Perl 5.24 rebuild 2016-05-17 03:29:45 +02:00
David Tardon 3f5062ef28 rebuild for ICU 57.1 2016-04-15 20:17:27 +02:00
Nick Bebout 42b83a035c Update to 1.6.3 2016-04-06 14:11:01 -05:00
Fedora Release Engineering 208c4b4f39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 04:08:20 +00:00
Nick Bebout a40401f505 Update to 1.6.2 2015-11-16 15:02:58 -06:00
Peter Robinson ee1088bf77 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 18:17:28 +00:00
David Tardon c47fde8e92 rebuild for ICU 56.1 2015-10-28 14:09:12 +01:00
Nick Bebout 835c5c393e Update to 1.6.1 2015-08-03 19:37:58 -05:00
Nick Bebout ef7c08bec6 Revert change to znc path 2015-06-19 16:54:49 -05:00
Nick Bebout 5e91d0ea2e Update files in spec 2015-06-18 19:56:52 -05:00
Nick Bebout 4184aa223b Fix bugs 2015-06-18 19:41:19 -05:00
Jitka Plesnikova 3673eff25e Perl 5.22 rebuild 2015-06-06 18:20:53 +02:00
Kalev Lember 17a668c257 Rebuilt for GCC 5 C++11 ABI change 2015-05-02 18:55:20 +02:00
Nick Bebout 78cb5b1371 Update to 1.6.0 2015-02-23 19:46:04 -06:00
Jitka Plesnikova 0637e1a0dd Perl 5.20 rebuild 2014-08-27 12:53:35 +02:00
Peter Robinson 79f80df01e - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 11:46:49 +00:00
Björn Esser 2e8bfbdf2e re-add needed %%global for Python3 2014-08-03 21:35:54 +02:00
Björn Esser da030cfe6c add missing backslashes 2014-08-03 21:13:01 +02:00
Björn Esser 5d6645262f merge to get common history in all branches 2014-08-03 20:58:23 +02:00
Björn Esser 9f106b2b1f skip the python-subpkg on EPEL <= 7
replaced %%define with %%global
removed %%defattr, since it is not needed for recent releases
conditionalized stuff for el <= 5
small cleanups
purged unused patches
2014-08-03 20:56:09 +02:00
Dennis Gilmore 28c14be16b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 13:16:09 -05:00
Kalev Lember 36a7753feb Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 2014-05-28 15:31:31 +02:00
Jaroslav Škarvada 4b89ef3743 - Rebuilt for https://fedoraproject.org/wiki/Changes/f21tcl86 2014-05-21 12:46:51 +02:00
Nick Bebout 777fdc92d9 Merge branch 'master' into el5 2014-05-15 20:32:42 -05:00
Nick Bebout ac94eac6ca Update to 1.4 2014-05-15 20:21:58 -05:00
Nick Bebout 153aa84553 Merge branch 'master' into el5
Conflicts:
	znc.spec
2014-04-14 21:07:40 -05:00
Nick Bebout 6c87763726 Add patch to fix crash bug 2014-04-14 20:29:03 -05:00
Nick Bebout 5526916761 Fix various bugs 2013-11-11 17:30:20 -06:00
Nick Bebout b0ce3e5b1f Fix build 2013-11-11 10:55:04 -06:00
Nick Bebout 278948aae6 Upgrade to 1.2 2013-11-11 10:53:21 -06:00
Nick Bebout a6eeb14354 Upgrade to 1.2-rc2 2013-10-25 20:04:51 -05:00
Nick Bebout a451907be0 Add modules_online.so 2013-09-26 17:32:12 -05:00
Nick Bebout 4ba75e886b Oops, forgot to change alpha to beta 2013-09-26 17:19:10 -05:00
Nick Bebout 9b8ecd133e Upgrade to znc 1.2-beta1 2013-09-26 17:13:30 -05:00
Nick Bebout f458dc8dd0 Minor changes to spec 2013-08-07 16:40:16 -05:00
Petr Písař bc3630e17c Perl 5.18 rebuild 2013-08-03 14:57:04 +02:00
Nick Bebout d31e2f3ee3 Fix license 2013-07-28 21:24:24 -05:00
Nick Bebout 99363cd73c Add gettext-devel to BuildRequires 2013-07-28 17:00:07 -05:00
Nick Bebout 9c0644c3dc Upgrade to 1.2-alpha1 2013-07-28 16:45:10 -05:00
Petr Písař 4791326b3c Perl 5.18 rebuild 2013-07-17 15:30:12 +02:00
Dennis Gilmore 7814ab569a - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:23:41 -06:00
Nick Bebout fb3d9c704d Merge branch 'master' into el5 2012-11-13 17:59:12 -06:00
Nick Bebout 5f84d7e718 Add dist tag back 2012-11-13 17:55:16 -06:00
Nick Bebout 36bc878a3a Update to 1.0 2012-11-13 17:41:56 -06:00
Nick Bebout 3523649a68 Upgrade to 1.0-beta1 2012-10-18 19:12:44 -05:00
Nick Bebout 7db01151bc Merge branch 'master' into el5
Conflicts:
	znc.spec
2012-09-13 20:18:56 -05:00
Nick Bebout 8edc3f1d0e Update to 1.0-alpha1 2012-09-13 20:13:57 -05:00
Dennis Gilmore 6ed29b1c96 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 03:29:43 -05:00
Nick Bebout 90a1f8aec8 Merge branch 'master' into el5 2012-04-16 23:15:57 -05:00
Nick Bebout 6e0e08cece Merge branch 'master' of ssh://pkgs.fedoraproject.org/znc
Conflicts:
	znc.spec
2012-04-16 23:05:21 -05:00