From acd693ff6803fc0f1bed478619bbe6a2c4b0f596 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jul 08 2013 13:46:07 +0000 Subject: import ivtv-firmware-20080701-25.el7.src.rpm --- diff --git a/.ivtv-firmware.metadata b/.ivtv-firmware.metadata new file mode 100644 index 0000000..f9061d0 --- /dev/null +++ b/.ivtv-firmware.metadata @@ -0,0 +1 @@ +6c4ee0fce9882f93fb816d45bd23287244775cea SOURCES/ivtv-firmware-20080701.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/ivtv-firmware.spec b/SPECS/ivtv-firmware.spec new file mode 100644 index 0000000..640e43c --- /dev/null +++ b/SPECS/ivtv-firmware.spec @@ -0,0 +1,117 @@ +%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: 20080701 +Release: 25%{?dist} +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/%{name}-%{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/USB2 cards. + +%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 +* Mon Jul 08 2013 Aristeu Rozanski - 2:20080701-25.el7 +- Rebuilt with proper dist tag (874995) + +* Thu Feb 14 2013 Fedora Release Engineering - 2:20080701-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 2:20080701-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 2:20080701-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 2:20080701-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 2:20080701-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 2:20080701-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Aug 24 2008 Axel Thimm - 2:20080701-18 +- Update to 20080701. + +* Wed Mar 5 2008 Axel Thimm - 2:20070217-17 +- Many fixes by Jarod Wilson. +- Rip out legacy support. + +* Sat Feb 2 2008 Axel Thimm - 2:20070217-16 +- Place licenses next to firmware images. + +* Sat Dec 22 2007 Axel Thimm - 2:20070217-15.1 +- Own directories from legacy paths. + +* Wed Oct 24 2007 Axel Thimm - 2:20070217-15 +- Add v4l-cx2341x-init.mpg as a pseudo-firmware. + +* Wed Feb 28 2007 Axel Thimm - 2:20070217-13 +- Modify versioning to follow date. + +* Mon May 29 2006 Axel Thimm +- Update firmwares to recommended versions. +- Merge in audio firmware. + +* Tue Jan 4 2005 Axel Thimm +- Initial build for audio firmware. + +* Thu Oct 28 2004 Axel Thimm +- 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 +- Change versioning (previous was based on Windows driver). +- need to bump epoch for that :( + +* Sat Feb 28 2004 Axel Thimm +- Update to 1.8 (22035). + +* Mon Dec 29 2003 Axel Thimm +- Initial build. + +