rpms/ivtv-firmware/F-8 ivtv-firmware.spec,NONE,1.1

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


Author: kwizart

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

Added Files:
	ivtv-firmware.spec 
Log Message:
Sync between branches



--- NEW FILE ivtv-firmware.spec ---
Name:           ivtv-firmware
Version:        20070217
Release:        2
Epoch:          2
Summary:        Firmware for the PVR 250/350/150/500 model series

Group:          System Environment/Kernel
License:        Redistributable, no modification permitted
URL:            http://ivtvdriver.org
Source0:        http://dl.ivtvdriver.org/ivtv/firmware/firmware-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Obsoletes:      ivtv-firmware-audio
Obsoletes:      %{name}-dec
Obsoletes:      %{name}-enc



%description
This package contains the firmware for WinTV PVR 250/350/150/500 cards.


%prep
%setup -q -c


%build
# Nothing to build


%install
rm -rf $RPM_BUILD_ROOT
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


%files
%defattr(-,root,root,-)
%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.
- Add Obsoletes.

* Mon Oct 22 2007 kwizart < kwizart at gmail.com > - 0-2.20070217
- Add ivtv licenses into /lib/firmware

* Mon Oct 22 2007 kwizart < kwizart at gmail.com > - 0-1.20070217
- Initial package (inspired from ATrpms).






More information about the fedora-extras-commits mailing list