rpms/nntpgrab/F-9 nntpgrab.spec,1.23,1.24

Erik van Pienbroek epienbro at fedoraproject.org
Mon Dec 8 11:32:48 UTC 2008


Author: epienbro

Update of /cvs/pkgs/rpms/nntpgrab/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23249/F-9

Modified Files:
	nntpgrab.spec 
Log Message:
- The PHP scripts don't need to be part of the core-libs subpackage, but
  of the web subpackage
- Install the NNTPGrab server when the meta-package 'nntpgrab' is installed
- Drop an obsolete Requires
- Fix a small rpmlint warning (mixed spaces/tabs)



Index: nntpgrab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nntpgrab/F-9/nntpgrab.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- nntpgrab.spec	26 Nov 2008 19:02:55 -0000	1.23
+++ nntpgrab.spec	8 Dec 2008 11:32:17 -0000	1.24
@@ -13,9 +13,9 @@
 
 Requires:	nntpgrab-core-libs = %{version}-%{release}
 Requires:	nntpgrab-core = %{version}-%{release}
-Requires:	nntpgrab-plugins = %{version}-%{release}
 Requires:	nntpgrab-gui = %{version}-%{release}
 Requires:	nntpgrab-gui-networked = %{version}-%{release}
+Requires:	nntpgrab-server = %{version}-%{release}
 
 BuildRequires:	pcre-devel
 BuildRequires:	desktop-file-utils
@@ -72,7 +72,7 @@
 Summary:	Libraries required for the NNTPGrab GUI and NNTPGrab Server
 Group:		%{group}
 
-%post   gui-base -p /sbin/ldconfig
+%post	gui-base -p /sbin/ldconfig
 %postun gui-base -p /sbin/ldconfig
 
 %description gui-base
@@ -205,6 +205,7 @@
 
 # The glade interface isn't used on GTK 2.12.0 and higher
 rm -f %{buildroot}%{_datadir}/nntpgrab/nntpgrab_gui.glade
+rm -f %{buildroot}%{_datadir}/nntpgrab/nntpgrab_server.glade
 
 %find_lang NNTPGrab
 
@@ -223,7 +224,7 @@
 %{_libdir}/libnntpgrab_glue.so.0
 %{_libdir}/libnntpgrab_glue.so.0.0.0
 %{_datadir}/pixmaps/nntpgrab.png
-%{_datadir}/nntpgrab
+%dir %{_datadir}/nntpgrab
 %doc COPYING ChangeLog
 
 %files core
@@ -263,6 +264,8 @@
 %defattr(-,root,root,-)
 %{_libdir}/libnntpgrab_gui_base.so.0
 %{_libdir}/libnntpgrab_gui_base.so.0.0.0
+%{_datadir}/nntpgrab/nntpgrab_gui.ui
+%{_datadir}/nntpgrab/nntpgrab_server.ui
 
 %files server
 %defattr(-,root,root,-)
@@ -278,8 +281,12 @@
 %{_datadir}/nntpgrab/web
 
 %changelog
-* Wed Nov 26 2008 Erik van Pienbroek <info at nntpgrab.nl> - 0.4.0-2
+* Mon Dec 8 2008 Erik van Pienbroek <info at nntpgrab.nl> - 0.4.0-2
 - Updated summary
+- The PHP scripts don't need to be part of the core-libs subpackage, but
+  of the web subpackage
+- Install the NNTPGrab server when the meta-package 'nntpgrab' is installed
+- Drop an obsolete Requires
 
 * Sun Nov 23 2008 Erik van Pienbroek <info at nntpgrab.nl> - 0.4.0-1
 - Update to 0.4.0




More information about the fedora-extras-commits mailing list