rpms/denemo/devel denemo.spec,1.9,1.10

Roy Rankin rrankin at fedoraproject.org
Sat May 30 04:18:55 UTC 2009


Author: rrankin

Update of /cvs/pkgs/rpms/denemo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13003

Modified Files:
	denemo.spec 
Log Message:
minor patch to spec file



Index: denemo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/denemo/devel/denemo.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- denemo.spec	29 May 2009 23:42:00 -0000	1.9
+++ denemo.spec	30 May 2009 04:18:24 -0000	1.10
@@ -52,6 +52,7 @@ This font set is used by Denemo.
 %configure 
 make %{?_smp_mflags}
 chrpath -d src/denemo
+chrpath -d libsmf/smfsh
 
 %install
 rm -rf %{buildroot}
@@ -66,6 +67,9 @@ install -m 0755 -d %{buildroot}%{_fontdi
 mv fonts/LICENSE_OFL.txt LICENSE_OFL.txt
 install -m 0644 -p fonts/*.ttf %{buildroot}%{_fontdir}
 rm -rf %{buildroot}/%{_datadir}/fonts/truetype
+# cleanup file wich should not be in tarfile
+rm  %{buildroot}/%{_datadir}/denemo/actions/menus/ObjectMenu/Score/.EditProlog.swp
+
 
 %clean
 rm -rf %{buildroot}




More information about the scm-commits mailing list