rpms/gallery2/F-11 gallery2.spec,1.24,1.25

Jon Ciesla limb at fedoraproject.org
Tue Apr 28 16:29:02 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/gallery2/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20110

Modified Files:
	gallery2.spec 
Log Message:
pretrans script logic fix. BZ498019



Index: gallery2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gallery2/F-11/gallery2.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- gallery2.spec	21 Apr 2009 13:05:36 -0000	1.24
+++ gallery2.spec	28 Apr 2009 16:28:31 -0000	1.25
@@ -7,7 +7,7 @@ URL: http://gallery.menalto.com
 Name: gallery2
 Version: 2.3
 Group: Applications/Publishing
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 #Source0: http://dl.sf.net/gallery/gallery-%{version}-full.zip
 # Tarball from upstream contains prebuilt jars, some of which are not redistributable.
@@ -735,6 +735,8 @@ rm -rf ${RPM_BUILD_ROOT}
 #symlink to system smarty
 if [ -d /usr/share/gallery2/lib/smarty ]; then
   rm -rf /usr/share/gallery2/lib/smarty
+fi
+if [ ! -e /usr/share/gallery2/lib/smarty ]; then
   ln -s ../../php/Smarty /usr/share/gallery2/lib/smarty
 fi
 
@@ -1096,6 +1098,9 @@ echo and follow the instructions there t
 %{installprefix}/gallery2/themes/tile/
 
 %changelog
+* Tue Apr 28 2009 Jon Ciesla <limb at jcomserv.net> - 2.3-8
+- pretrans script logic fix. BZ498019.
+
 * Thu Apr 16 2009 Jon Ciesla <limb at jcomserv.net> - 2.3-7
 - Drop all jars and remote, uploadapplet and slideshowapplet modules
 - to satisfy legal requirements, as source build would be




More information about the scm-commits mailing list