rpms/gnome-shell/devel gnome-shell.spec,1.13,1.14

Adam Miller maxamillion at fedoraproject.org
Mon Dec 7 02:26:29 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/gnome-shell/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25646

Modified Files:
	gnome-shell.spec 
Log Message:
Fixed setup directory name from git repo




Index: gnome-shell.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-shell/devel/gnome-shell.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- gnome-shell.spec	7 Dec 2009 01:53:28 -0000	1.13
+++ gnome-shell.spec	7 Dec 2009 02:26:29 -0000	1.14
@@ -2,7 +2,7 @@
 
 Name:           gnome-shell
 Version:        2.28.0.%{alphatag}
-Release:        1
+Release:        2
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -64,7 +64,9 @@ innovative user interface concepts to pr
 easy to use experience.
 
 %prep
-%setup -q
+## The git repository snapshot has a different directory name:
+#%setup -q
+setup -q -n gnome-shell
 
 %build
 %configure
@@ -125,6 +127,9 @@ gconftool-2 --makefile-install-rule \
   > /dev/null || :
 
 %changelog
+* Sun Dec 06 2009 Adam Miller <maxamillion at fedoraproject.org> - 2.28.0.20091206git-2
+- Fixed the setup naming issue with the git snapshot directory naming
+
 * Sun Dec 06 2009 Adam Miller <maxamillion at fedoraproject.org> - 2.28.0.20091206git-1
 - Update to git snapshot on 20091206
 




More information about the fedora-extras-commits mailing list