rebuilt with debug package, aarch 64 build fix, added tools subpackage [release 1.2.0-2mamba;Wed Dec 02 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 04:38:00 +01:00
parent c991c77b2c
commit 9e02244842

View File

@ -1,6 +1,6 @@
Name: libiec61883 Name: libiec61883
Version: 1.2.0 Version: 1.2.0
Release: 1mamba Release: 2mamba
Summary: High level API for streaming DV Summary: High level API for streaming DV
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -22,13 +22,26 @@ The libiec61883 library provides an higher level API for streaming DV, MPEG-2 an
Group: Development/Libraries Group: Development/Libraries
Summary: Static libraries and headers for %{name} Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
The libiec61883 library provides an higher level API for streaming DV, MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronous functionality, this library acts as a filter that accepts DV-frames, MPEG-2 frames or audio samples from the application and breaks these down to isochronous packets, which are transmitted using libraw1394. The libiec61883 library provides an higher level API for streaming DV, MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronous functionality, this library acts as a filter that accepts DV-frames, MPEG-2 frames or audio samples from the application and breaks these down to isochronous packets, which are transmitted using libraw1394.
This package contains static libraries and header files need for development. This package contains static libraries and header files needed for development.
%package tools
Group: Development/Libraries
Summary: Tools provided with %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
The libiec61883 library provides an higher level API for streaming DV, MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronous functionality, this library acts as a filter that accepts DV-frames, MPEG-2 frames or audio samples from the application and breaks these down to isochronous packets, which are transmitted using libraw1394.
This package contains tools provided with %{name}.
%debug_package
%prep %prep
%setup -q %setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build %build
%configure %configure
@ -46,22 +59,29 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libiec61883.so.*
%{_mandir}/man1/* %doc AUTHORS COPYING
%doc AUTHORS COPYING ChangeLog NEWS README
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/plugctl
%{_bindir}/plugreport
%dir %{_includedir}/%{name} %dir %{_includedir}/%{name}
%{_includedir}/%{name}/*.h %{_includedir}/%{name}/*.h
%{_libdir}/*.a %{_libdir}/libiec61883.a
%{_libdir}/*.la %{_libdir}/libiec61883.la
%{_libdir}/*.so %{_libdir}/libiec61883.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README
%files tools
%defattr(-,root,root)
%{_bindir}/plugctl
%{_bindir}/plugreport
%{_mandir}/man1/*
%changelog %changelog
* Wed Dec 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
- rebuilt with debug package, aarch 64 build fix, added tools subpackage
* Fri Mar 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba * Fri Mar 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
- automatic update by autodist - automatic update by autodist