]> git.pld-linux.org Git - packages/camstream.git/commitdiff
- description (from homepage), missing dirs, BR: ac,am,qt-devel
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jul 2003 13:58:29 +0000 (13:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    camstream.spec -> 1.2

camstream.spec

index cdfa44fd8580afc79f514e0600cacf52e4cd93b5..52474140cabb330bd7be099b3c20ee60d53509a3 100644 (file)
@@ -8,18 +8,29 @@ Group:                Applications/Graphics
 # Source0-md5: 5f2f245f6c7c1255ee60a007527e2fd2
 Source0:       http://www.smcc.demon.nl/camstream/download/%{name}-%{version}.tar.gz
 Patch1:                %{name}-destdir.patch
-URL:           http://www.smcc.demon.nl/camstream
+URL:           http://www.smcc.demon.nl/camstream/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: qt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Empty
+CamStream is (going to be) a collection of tools for webcams and other
+video-devices, enhancing your Linux system with multimedia video. All
+written in C++ and with a nice GUI frontend. The interface is based on
+Qt, an excellent GUI framework.
 
 %description -l pl
-Empty
+CamStream jest (a w³a¶ciwie ma byæ) zestawem narzêdzi do kamer
+internetowych i innych urz±dzeñ video, rozszerzaj±cych mo¿liwo¶ci
+Linuksa o obraz multimedialny. Wszystkie narzêdzia s± napisane w C++ i
+maj± mi³y graficzny interfejs u¿ytkownika. Interfejs jest oparty na
+Qt.
 
 %prep
 %setup -q
 %patch1 -p1
+
 %build
 cd lib/ccvt
 %{__aclocal}
@@ -27,7 +38,7 @@ cd lib/ccvt
 cd ../../camstream
 %{__aclocal}
 %{__autoconf}
-cd ../
+cd ..
 %{__aclocal}
 %{__autoconf}
 QTDIR=%{_prefix} %configure
@@ -35,10 +46,9 @@ QTDIR=%{_prefix} %configure
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,4 +57,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) %{_bindir}/*
-%attr(644,root,root) %{_datadir}/camstream/icons/*
+%attr(644,root,root) %{_datadir}/camstream
This page took 0.080399 seconds and 4 git commands to generate.