rpms/ivtv-firmware/devel ivtv-firmware.spec, 1.2, 1.3 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Thu Mar 13 19:26:14 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/ivtv-firmware/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18239/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ivtv-firmware.spec 
Log Message:



Index: ivtv-firmware.spec
===================================================================
RCS file: ivtv-firmware.spec
diff -N ivtv-firmware.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ivtv-firmware.spec	13 Mar 2008 19:25:32 -0000	1.3
@@ -0,0 +1,93 @@
+%define version_enc 2.06.039
+%define version_dec 2.02.023
+
+Summary: Firmware for the Hauppauge PVR 250/350/150/500/USB2 model series
+Name: ivtv-firmware
+Version: 20070217
+Release: 17
+Epoch: 2
+License: Redistributable, no modification permitted
+Group: System Environment/Kernel
+URL: http://dl.ivtvdriver.org/ivtv/firmware/
+Source0: http://dl.ivtvdriver.org/ivtv/firmware/firmware-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildArch: noarch
+Obsoletes: ivtv-firmware-audio <= 0.0.1
+Provides: ivtv-firmware-audio = 0.0.1
+Obsoletes: %{name}-dec < %{version_dec}
+Provides: %{name}-dec = %{version_dec}
+Obsoletes: %{name}-enc < %{version_enc}
+Provides: %{name}-enc = %{version_enc}
+
+%description
+This package contains the firmware for WinTV Hauppauge PVR
+250/350/150/500/USB2cards.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/lib/firmware
+
+install -p *.fw %{buildroot}/lib/firmware/
+install -p v4l-cx2341x-init.mpg %{buildroot}/lib/firmware/v4l-cx2341x-init.mpg
+# license requires that the licenses go in the same place as the firmware
+for f in license-*.txt
+do
+  install -p $f %{buildroot}/lib/firmware/%{name}-$f
+done
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc license-*.txt
+/lib/firmware/*.fw
+/lib/firmware/v4l-cx2341x-init.mpg
+/lib/firmware/%{name}-license-*.txt
+
+%changelog
+* Wed Mar  5 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2:20070217-17
+- Many fixes by Jarod Wilson.
+- Rip out legacy support.
+
+* Sat Feb  2 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2:20070217-16
+- Place licenses next to firmware images.
+
+* Sat Dec 22 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 2:20070217-15.1
+- Own directories from legacy paths.
+
+* Wed Oct 24 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 2:20070217-15
+- Add v4l-cx2341x-init.mpg as a pseudo-firmware.
+
+* Wed Feb 28 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 2:20070217-13
+- Modify versioning to follow date.
+
+* Mon May 29 2006 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update firmwares to recommended versions.
+- Merge in audio firmware.
+
+* Tue Jan  4 2005 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Initial build for audio firmware.
+
+* Thu Oct 28 2004 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update firmware to 1.8a.
+- split package into enc/dec firmwares.
+- version acording to origin, note that the two firmwares have
+  different versions, so none is really suitable for the main package.
+
+* Wed Mar  3 2004 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Change versioning (previous was based on Windows driver).
+- need to bump epoch for that :(
+
+* Sat Feb 28 2004 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update to 1.8 (22035).
+
+* Mon Dec 29 2003 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Initial build.
+
+


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ivtv-firmware/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Oct 2007 17:18:08 -0000	1.1
+++ .cvsignore	13 Mar 2008 19:25:32 -0000	1.2
@@ -0,0 +1 @@
+firmware-20070217.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ivtv-firmware/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Oct 2007 17:18:08 -0000	1.1
+++ sources	13 Mar 2008 19:25:32 -0000	1.2
@@ -0,0 +1 @@
+9e06ccf5afec2a90aab14e8ec905a458  firmware-20070217.tar.gz




More information about the fedora-extras-commits mailing list