rpms/gnome-media/devel gnome-media.spec,1.36,1.37

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 29 22:14:56 UTC 2005


Update of /cvs/dist/rpms/gnome-media/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2743

Modified Files:
	gnome-media.spec 
Log Message:
- Added devel package



Index: gnome-media.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-media/devel/gnome-media.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gnome-media.spec	16 Mar 2005 17:13:15 -0000	1.36
+++ gnome-media.spec	29 Mar 2005 22:14:54 -0000	1.37
@@ -11,7 +11,7 @@
 Summary:        GNOME media programs.
 Name:           gnome-media
 Version:        2.10.0
-Release:	1
+Release: 	2	
 License:        GPL
 Group:          Applications/Multimedia
 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.6/gnome-media-%{version}.tar.bz2
@@ -39,6 +39,25 @@
 window manager for the X Window System. The gnome-media package will
 install media features like the GNOME CD player.
 
+%package devel
+Summary: Libraries/include files for GNOME media programs
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: libgnome-devel
+Requires: libglade2-devel
+Requires: gtk2-devel
+Requires: GConf2-devel
+
+%description devel
+GNOME (GNU Network Object Model Environment) is a user-friendly set of
+GUI applications and desktop tools to be used in conjunction with a
+window manager for the X Window System. The gnome-media package will
+install media features like the GNOME CD player.
+
+This package contains the libraries and includes files necessary to 
+develop GNOME media applications.
+
+
 %prep
 %setup -q
 %patch3 -p1 -b .no-oss-mixer
@@ -120,12 +139,16 @@
 %{_bindir}/*
 %{_sysconfdir}/gconf/schemas/*.schemas
 
-# devel, if we had a devel
+%files devel
+%defattr(-, root, root)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Mar 29 2005 John (J5) Palmieri <johnp at redhat.com> 2.10.0-2
+- Added a devel package
+
 * Wed Mar 16 2005 Colin Walters <walters at redhat.com> 2.10.0-1
 - Update to 2.10.0
 




More information about the fedora-cvs-commits mailing list