rpms/gallery2/F-10 gallery2.spec,1.21,1.22

Jon Ciesla limb at fedoraproject.org
Tue Apr 28 16:33:30 UTC 2009


Author: limb

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

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



Index: gallery2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gallery2/F-10/gallery2.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- gallery2.spec	21 Apr 2009 13:08:59 -0000	1.21
+++ gallery2.spec	28 Apr 2009 16:33:00 -0000	1.22
@@ -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 fedora-extras-commits mailing list