rpms/gnome-utils/devel gnome-utils.spec,1.201,1.202

Ray Strode rstrode at fedoraproject.org
Thu Sep 17 18:55:11 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/gnome-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10872

Modified Files:
	gnome-utils.spec 
Log Message:
- Split off -libs package



Index: gnome-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-utils/devel/gnome-utils.spec,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -p -r1.201 -r1.202
--- gnome-utils.spec	25 Aug 2009 02:45:01 -0000	1.201
+++ gnome-utils.spec	17 Sep 2009 18:55:11 -0000	1.202
@@ -9,7 +9,7 @@
 
 Name:           gnome-utils
 Version:        2.27.91
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch: 		1
 Summary:        GNOME utility programs
 
@@ -70,6 +70,12 @@ Requires:  pkgconfig
 The gnome-utils-devel package contains header files and other resources
 needed to develop programs using the libraries contained in gnome-utils.
 
+%package libs
+Summary: gnome-utils libraries
+Group: Development/Libraries
+
+%description libs
+This package contains libraries provided by gnome-utils (such as libgdict)
 
 %package -n gnome-system-log
 Summary: A log file viewer for the GNOME desktop
@@ -161,7 +167,6 @@ desktop-file-install --vendor gnome --de
 for n in baobab gnome-dictionary gnome-search-tool gnome-system-log; do
   helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/$n
   for f in $helpdir/C/figures/*.png; do
-    b="$(basename $f)"
     for d in $helpdir/*; do
       if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
         g="$d/figures/$b"
@@ -286,7 +291,6 @@ fi
 %{_libexecdir}/gnome-dictionary-applet
 %{_datadir}/gnome-2.0/ui/GNOME_DictionaryApplet.xml
 %{_libdir}/bonobo/servers/GNOME_DictionaryApplet.server
-%{_libdir}/libgdict-1.0.so.*
 %{_mandir}/man1/gnome-dictionary.1.gz
 %{_mandir}/man1/gnome-search-tool.1.gz
 %{_mandir}/man1/baobab.1.gz
@@ -298,6 +302,10 @@ fi
 %{_includedir}/gdict-1.0/
 %{_datadir}/gtk-doc/html/gdict/
 
+%files libs
+%defattr(-, root, root)
+%{_libdir}/libgdict-1.0.so.*
+
 %files -n gnome-system-log -f gnome-system-log.lang
 %{_bindir}/gnome-system-log
 %{_sbindir}/gnome-system-log
@@ -309,6 +317,9 @@ fi
 %{_mandir}/man1/gnome-system-log.1.gz
 
 %changelog
+* Thu Sep 17 2009 Ray Strode <rstrode at redhat.com> - 1:2.27.91-2
+- Split off -libs package
+
 * Mon Aug 24 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.27.91-1
 - Update to 2.27.91
 




More information about the fedora-extras-commits mailing list