From d376e106486a38e5e1a6985b1857c21db79ad4f6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:05:35 +0100 Subject: [PATCH] automatic version update by autodist [release 2.2.1-1mamba;Wed Feb 20 2013] --- README.md | 2 ++ libdc1394.spec | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 libdc1394.spec diff --git a/README.md b/README.md index 09fcebd..066b54e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libdc1394 +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/). + diff --git a/libdc1394.spec b/libdc1394.spec new file mode 100644 index 0000000..c1ff8d4 --- /dev/null +++ b/libdc1394.spec @@ -0,0 +1,95 @@ +Name: libdc1394 +Version: 2.2.1 +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/ +Source: http://downloads.sourceforge.net/sourceforge/libdc1394/libdc1394-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libraw1394-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/). + +%package devel +Summary: Devel files for libdc1394 +Group: Development/Libraries +Requires: %{name} = %{version} + +%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 need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_bindir}/* +%{_libdir}/*.so.* +%{_mandir}/man1/dc1394_*.1.gz +%{_mandir}/man1/grab_*_image.1.gz +%doc AUTHORS ChangeLog COPYING NEWS README + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/dc1394 +%{_includedir}/dc1394/*.h +%dir %{_includedir}/dc1394/vendor +%{_includedir}/dc1394/vendor/*.h +%dir %{_includedir}/dc1394/linux +%{_includedir}/dc1394/linux/*.h +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so +%{_libdir}/pkgconfig/libdc1394-2.pc + +%changelog +* Wed Feb 20 2013 Automatic Build System 2.2.1-1mamba +- automatic version update by autodist + +* Thu Jul 05 2012 Automatic Build System 2.2.0-1mamba +- automatic version update by autodist + +* Mon Jan 03 2011 Automatic Build System 2.1.3-1mamba +- automatic update by autodist + +* Fri Jul 10 2009 Automatic Build System 2.1.2-1mamba +- automatic update by autodist + +* Wed Jan 07 2009 Silvan Calarco 2.0.2-2mamba +- automatic rebuild by autodist + +* Tue Nov 11 2008 gil 2.0.2-1mamba +- update to 2.0.2 + +* Sun Jun 01 2008 Silvan Calarco 1.2.2-1mamba +- update to 1.2.2 + +* Tue Aug 02 2005 Davide Madrisan 1.1.0-1qilnx +- update to version 1.1.0 by autospec + +* Fri Mar 05 2004 Silvan Calarco 0.9.3-1qilnx +- first build