SPECS: blackbird-firmware.spec - pl fix, simplified setup
qboosh
qboosh at pld-linux.org
Sun Oct 8 18:06:08 CEST 2006
Author: qboosh Date: Sun Oct 8 16:06:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl fix, simplified setup
---- Files affected:
SPECS:
blackbird-firmware.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/blackbird-firmware.spec
diff -u SPECS/blackbird-firmware.spec:1.1 SPECS/blackbird-firmware.spec:1.2
--- SPECS/blackbird-firmware.spec:1.1 Sun Oct 8 02:33:44 2006
+++ SPECS/blackbird-firmware.spec Sun Oct 8 18:06:02 2006
@@ -4,7 +4,7 @@
%bcond_with license_agreement # generates package
#
Summary: Firmware for the MPEG-2 encoding on cx23416 cards (cx88-blackbird)
-Summary(pl): Firmware dla enkodera MPEG-2 na kartach z układem cx23416 (cx88-blackbird)
+Summary(pl): Firmware dla kodera MPEG-2 na kartach z układem cx23416 (cx88-blackbird)
Name: blackbird-firmware
Version: 2.05.032
%define _rel 1
@@ -17,8 +17,8 @@
# Source0-md5: 6582c050642b442e9a614c0cca5d41aa
%endif
URL: http://ivtvdriver.org/index.php/Firmware
-BuildArch: noarch
BuildRequires: unzip
+BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -31,7 +31,7 @@
%endif
%description -l pl
-Ten pakiet zawiera firmware sprzętowego encodera MPEG-2 obsługiwanych
+Ten pakiet zawiera firmware sprzętowego kodera MPEG-2 obsługiwanych
przez sterownik cx88-blackbird kart telewizyjnych opartych ba układzie
cx23416.
%if %{without license_agreement}
@@ -40,10 +40,7 @@
%endif
%prep
-# setup -q -n %{name}-%{version}
-rm -rf %{name}-%{version}
-mkdir %{name}-%{version}
-cd %{name}-%{version}
+%setup -q -c -T
%if %{with license_agreement}
unzip -q %{SOURCE0} HcwFalcn.rom
%endif
@@ -53,7 +50,6 @@
install -d $RPM_BUILD_ROOT/lib/firmware
%if %{with license_agreement}
-cd %{name}-%{version}
install HcwFalcn.rom $RPM_BUILD_ROOT/lib/firmware/blackbird-fw-enc.bin
%endif
@@ -72,6 +68,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/10/08 16:06:02 qboosh
+- pl fix, simplified setup
+
Revision 1.1 2006/10/08 00:33:44 mguevara
- initial release
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/blackbird-firmware.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list