rpms/pootle/EL-5 pootle.spec,1.1,1.2

dwayne dwayne at fedoraproject.org
Sun Jan 17 21:19:44 UTC 2010


Author: dwayne

Update of /cvs/pkgs/rpms/pootle/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8793

Modified Files:
	pootle.spec 
Log Message:
* Sun Jan 17 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-3
- Can't use %{_sharedstatedir}



Index: pootle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pootle/EL-5/pootle.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pootle.spec	17 Jan 2010 20:53:23 -0000	1.1
+++ pootle.spec	17 Jan 2010 21:19:44 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           pootle
 Version:        2.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Localization and translation management web application
 
 Group:          Development/Tools
@@ -111,12 +111,17 @@ fi
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/pootle.conf
 %{python_sitelib}/*
 %{_datadir}/pootle
-%attr(-,apache,apache) %{_sharedstatedir}/pootle
+# %{_sharedstatedir} doesn't work on EL-5
+#%attr(-,apache,apache) %{_sharedstatedir}/pootle
+%attr(-,apache,apache) /var/lib/pootle
 # We exclude docs as the Pootle installer doesn't do ${name}-${version} as expected in Fedora
 %exclude %{_datadir}/doc/pootle
 
 
 %changelog
+* Sun Jan 17 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-3
+- Can't use %%{_sharedstatedir}
+
 * Thu Jan 14 2010 Dwayne Bailey <dwayne at translate.org.za> - 2.0.1-2
 - Fixes from spec review
 



More information about the scm-commits mailing list