]> git.pld-linux.org Git - packages/bttv.git/commitdiff
- Written from template.
authormkochano <mkochano@pld-linux.org>
Mon, 11 Dec 2000 19:09:55 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Builds for me, works for me. But I'm using kernel compiled from source. It
  would be great if someone using kernel from distribution could check this
  spec.

Changed files:
    bttv.spec -> 1.1

bttv.spec [new file with mode: 0644]

diff --git a/bttv.spec b/bttv.spec
new file mode 100644 (file)
index 0000000..67e4066
--- /dev/null
+++ b/bttv.spec
@@ -0,0 +1,52 @@
+Summary:       BrookTree TV tuner driver
+Summary(pl):   Sterownik dla kart TV na chipsecie BrookTree
+Name:          bttv
+Version:       0.7.50
+Release:       1
+License:       GPL
+Group:         Base/Kernel
+Group(de):     Grundsätzlich/Kern
+Group(pl):     Podstawowe/J±dro
+Source0:       http://www.strusel007.de/linux/bttv/%{name}-%{version}.tar.gz
+Patch0:                %{name}-Makefile.patch
+URL:           http://www.strusel007.de/linux/bttv/
+BuildPrereq:   kernel-headers
+ExclusiveArch: %{ix86}
+Requires:      kernel(i2c)
+Prereq:                modutils
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kernel modules which add support for TV cards based on BrookTree BT 848 and 878
+chips.
+
+%description -l pl
+Modu³y j±dra dodaj±ce obs³ugê kart TV na uk³adach BrookTree BT 848 i 878.
+
+%prep
+%setup  -q
+%patch0 -p1
+
+%build
+%{__make} CFLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf CARDLIST Changes Insmod-options README* Sound-FAQ Specs
+
+%post
+/sbin/depmod -a
+
+%postun
+/sbin/depmod -a
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+/lib/modules/*/*
+%doc *.gz
This page took 0.060499 seconds and 4 git commands to generate.