rpms/gnome-applets/devel gnome-applets.spec,1.218,1.219

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue May 22 02:41:34 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-applets/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31063

Modified Files:
	gnome-applets.spec 
Log Message:
split off a -devel package



Index: gnome-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- gnome-applets.spec	9 Apr 2007 23:59:38 -0000	1.218
+++ gnome-applets.spec	22 May 2007 02:40:59 -0000	1.219
@@ -33,12 +33,12 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.18.0
-Release: 	7%{?dist}
+Release: 	8%{?dist}
 Epoch:          1
 License:	GPL
 Group:          User Interface/Desktops
 URL:		http://www.gnome.org/
-Source: 	http://ftp.gnome.org/pub/gnome/sources/%{name}/2.18/%{name}-%{version}.tar.bz2
+Source: 	http://download.gnome.org/sources/%{name}/2.18/%{name}-%{version}.tar.bz2
 Source1:	gnome-applets-2.9.3.1-modemlights.tar.bz2
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -134,6 +134,17 @@
 manager for the X Window System. The gnome-applets package provides
 small utilities for the GNOME panel.
 
+%package devel
+Summary: Development files for applications using gnome-applets
+Group: Development/Libraries
+Requires: gnome-applets = %{epoch}:%{version}-%{release}
+Requires: pkgconfig
+
+%description devel
+
+This package contains files needed for compiling programs using
+libraries contained in the gnome-applets package. 
+
 %prep
 %setup -q
 %patch0 -p1 -b .use-old-modemlights
@@ -296,7 +307,7 @@
 %{_bindir}/*
 %{_libdir}/bonobo/servers/*
 %{python_sitelib}/invest/
-%{_libdir}/libgweather.so*
+%{_libdir}/libgweather.so.*
 %{_libexecdir}/accessx-status-applet
 %{_libexecdir}/battstat-applet-2
 %{_libexecdir}/charpick_applet2
@@ -324,12 +335,16 @@
 %{_sysconfdir}/security/console.apps/*
 %{_sysconfdir}/sound
 
-# These are really devel files, but we don't want a devel package
-# for just three files
+%files devel
+%defattr(-,root,root)
 %{_includedir}/libgweather
 %{_libdir}/pkgconfig/gweather.pc
+%{_libdir}/libgweather.so
 
 %changelog
+* Mon May 21 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.18.0-8
+- Split off a -devel package
+
 * Tue Apr 10 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.18.0-7
 - Fix a leak in the keyboard indicator applet
 




More information about the fedora-extras-commits mailing list