legacy package [release 2.2.6-2mamba;Fri Jun 09 2023]
This commit is contained in:
parent
c53817ba4d
commit
c8f0e9d913
@ -1,2 +1,4 @@
|
||||
# libdc1394_25
|
||||
|
||||
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/).
|
||||
|
||||
|
112
libdc1394_25.spec
Normal file
112
libdc1394_25.spec
Normal file
@ -0,0 +1,112 @@
|
||||
Name: libdc1394_25
|
||||
Version: 2.2.6
|
||||
Release: 2mamba
|
||||
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: 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
|
||||
|
||||
%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}-%{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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n libdc1394-%{version}
|
||||
|
||||
%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)
|
||||
%{_libdir}/libdc1394.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/dc1394_reset_bus
|
||||
%dir %{_includedir}/dc1394
|
||||
%{_includedir}/dc1394/*.h
|
||||
%dir %{_includedir}/dc1394/vendor
|
||||
%{_includedir}/dc1394/vendor/*.h
|
||||
%dir %{_includedir}/dc1394/linux
|
||||
%{_includedir}/dc1394/linux/*.h
|
||||
%{_libdir}/libdc1394.a
|
||||
%{_libdir}/libdc1394.so
|
||||
%{_libdir}/pkgconfig/libdc1394-2.pc
|
||||
%{_mandir}/man1/dc1394_*.1*
|
||||
%{_mandir}/man1/grab_*_image.1*
|
||||
%doc NEWS ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Fri Jun 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.6-2mamba
|
||||
- legacy package
|
||||
|
||||
* Thu May 23 2019 Automatic Build System <autodist@mambasoft.it> 2.2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 2.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 20 2016 Automatic Build System <autodist@mambasoft.it> 2.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 14 2015 Automatic Build System <autodist@mambasoft.it> 2.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 20 2013 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 05 2012 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 03 2011 Automatic Build System <autodist@mambasoft.it> 2.1.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jan 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Tue Nov 11 2008 gil <puntogil@libero.it> 2.0.2-1mamba
|
||||
- update to 2.0.2
|
||||
|
||||
* Sun Jun 01 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-1mamba
|
||||
- update to 1.2.2
|
||||
|
||||
* Tue Aug 02 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.0-1qilnx
|
||||
- update to version 1.1.0 by autospec
|
||||
|
||||
* Fri Mar 05 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-1qilnx
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user