rebuilt with debug package and aarch64 build fix [release 1.0.11-4mamba;Fri Dec 04 2020]
This commit is contained in:
parent
47598427df
commit
b9d1885144
@ -1,6 +1,6 @@
|
|||||||
Name: libschroedinger
|
Name: libschroedinger
|
||||||
Version: 1.0.11
|
Version: 1.0.11
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Library for decoding and encoding video in the Dirac format
|
Summary: Library for decoding and encoding video in the Dirac format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -41,8 +41,7 @@ Requires: liborc-devel
|
|||||||
Library for decoding and encoding video in the Dirac format.
|
Library for decoding and encoding video in the Dirac format.
|
||||||
It is implemented in ANSI C and optimized through the us of liboil.
|
It is implemented in ANSI C and optimized through the us of liboil.
|
||||||
libschro is written as a collaboration between the BBC Research and Development, David Schleef and Fluendo.
|
libschro is written as a collaboration between the BBC Research and Development, David Schleef and Fluendo.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
#%package gstreamer
|
#%package gstreamer
|
||||||
#Group: Development/Libraries
|
#Group: Development/Libraries
|
||||||
@ -64,8 +63,11 @@ Group: Documentation
|
|||||||
%description docs
|
%description docs
|
||||||
%{name} documentation.
|
%{name} documentation.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n schroedinger-%{version}
|
%setup -q -n schroedinger-%{version}
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -83,16 +85,17 @@ Group: Documentation
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libschroedinger-1.0.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/schroedinger-1.0
|
||||||
%dir %{_includedir}/schroedinger-1.0/schroedinger
|
%dir %{_includedir}/schroedinger-1.0/schroedinger
|
||||||
%{_includedir}/schroedinger-1.0/schroedinger/*.h
|
%{_includedir}/schroedinger-1.0/schroedinger/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libschroedinger-1.0.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libschroedinger-1.0.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libschroedinger-1.0.so
|
||||||
%{_libdir}/pkgconfig/schroedinger-1.0.pc
|
%{_libdir}/pkgconfig/schroedinger-1.0.pc
|
||||||
%doc NEWS TODO
|
%doc NEWS TODO
|
||||||
|
|
||||||
@ -113,6 +116,9 @@ Group: Documentation
|
|||||||
%{_datadir}/gtk-doc/html/schroedinger/style.css
|
%{_datadir}/gtk-doc/html/schroedinger/style.css
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.11-4mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Tue Jul 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.11-3mamba
|
* Tue Jul 08 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.11-3mamba
|
||||||
- rebuild to update .la files
|
- rebuild to update .la files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user