rpms/TurboGears/devel TurboGears.spec,1.14,1.15

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Fri Jan 26 06:22:57 UTC 2007


Author: toshio

Update of /cvs/extras/rpms/TurboGears/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26398

Modified Files:
	TurboGears.spec 
Log Message:
- Make all files except tg-admin non-executable.



Index: TurboGears.spec
===================================================================
RCS file: /cvs/extras/rpms/TurboGears/devel/TurboGears.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- TurboGears.spec	24 Jan 2007 17:57:48 -0000	1.14
+++ TurboGears.spec	26 Jan 2007 06:22:27 -0000	1.15
@@ -55,7 +55,6 @@
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 %{__python} setup.py build
 
-
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
@@ -65,9 +64,9 @@
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
+%defattr(0644,root,root,0755)
 %doc CHANGELOG.txt LICENSE.txt
-%{_bindir}/tg-admin
+%attr(0755,root,root) %{_bindir}/tg-admin
 %{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info/
 %{python_sitelib}/turbogears/
 
@@ -79,6 +78,7 @@
 - Include rather than ghosting *.pyo.
 - Require python-psycopg2 instead of psycopg, TurboGears + psycopg2 supports
   unicode whereas psycopg does not.
+- Make all files except tg-admin non-executable.
 
 * Fri Jan 19 2007 Luke Macken <lmacken at redhat.com> 1.0b2-6
 - Add python-elementtree to BuildRequires




More information about the scm-commits mailing list