rpms/ardour/devel ardour.spec,1.1,1.2

Anthony Green (green) fedora-extras-commits at redhat.com
Sat Sep 9 18:02:33 UTC 2006


Author: green

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

Modified Files:
	ardour.spec 
Log Message:
Install template files.



Index: ardour.spec
===================================================================
RCS file: /cvs/extras/rpms/ardour/devel/ardour.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ardour.spec	3 Sep 2006 05:03:07 -0000	1.1
+++ ardour.spec	9 Sep 2006 18:02:32 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:       Multichannel Digital Audio Workstation
 Name:          ardour
 Version:       0.99.3
-Release:       4%{?dist}
+Release:       5%{?dist}
 Source:        http://ardour.org/files/releases/ardour-0.99.3.tar.bz2
 Source1:       ardour.png
 Source2:       ardour.desktop
@@ -69,6 +69,11 @@
 mkdir -p $RPM_BUILD_ROOT
 scons  %{?_smp_mflags} DESTDIR=$RPM_BUILD_ROOT NOARCH="1" ARCH="$RPM_OPT_FLAGS" install
 
+# install the templates
+install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/templates
+cp templates/*.template $RPM_BUILD_ROOT%{_datadir}/%{name}/templates
+chmod 644 $RPM_BUILD_ROOT%{_datadir}/%{name}/templates/*
+
 # install the icon
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
 install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/
@@ -105,6 +110,9 @@
 %{_datadir}/applications/*ardour.desktop
 
 %changelog
+* Sat Sep  8 2006 Anthony Green <green at redhat.com> 0.99.3-5
+- Install the templates.
+
 * Sat Sep  2 2006 Anthony Green <green at redhat.com> 0.99.3-4
 - Move .desktop file out of spec file to source dir.
 - Add a couple of upstream patches (2 and 3)




More information about the scm-commits mailing list