rpms/gallery2/FC-6 gallery2.spec,1.12,1.13

John Berninger (jwb) fedora-extras-commits at redhat.com
Thu Mar 20 18:11:53 UTC 2008


Author: jwb

Update of /cvs/pkgs/rpms/gallery2/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3391

Modified Files:
	gallery2.spec 
Log Message:
update to use smarty from php-Smarty


Index: gallery2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gallery2/FC-6/gallery2.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gallery2.spec	31 Aug 2007 14:43:48 -0000	1.12
+++ gallery2.spec	20 Mar 2008 18:11:12 -0000	1.13
@@ -5,18 +5,18 @@
 Summary: Customizable photo gallery web site
 URL: http://gallery.menalto.com
 Name: gallery2
-Version: 2.2
+Version: 2.2.4
 Group: Applications/Publishing
-Release: 0.7.svn20070831%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
-# Source0: http://dl.sf.net/gallery/gallery-2.2-developer.tar.gz
-# Using SVN tarball for source to resolve provides issues sanely
+# Source0: http://dl.sf.net/gallery/gallery-%{version}-developer.tar.gz
+# Tarball from upstream will not work - must use SVN snapshot
 Source0: gallery-2.2.svn.tar.gz
 Source1: gallery2-httpd-conf
 Source2: gallery2-htaccess
 Source3: README.fedora.Gallery2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: php >= 4.3.0, httpd, gallery2-classic, gallery2-matrix, gallery2-display
+Requires: php >= 4.3.0, httpd, gallery2-classic, gallery2-matrix, gallery2-display, php-Smarty
 BuildArch: noarch
 # Subversion needed to generate manifest
 BuildRequires: perl-String-CRC32, subversion
@@ -677,6 +677,8 @@
 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/gallery2.conf
 install -m 0644 -p %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess
 cp -pr * ${RPM_BUILD_ROOT}%{installprefix}/gallery2
+# Remove lib/Smarty directory to try to use php-Smary package
+rm -rf ${RPM_BUILD_ROOT}%{installprefix}/gallery2/lib/Smarty
 install -m 0644 -p %{SOURCE3} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/README.fedora
 chmod 755 ${RPM_BUILD_ROOT}%{installprefix}/gallery2/lib/tools/po/premerge-messages.pl
 chmod 755 ${RPM_BUILD_ROOT}%{installprefix}/gallery2/lib/tools/po/update-all-translations.pl
@@ -1047,6 +1049,16 @@
 %{installprefix}/gallery2/themes/tile/
 
 %changelog
+* Thu Mar 20 2008 John Berninger <john at ncphotography dot com> - 2.2.4-3
+- revert to SVN snapshot so that config-time integrity checks don't fail
+- remove embedded copy of smarty and use php-Smarty package
+
+* Sat Dec 29 2007 John Berninger <john at ncphotography dot com) - 2.2.4-2
+- BZ 279961 - allow FileInfo
+
+* Mon Dec 24 2007 Lubomir Kundrak <lkundrak at redhat.com> 2.2.4-1
+- A christmas present -- critical security update to 2.2.4
+
 * Fri Aug 31 2007 John Berninger <john at ncphotography dot com> - 2.2-0.7.svn20070831
 - update to 2.2.3 SVN snapshot to fix security vuln's - bz 267421
 




More information about the fedora-extras-commits mailing list