automatic version update by autodist [release 2.2.7-1mamba;Wed Jun 07 2023]

This commit is contained in:
Automatic Build System 2024-01-06 04:05:36 +01:00
parent 6c299ec1f7
commit f33da38d55

View File

@ -1,19 +1,20 @@
Name: libdc1394
Version: 2.2.6
Version: 2.2.7
Release: 1mamba
Summary: High level programming interface to control IEEE 1394 based cameras
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
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
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libraw1394-devel
BuildRequires: libudev-devel
BuildRequires: libusb-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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/).
@ -21,12 +22,22 @@ Libdc1394 is a library that is intended to provide a high level programming inte
%package devel
Summary: Devel files for libdc1394
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%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/).
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
%setup -q
@ -47,11 +58,8 @@ This package contains static libraries and header files need for development.
%files
%defattr(-,root,root)
%{_bindir}/*
%{_libdir}/*.so.*
%{_mandir}/man1/dc1394_*.1.gz
%{_mandir}/man1/grab_*_image.1.gz
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/libdc1394.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
@ -61,12 +69,21 @@ This package contains static libraries and header files need for development.
%{_includedir}/dc1394/vendor/*.h
%dir %{_includedir}/dc1394/linux
%{_includedir}/dc1394/linux/*.h
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/libdc1394.a
%{_libdir}/libdc1394.so
%{_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
* 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
- automatic version update by autodist