%define srcnamever NewsCache-1.2rc6 %define socketver 1.12.13 Name: newscache Summary: Free cache server for USENET News Version: 1.2 Release: 0.42.rc6%{?dist} License: GPLv2+ URL: http://www.linuxhacker.at/newscache/ Source0: http://src.linuxhacker.at/NewsCache/%{srcnamever}.tar.gz Source1: http://src.linuxhacker.at/socket++/socket++-%{socketver}.tar.gz Source2: %{name}.init Source3: %{name}.service Patch1: newscache-1.2rc6-config.patch Patch2: newscache-1.2rc6-gcc43.patch Patch3: socket++-1.12.12-drop_doc.patch Patch4: newscache-glibc.patch BuildRequires: make BuildRequires: gcc-c++ BuildRequires: libtool, texinfo, pam-devel BuildRequires: systemd-units Requires(pre): shadow-utils Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units %description NewsCache is a free cache server for USENET News. NewsCache acts to news reading clients like a news server, except that it stores only those articles that have been requested by at least one client. NewsCache targets problems of the current News System like network bandwidth consumption or the IO load caused by news clients. %prep %setup -q -n %{srcnamever} -a 1 cp etc/newscache.conf-dist newscache.conf %patch1 -p0 %patch2 -p1 # to satisfy g++ >= 8.0 sed -i 's/^main/int main/' configure.in # place socket++ source at least 2 level deeper, # to avoid autotools inheritance with the newscache sources... mkdir -p too/deep mv socket++-%{socketver} too/deep pushd too/deep/socket++-%{socketver} %patch3 -p1 popd %patch4 -p1 %build # socket++ is a library from the same site as NewScache. # While it is used by newscache only, there is no reason # to ship it separately. pushd too/deep/socket++-%{socketver} ./autogen %configure --enable-static --disable-shared make %{?_smp_mflags} popd SOCKDIR=$PWD/too/deep/socket++-%{socketver} export CPPFLAGS=-I$SOCKDIR export LDFLAGS=-L$SOCKDIR/socket++/.libs ./autogen %configure --with-pam make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_sysconfdir}/newscache.conf-dist rm -f $RPM_BUILD_ROOT%{_sysconfdir}/newscache.auth-dist # info stuff is too obsolete rm -f $RPM_BUILD_ROOT%{_infodir}/* install -d $RPM_BUILD_ROOT%{_localstatedir}/cache/newscache install -d $RPM_BUILD_ROOT%{_sysconfdir} install -m644 -p newscache.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf #install -d $RPM_BUILD_ROOT%{_initrddir} #install -m755 -p %SOURCE2 $RPM_BUILD_ROOT%{_initrddir}/%{name} install -d $RPM_BUILD_ROOT%{_unitdir} install -p -m644 %SOURCE3 $RPM_BUILD_ROOT%{_unitdir}/%{name}.service install -d $RPM_BUILD_ROOT%{_sysconfdir}/pam.d pushd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d cat <%{name} #%PAM-1.0 auth include password-auth account include password-auth EOF popd install -d $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily pushd $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily cat <%{name} #!/bin/bash /usr/sbin/newscacheclean EOF chmod 755 %{name} popd %pre getent group news >/dev/null || groupadd -r news getent passwd news >/dev/null || \ useradd -r -g news -d /etc/news -s /sbin/nologin -c 'News user' news exit 0 %post %systemd_post %{name}.service %preun %systemd_preun %{name}.service %postun %systemd_postun_with_restart %{name}.service %files %attr(755,news,news) %dir %{_localstatedir}/cache/newscache %config(noreplace) %{_sysconfdir}/%{name}.conf %config(noreplace) %{_sysconfdir}/pam.d/* %config(noreplace) %{_sysconfdir}/cron.daily/* #%config(noreplace) %{_initrddir}/* %{_unitdir}/%{name}.service %{_bindir}/* %{_sbindir}/* %doc AUTHORS COPYING NEWS README THANKS TODO %doc doc/newscache*.txt etc/*-dist %{_mandir}/*/* %changelog * Fri Jul 22 2022 Fedora Release Engineering - 1.2-0.42.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 1.2-0.41.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.2-0.40.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.2-0.39.rc6 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Tue Jan 26 2021 Fedora Release Engineering - 1.2-0.38.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering - 1.2-0.37.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 23 2020 Jeff Law - 1.2-0.36.rc6 - Use strsignal and strerror rather than sys_siglist and sys_errlist * Wed Jan 29 2020 Fedora Release Engineering - 1.2-0.35.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 1.2-0.34.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering - 1.2-0.33.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 14 2019 Björn Esser - 1.2-0.32.rc6 - Rebuilt for libcrypt.so.2 (#1666033) * Fri Jul 13 2018 Fedora Release Engineering - 1.2-0.31.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu May 31 2018 Dmitry Butskoy - 1.2-0.30.rc6 - Fix compiling with g++ >= 8.0 (#1583363) * Thu Feb 08 2018 Fedora Release Engineering - 1.2-0.29.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Jan 20 2018 Björn Esser - 1.2-0.28.rc6 - Rebuilt for switch to libxcrypt * Thu Aug 03 2017 Fedora Release Engineering - 1.2-0.27.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.2-0.26.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 1.2-0.25.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 1.2-0.24.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 1.2-0.23.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 1.2-0.22.rc6 - Rebuilt for GCC 5 C++11 ABI change * Sun Aug 17 2014 Fedora Release Engineering - 1.2-0.21.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.2-0.20.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 8 2013 Dmitry Butskoy - 1.2-0.19.rc6 - update socket++ to 1.12.13 - fix socket++ autotool stuff - avoid building socket++ docs (seems broken with makeinfo >= 5.0) * Thu Feb 14 2013 Fedora Release Engineering - 1.2-0.18.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Sep 24 2012 Dmitry Butskoy - 1.2-0.17.rc6 - new systemd_rpm macros (#850226) * Fri Jul 20 2012 Fedora Release Engineering - 1.2-0.16.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Fedora Release Engineering - 1.2-0.15.rc6 - Rebuilt for c++ ABI breakage * Fri Jan 13 2012 Fedora Release Engineering - 1.2-0.14.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jul 15 2011 Dmitry Butskoy - 1.2-0.13.rc6 - Migration from SysV to Systemd init system (#699038) * Tue Feb 08 2011 Fedora Release Engineering - 1.2-0.12.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Sep 16 2009 Tomas Mraz - 1.2-0.11.rc6 - Use password-auth common PAM configuration instead of system-auth * Sat Jul 25 2009 Fedora Release Engineering - 1.2-0.10.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.2-0.9.rc6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Jan 6 2009 Dmitry Butskoy - 1.2-0.8.rc6 - Fix autotools stuff in socket++ for libtool >= 2 * Mon Jan 5 2009 Dmitry Butskoy - 1.2-0.7.rc6 - Add news user and group (#478785) since Fedora 10 * Fri Feb 15 2008 Dmitry Butskoy - 1.2-0.6.rc6 - change initscript to comply with the LSB standards * Thu Feb 14 2008 Dmitry Butskoy - 1.2-0.5.rc6 - add patch for gcc43 * Tue Aug 28 2007 Dmitry Butskoy - Correct Source0 and Source1 urls * Fri Aug 17 2007 Dmitry Butskoy - Change License tag to GPLv2+ * Tue Nov 7 2006 Dmitry Butskoy - 1.2-0.4.rc6 - spec file cleanups - use "include" instead of pam_stack in pam file generated * Wed Feb 15 2006 Dmitry Butskoy - 1.2-0.3.rc6 - rebuild for FC5 * Wed Nov 2 2005 Dmitry Butskoy - 1.2-0.2.rc6 - spec file cleanups - accepted for Fedora Extra (review by John Mahowald ) * Mon Sep 19 2005 Dmitry Butskoy - 1.2-0.1.rc6 - cleanups for Fedora Extra - add correct init script and initial config file - create pam and cron files just at install stage - don't include .info file -- it is too old * Thu Mar 3 2005 Dmitry Butskoy - include libsocket++ into source package and build with them, do not want an extra package used by newscache only (for a while...) - some fixes for Fedora Core 3 * Sun Sep 26 2004 Herbert Straub - Changing permission from 4775 to 0775 (updatenews) - New upstream version: 1.2rc6 * Thu Sep 23 2004 Herbert Straub - Conditional rpmbuild for SuSE - restart on upgrade - update the runlevel information - New upstream version 1.2rc5 * Tue Jul 22 2004 Herbert Straub - Updated to version 1.2rc4 * Tue Mar 18 2003 Carles Arjona - version 0.99.22p1-1 RPM * Sat Oct 26 2002 Carles Arjona - fixed up spec file - version 0.99.22-1 RPM * Mon Jul 29 2002 Carles Arjona - version 0.99.19-1 RPM - added chkconfig support to init script - added /etc/cron.daily/newscache - fixed up both setguid.cc , version number and man pages - built SPEC from scratch