automatic rebuild by autodist [release 0.2.5-2mamba;Sun Dec 03 2017]
This commit is contained in:
parent
3989e2e5b8
commit
8bfeb47e6a
@ -1,16 +1,21 @@
|
|||||||
Name: libwebcam
|
Name: libwebcam
|
||||||
Version: 0.2.0
|
Version: 0.2.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library that is designed to simplify the development of webcam applications
|
Summary: A library that is designed to simplify the development of webcam applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.quickcamteam.net/software/libwebcam
|
URL: http://www.quickcamteam.net/software/libwebcam
|
||||||
Source: http://www.quickcamteam.net/dev/libwebcam-%{version}.tar.gz
|
Source: https://downloads.sourceforge.net/project/libwebcam/source/libwebcam-src-%{version}.tar.gz
|
||||||
|
#http://www.quickcamteam.net/dev/libwebcam-%{version}.tar.gz
|
||||||
Patch0: %{name}-0.1.1-uvcvideo_h.patch
|
Patch0: %{name}-0.1.1-uvcvideo_h.patch
|
||||||
Patch1: %{name}-0.2.0-uvcdynctrl_no_debian_packaging.patch
|
Patch1: %{name}-0.2.0-uvcdynctrl_no_debian_packaging.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
# libwebcam.c:48:22: error: uvcvideo.h: No such file or directory
|
# libwebcam.c:48:22: error: uvcvideo.h: No such file or directory
|
||||||
@ -48,7 +53,7 @@ uvcdynctrl is part of the Webcam Library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -74,6 +79,7 @@ uvcdynctrl is part of the Webcam Library.
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/webcam.h
|
%{_includedir}/webcam.h
|
||||||
|
%{_includedir}/dynctrl-logitech.h
|
||||||
%{_libdir}/libwebcam.a
|
%{_libdir}/libwebcam.a
|
||||||
%{_libdir}/libwebcam.so
|
%{_libdir}/libwebcam.so
|
||||||
%{_libdir}/pkgconfig/libwebcam.pc
|
%{_libdir}/pkgconfig/libwebcam.pc
|
||||||
@ -81,14 +87,20 @@ uvcdynctrl is part of the Webcam Library.
|
|||||||
%files -n uvcdynctrl
|
%files -n uvcdynctrl
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/uvcdynctrl
|
%{_bindir}/uvcdynctrl
|
||||||
%{_bindir}/uvcdynctrl-0.2.0
|
%{_bindir}/uvcdynctrl-*
|
||||||
%{_datadir}/uvcdynctrl
|
%{_datadir}/uvcdynctrl
|
||||||
/lib/udev/rules.d/*-uvcdynctrl.rules
|
/lib/udev/rules.d/*-uvcdynctrl.rules
|
||||||
/lib/udev/uvcdynctrl
|
/lib/udev/uvcdynctrl
|
||||||
%{_mandir}/man1/uvcdynctrl.*
|
%{_mandir}/man1/uvcdynctrl.*
|
||||||
%exclude %{_mandir}/man1/uvcdynctrl-0.2.0.*
|
%{_mandir}/man1/uvcdynctrl-*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 03 2017 Automatic Build System <autodist@mambasoft.it> 0.2.5-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Sat Dec 02 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.5-1mamba
|
||||||
|
- update to 0.2.5
|
||||||
|
|
||||||
* Tue Mar 16 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.2.0-1mamba
|
* Tue Mar 16 2010 Davide Madrisan <davide.madrisan@gmail.com> 0.2.0-1mamba
|
||||||
- update to 0.2.0
|
- update to 0.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user