rpms/gnome-shell/devel gnome-shell.spec,1.35,1.36

Adam Miller maxamillion at fedoraproject.org
Fri May 28 18:16:09 UTC 2010


Author: maxamillion

Update of /cvs/extras/rpms/gnome-shell/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26243

Modified Files:
	gnome-shell.spec 
Log Message:
Added new version numbers to deps, added gnome-shell-clock-preferences 
binary and .desktop files to the files listing as well as the gnome-shell
man page.




Index: gnome-shell.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-shell/devel/gnome-shell.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- gnome-shell.spec	26 May 2010 14:55:14 -0000	1.35
+++ gnome-shell.spec	28 May 2010 18:16:09 -0000	1.36
@@ -9,10 +9,10 @@ URL:            http://live.gnome.org/Gn
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.27/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-%define clutter_version 1.2.2
+%define clutter_version 1.2.8
 %define gobject_introspection_version 0.6.12
-%define mutter_version 2.29.1
-%define gjs_version 0.6
+%define mutter_version 2.31.2
+%define gjs_version 0.7
 
 BuildRequires:  clutter-devel >= %{clutter_version}
 BuildRequires:  dbus-glib-devel
@@ -90,11 +90,14 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/gnome-shell
+%{_bindir}/gnome-shell-clock-preferences
 %{_datadir}/applications/gnome-shell.desktop
+%{_datadir}/applications/gnome-shell-clock-preferences.desktop
 %{_datadir}/gnome-shell/
 %{_libdir}/gnome-shell/
 %{_libdir}/mutter/plugins/libgnome-shell.so
 %{_sysconfdir}/gconf/schemas/gnome-shell.schemas
+%{_mandir}/man1/%{name}.1.gz
 
 %pre
 if [ "$1" -gt 1 ]; then
@@ -119,6 +122,11 @@ gconftool-2 --makefile-install-rule \
   > /dev/null || :
 
 %changelog
+* Fri May 28 2010 Adam Miller <maxamillion at fedoraproject.org> - 2.31.2-2
+- Added new version requirements for dependencies based on upstream releases
+- Added new file listings for gnome-shell-clock-preferences binary and .desktop
+- Added gnome-shell man page file listing
+
 * Wed May 26 2010 Adam Miller <maxamillion at fedoraproject.org> - 2.31.2-1
 - New upstream release
 



More information about the scm-commits mailing list