added debug package, aarch64 build fix and tools subpackage [release 0.5.4-2mamba;Wed Dec 02 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 03:50:11 +01:00
parent 3532ae0098
commit 22ffb860e5

View File

@ -1,13 +1,13 @@
Name: libavc1394
Version: 0.5.4
Release: 1mamba
Release: 2mamba
Summary: Library for providing raw access to IEEE 1394 devices
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/libavc1394/
Source: http://garr.dl.sourceforge.net/project/libavc1394/libavc1394/libavc1394-%{version}.tar.gz
Source: http://downloads.sourceforge.net/project/libavc1394/libavc1394/libavc1394-%{version}.tar.gz
#Source: http://dl.sf.net/libavc1394/libavc1394-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
@ -24,14 +24,26 @@ Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio
Summary: Files for developing applications that use %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
%description devel
Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set.
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 by %{name}
Group: System/Tools
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
Libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set.
This package contains the tools provided by %{name}.
%debug_package
%prep
%setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build
%configure
@ -49,20 +61,31 @@ This package contains static libraries and header files need for development.
%files
%defattr(-, root, root)
%{_bindir}/*
%{_libdir}/*.so.*
%{_mandir}/man1/*
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/libavc1394.so.*
%{_libdir}/librom1394.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-, root, root)
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/libavc1394.a
%{_libdir}/libavc1394.la
%{_libdir}/libavc1394.so
%{_libdir}/librom1394.a
%{_libdir}/librom1394.la
%{_libdir}/librom1394.so
%{_libdir}/pkgconfig/libavc1394.pc
%doc ChangeLog NEWS README TODO
%files tools
%defattr(-, root, root)
%{_bindir}/*
%{_mandir}/man1/*
%changelog
* Wed Dec 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4-2mamba
- added debug package, aarch64 build fix and tools subpackage
* Mon Jan 31 2011 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
- automatic update by autodist