]> git.pld-linux.org Git - packages/NVrec.git/commitdiff
- many small fixes, mostly inpired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 6 Jul 2003 23:27:14 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    NVrec.spec -> 1.15

NVrec.spec

index d7ca8b2598c973b1a168b7f8da6702a43fec0c5d..01ad2c8391aed43e9cdeb2792e85e165c317993a 100644 (file)
@@ -10,20 +10,19 @@ Source0:    http://nvrec.sourceforge.net/downloads/nvrec-%{version}.tar.gz
 #Patch0:               %{name}-avifile-0.6.patch
 #Patch1:               %{name}-make.patch
 URL:           http://nvrec.sf.net/
-Requires:      divx4linux >= 20010824
-Requires:      avifile >= 0.6-0.20010809.2
-Requires:      rte
-Requires:      lame-libs >= 3.70
-BuildRequires: lame-libs-static >= 3.70
-BuildRequires: avifile-devel >= 0.6-0.20010809.2
-BuildRequires: divx4linux-devel >= 20010824
-BuildRequires: rte-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: avifile-devel >= 0.6-0.20010809.2
+BuildRequires: divx4linux-devel >= 20010824
+BuildRequires: lame-libs-static >= 3.70
 BuildRequires: libtool
+BuildRequires: rte-devel
+Requires:      avifile >= 0.6-0.20010809.2
+Requires:      divx4linux >= 20010824
+Requires:      lame-libs >= 3.70
+Requires:      rte
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 NewVideoRecorder is a high quality video capture toolkit for Linux. It
 includes deep buffering of audio and video to reduce frame dropping, a
@@ -55,13 +54,14 @@ MPEG-1.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
 
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
 %doc AUTHORS COPYING INSTALL README CREDITS ChangeLog KNOWN_BUGS
+%attr(755,root,root) %{_bindir}/*
This page took 0.030467 seconds and 4 git commands to generate.