rpms/tse3/F-10 tse3.spec,1.1,1.2

Orcan Ogetbil oget at fedoraproject.org
Tue Jan 27 18:12:56 UTC 2009


Author: oget

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

Modified Files:
	tse3.spec 
Log Message:
* Tue Jan 27 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.3.1-3
- Clean the %buildroot at the beginning of %install



Index: tse3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tse3/F-10/tse3.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tse3.spec	27 Jan 2009 00:57:00 -0000	1.1
+++ tse3.spec	27 Jan 2009 18:12:55 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           tse3
 Version:        0.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MIDI Sequencer Engine
 Group:          System Environment/Libraries
 License:        GPL+
@@ -44,8 +44,8 @@
 %patch1 -p2 -b .gcc43
 
 # Fix strange permissions issues
-find . -name "*.cpp" -executable -exec chmod 644 {} \;
-find . -name "*.h" -executable -exec chmod 644 {} \;
+find . -name "*.cpp" -perm /111 -exec chmod 644 {} \;
+find . -name "*.h" -perm /111 -exec chmod 644 {} \;
 
 # Fix encoding issues
 for i in demos/Demo.tse3 doc/History; do
@@ -62,6 +62,7 @@
 make
 
 %install
+rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p" \
      docsdir=%{_docdir}/%{name}-devel-%{version}/HTML
 
@@ -114,6 +115,12 @@
 %{_libdir}/libtse3.so
 
 %changelog
+* Tue Jan 27 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.3.1-3
+- Clean the %%buildroot at the beginning of %%install
+
+* Mon Jan 26 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.3.1-2.1
+- Use -perm /111 instead of -executable for find, because it fails to work in F-9
+
 * Sun Jan 25 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.3.1-2
 - Move the HTML documentation into an HTML subdirectory
 - Use INSTALL="install -p"




More information about the fedora-extras-commits mailing list