rpms/ivtv-firmware/F-7 ivtv-firmware.spec,1.1,1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Wed Feb 20 11:13:00 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/ivtv-firmware/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12251

Modified Files:
	ivtv-firmware.spec 
Log Message:
- Install the license with the firmware.



Index: ivtv-firmware.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ivtv-firmware/F-7/ivtv-firmware.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ivtv-firmware.spec	16 Jan 2008 20:51:15 -0000	1.1
+++ ivtv-firmware.spec	20 Feb 2008 11:12:26 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           ivtv-firmware
 Version:        20070217
-Release:        1
+Release:        2
 Epoch:          2
 Summary:        Firmware for the PVR 250/350/150/500 model series
 
@@ -33,6 +33,13 @@
 mkdir -p $RPM_BUILD_ROOT/lib/firmware
 install -pm 0644 *.{fw,mpg} $RPM_BUILD_ROOT/lib/firmware
 
+# Install the license with the firmware
+for f in license-end-user.txt license-oemihvisv.txt ; do
+mv $f %{name}-$f
+install -pm 0644 %{name}-$f $RPM_BUILD_ROOT/lib/firmware
+ln -s /lib/firmware/%{name}-$f $f
+done
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,9 +50,12 @@
 %doc license-end-user.txt license-oemihvisv.txt
 /lib/firmware/*.fw
 /lib/firmware/*.mpg
-
+/lib/firmware/%{name}-*.txt
 
 %changelog
+* Tue Feb 19 2008 kwizart < kwizart at gmail.com > - 20070217-2
+- Install the license with the firmware.
+
 * Mon Oct 22 2007 kwizart < kwizart at gmail.com > - 20070217-1
 - Move firmware date to version.
 - Change description.




More information about the fedora-extras-commits mailing list