Hello community, here is the log from the commit of package inn checked in at Wed May 30 19:33:31 CEST 2007. -------- --- inn/inn.changes 2007-04-02 11:49:57.000000000 +0200 +++ /mounts/work_src_done/STABLE/inn/inn.changes 2007-05-30 16:30:10.552156000 +0200 @@ -1,0 +2,6 @@ +Wed May 30 15:02:17 CEST 2007 - mls@suse.de + +- split devel package +- remove some file duplicates + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inn.spec ++++++ --- /var/tmp/diff_new_pack.m21070/_old 2007-05-30 19:32:51.000000000 +0200 +++ /var/tmp/diff_new_pack.m21070/_new 2007-05-30 19:32:51.000000000 +0200 @@ -20,7 +20,7 @@ PreReq: perl %fillup_prereq %insserv_prereq permissions Autoreqprov: on Version: 2.4.2 -Release: 56 +Release: 70 %define PatchVersion -%{version} Source: inn%{PatchVersion}.tar.bz2 Source1: doc-inn.tar.bz2 @@ -44,6 +44,27 @@ Vince Skahan <vince@atc.boeing.com> Arjan de Vet <devet@adv.win.tue.nl> +%package devel +Requires: %name = %version +Summary: InterNetNews development files +License: GNU General Public License (GPL) +Group: Productivity/Networking/News/Servers + +%description devel +Rich Salz's InterNetNews news transport system. + +This package contains the files needed to develop software depending on +inn. + + + +Authors: +-------- + Rich Salz <rsalz@osf.org> + Andreas Klemm <andreas@knobel.gun.de> + Vince Skahan <vince@atc.boeing.com> + Arjan de Vet <devet@adv.win.tue.nl> + %package -n mininews Summary: Inews - Post News from an NNTP Client Group: Productivity/Networking/News/Utilities @@ -102,8 +123,12 @@ # make DESTDIR=%{buildroot} OWNER= ROWNER= install gzip -nf9 %{buildroot}%{_mandir}/*/* -chmod 444 %{buildroot}/usr/lib/news/lib/libinn.a -chmod 444 %{buildroot}/usr/lib/news/lib/libstorage.a +chmod 444 %{buildroot}/usr/lib/news/lib/*.a +# those just die("BerkeleyDB support not compiled"); +rm %{buildroot}/usr/lib/news/bin/ovdb_server +rm %{buildroot}/usr/lib/news/bin/ovdb_stat +ln %{buildroot}/usr/lib/news/bin/ovdb_init %{buildroot}/usr/lib/news/bin/ovdb_server +ln %{buildroot}/usr/lib/news/bin/ovdb_init %{buildroot}/usr/lib/news/bin/ovdb_stat # # # @@ -184,6 +209,8 @@ ' > %{filelist} find %{buildroot} ! -type d -printf "/%%P\n" | awk ' { pfx="" } +/^\/usr\/lib\/news\/include/ { next } +/^\/usr\/lib\/news\/lib\/.*\.a/ { next } $0 == "/etc/init.d/inn" { pfx="%attr(750,root,news) %config " } $0 == "/usr/lib/news/bin/inews" { pfx="%attr(2555,news,news) " } $0 == "/usr/lib/news/bin/rnews" { pfx="%attr(4550,news,uucp) " } @@ -243,9 +270,14 @@ %defattr(-,root,root) %dir /etc/slp.reg.d %config(noreplace) /etc/slp.reg.d/inn.reg -%doc CONTRIBUTORS LICENSE ChangeLog INSTALL NEWS README* +%doc ChangeLog NEWS INSTALL README* %doc doc-inn/* +%files devel +%defattr(-,root,root) +/usr/lib/news/include +/usr/lib/news/lib/*.a + %files -n mininews %defattr(-,root,root) %config(noreplace) /etc/news/inn.conf @@ -258,6 +290,9 @@ %doc %{_mandir}/*/[ri]news.* %changelog +* Wed May 30 2007 - mls@suse.de +- split devel package +- remove some file duplicates * Mon Apr 02 2007 - rguenther@suse.de - Add gdbm-devel BuildRequires. * Thu Mar 29 2007 - rguenther@suse.de ++++++ inn-2.4.2.dif ++++++ --- /var/tmp/diff_new_pack.m21070/_old 2007-05-30 19:32:51.000000000 +0200 +++ /var/tmp/diff_new_pack.m21070/_new 2007-05-30 19:32:51.000000000 +0200 @@ -599,18 +599,19 @@ +export PATH --- rc +++ rc -@@ -0,0 +1,67 @@ +@@ -0,0 +1,68 @@ +#! /bin/sh +# +# Copyright (c) 1998 Florian La Roche +# +### BEGIN INIT INFO +# Provides: -+# Required-Start: $network $named ++# Required-Start: $network $named +# Required-Stop: -+# Default-Start: 3 5 ++# Default-Start: 3 5 +# Default-Stop: -+# Description: Inter Net News Server (INN) ++# Short-Description: Inter Net News Server (INN) ++# Description: Inter Net News Server (INN) +### END INIT INFO + +. /etc/rc.status ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de