rpms/gambit-c/devel gambit-c.spec,1.2,1.3

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Thu Jun 19 17:29:18 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/gambit-c/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26102

Modified Files:
	gambit-c.spec 
Log Message:
* Thu Jun 19 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 4.2.8-4
- Permission fixes for Termite subpackage



Index: gambit-c.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gambit-c/devel/gambit-c.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gambit-c.spec	19 Jun 2008 06:21:53 -0000	1.2
+++ gambit-c.spec	19 Jun 2008 17:28:34 -0000	1.3
@@ -12,7 +12,7 @@
 
 Name:           gambit-c
 Version:        4.2.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Gambit-C Scheme programming system
 
 Group:          Development/Languages
@@ -158,11 +158,13 @@
 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}-termite/current/share
 # But package the smaller docs
 for i in CHANGELOG README LICENSE VERSION; do
+  chmod 0644 "$i"
   mv lib/termite/$i ../$i.Termite
 done
 
 # Fix script interpreters
 (cd lib/termite && chmod 755 benchmarks && chmod 644 benchmarks/* && \
+  chmod 755 examples && chmod 644 examples/* && \
   find benchmarks examples -name '*.scm' | xargs \
     sed -i 's|/usr/local/Gambit-C/bin/gsi|/usr/bin/gsi-termite|g' && \
   find examples -name '*.sh' | xargs \
@@ -211,6 +213,9 @@
 
 
 %changelog
+* Thu Jun 19 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 4.2.8-4
+- Permission fixes for Termite subpackage
+
 * Wed Jun 18 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 4.2.8-3
 - Bundle Termite as a subpackage
 




More information about the fedora-extras-commits mailing list