]> git.pld-linux.org Git - packages/camstream.git/blobdiff - camstream.spec
- tabs in preamble
[packages/camstream.git] / camstream.spec
index cdfa44fd8580afc79f514e0600cacf52e4cd93b5..9db8f0bdbbaaf0981efae6a12b9aaafff063295a 100644 (file)
@@ -1,25 +1,36 @@
 Summary:       Digital camera utilities
-Summary(pl):   Narzêdzia do obs³ugi kamer cyfrowych
+Summary(pl.UTF-8):     Narzędzia do obsługi kamer cyfrowych
 Name:          camstream
-Version:       0.26.2
-Release:       0.1
+Version:       0.26.3
+Release:       1
 License:       GPL
 Group:         Applications/Graphics
-# Source0-md5: 5f2f245f6c7c1255ee60a007527e2fd2
 Source0:       http://www.smcc.demon.nl/camstream/download/%{name}-%{version}.tar.gz
+# Source0-md5: 1662fe8fd9af9e0065ba77254e836748
 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
+%description -l pl.UTF-8
+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/*
+%{_datadir}/camstream
This page took 0.083875 seconds and 4 git commands to generate.