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