]> git.pld-linux.org Git - packages/bttv.git/commitdiff
- updated URLs (but only newer versions there)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Jun 2005 18:31:06 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bttv.spec -> 1.31

bttv.spec

index 54ce4790773f2cb6bd4a44e9873b56cb7a98b2b4..d7088229f0824d12d0341de97b9e63cc1e4fcb95 100644 (file)
--- a/bttv.spec
+++ b/bttv.spec
@@ -16,10 +16,10 @@ Version:    0.7.87
 Release:       1
 License:       GPL
 Group:         Base/Kernel
-Source0:       http://www.strusel007.de/linux/bttv/%{name}-%{version}.tar.gz
+Source0:       http://dl.bytesex.org/releases/video4linux/%{name}-%{version}.tar.gz
 # Source0-md5: 61a0e73e433173c10b6edd2e9f27d69e
 Patch0:                %{name}-Makefile.patch
-URL:           http://www.strusel007.de/linux/bttv/
+URL:           http://linux.bytesex.org/v4l2/bttv.html
 %{?with_dist_kernel:BuildPrereq:       kernel-source}
 ExclusiveArch: %{ix86}
 Requires:      i2c
@@ -68,16 +68,18 @@ Header files for bttv.
 Pliki nag³ówkowe bttv.
 
 %prep
-%setup -q
+%setup -q
 %patch0 -p1
 
 %build
-%{__make} EXTRA_CFLAGS="%{rpmcflags}"
+%{__make} \
+       EXTRA_CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C driver install DESTDIR=$RPM_BUILD_ROOT
+%{__make} -C driver install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.078685 seconds and 4 git commands to generate.