automatic version update by autodist [release 2.2.7-1mamba;Wed Jun 07 2023]
This commit is contained in:
parent
6c299ec1f7
commit
f33da38d55
@ -1,19 +1,20 @@
|
|||||||
Name: libdc1394
|
Name: libdc1394
|
||||||
Version: 2.2.6
|
Version: 2.2.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: High level programming interface to control IEEE 1394 based cameras
|
Summary: High level programming interface to control IEEE 1394 based cameras
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/libdc1394/
|
URL: https://sourceforge.net/projects/libdc1394/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/libdc1394/libdc1394-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/sourceforge/libdc1394/libdc1394-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libraw1394-devel
|
BuildRequires: libraw1394-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
|
BuildRequires: libusb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/).
|
Libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/).
|
||||||
@ -21,12 +22,22 @@ Libdc1394 is a library that is intended to provide a high level programming inte
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Devel files for libdc1394
|
Summary: Devel files for libdc1394
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/).
|
Libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/).
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%package tools
|
||||||
|
Summary: Tools provided with libdc1394
|
||||||
|
Group: System/Tools
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
Libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/).
|
||||||
|
This package contains the tools provided with libdc1394.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -47,11 +58,8 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_libdir}/libdc1394.so.*
|
||||||
%{_libdir}/*.so.*
|
%doc AUTHORS COPYING
|
||||||
%{_mandir}/man1/dc1394_*.1.gz
|
|
||||||
%{_mandir}/man1/grab_*_image.1.gz
|
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -61,12 +69,21 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_includedir}/dc1394/vendor/*.h
|
%{_includedir}/dc1394/vendor/*.h
|
||||||
%dir %{_includedir}/dc1394/linux
|
%dir %{_includedir}/dc1394/linux
|
||||||
%{_includedir}/dc1394/linux/*.h
|
%{_includedir}/dc1394/linux/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libdc1394.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libdc1394.so
|
||||||
%{_libdir}/*.so
|
|
||||||
%{_libdir}/pkgconfig/libdc1394-2.pc
|
%{_libdir}/pkgconfig/libdc1394-2.pc
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/dc1394_reset_bus
|
||||||
|
%{_mandir}/man1/dc1394_*.1*
|
||||||
|
%{_mandir}/man1/grab_*_image.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2023 Automatic Build System <autodist@mambasoft.it> 2.2.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu May 23 2019 Automatic Build System <autodist@mambasoft.it> 2.2.6-1mamba
|
* Thu May 23 2019 Automatic Build System <autodist@mambasoft.it> 2.2.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user