From f33da38d55e5f559e0a2791a37f3f1f373c012b6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:05:36 +0100 Subject: [PATCH] automatic version update by autodist [release 2.2.7-1mamba;Wed Jun 07 2023] --- libdc1394.spec | 43 ++++++++++++++++++++++++++++++------------- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/libdc1394.spec b/libdc1394.spec index 491cfb1..6e81126 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -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 -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 2.2.7-1mamba +- automatic version update by autodist + * Thu May 23 2019 Automatic Build System 2.2.6-1mamba - automatic version update by autodist