]> git.pld-linux.org Git - packages/fswebcam.git/commitdiff
new, version 20140113 master
authorElan Ruusamäe <glen@delfi.ee>
Sun, 14 Jun 2015 12:15:16 +0000 (15:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 14 Jun 2015 12:15:16 +0000 (15:15 +0300)
based on fedora package, 6f6c8e5

fswebcam.spec [new file with mode: 0644]

diff --git a/fswebcam.spec b/fswebcam.spec
new file mode 100644 (file)
index 0000000..8ae80a0
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Tiny and flexible webcam program
+Name:          fswebcam
+Version:       20140113
+Release:       1
+License:       GPL v2
+Group:         Applications/Graphics
+Source0:       http://www.firestorm.cx/fswebcam/files/%{name}-%{version}.tar.gz
+# Source0-md5: 88e654edcf63504fa39f962c75d31361
+URL:           http://www.firestorm.cx/fswebcam/
+BuildRequires: gd-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A tiny and flexible webcam program for capturing images from a
+V4L1/V4L2 device, and overlaying a caption or image.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       INSTALL="install -p" \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README LICENSE example.conf
+%attr(755,root,root) %{_bindir}/fswebcam
+%{_mandir}/man1/fswebcam.1*
This page took 0.125684 seconds and 4 git commands to generate.