rebuilt with cmake [release 1.3.5-2mamba;Tue May 09 2023]
This commit is contained in:
parent
1f0f941843
commit
60655f1c84
30
libogg.spec
30
libogg.spec
@ -1,11 +1,11 @@
|
|||||||
Name: libogg
|
Name: libogg
|
||||||
Version: 1.3.5
|
Version: 1.3.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library for encoding or decoding a single physical bitstream
|
Summary: A library for encoding or decoding a single physical bitstream
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://xiph.org/vorbis/
|
URL: https://xiph.org/vorbis/
|
||||||
Source: http://downloads.xiph.org/releases/ogg/libogg-%{version}.tar.gz
|
Source: http://downloads.xiph.org/releases/ogg/libogg-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -25,48 +25,50 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
The libogg package contains the ogg file structure.
|
The libogg package contains the ogg file structure.
|
||||||
This is useful for creating (encoding) or playing (decoding).
|
This is useful for creating (encoding) or playing (decoding).
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -fr pckdocs
|
%makeinstall -C build
|
||||||
%makeoldinstall \
|
|
||||||
docdir=%{_builddir}/%{name}-%{version}/pckdocs
|
|
||||||
|
|
||||||
rm -f %{buildroot}%{_libdir}/*.a
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libogg.so.*
|
%{_libdir}/libogg.so.*
|
||||||
%doc AUTHORS CHANGES COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/aclocal/ogg.m4
|
|
||||||
%dir %{_includedir}/ogg
|
%dir %{_includedir}/ogg
|
||||||
%{_includedir}/ogg/config_types.h
|
%{_includedir}/ogg/config_types.h
|
||||||
%{_includedir}/ogg/ogg.h
|
%{_includedir}/ogg/ogg.h
|
||||||
%{_includedir}/ogg/os_types.h
|
%{_includedir}/ogg/os_types.h
|
||||||
%{_libdir}/libogg.la
|
|
||||||
%{_libdir}/libogg.so
|
%{_libdir}/libogg.so
|
||||||
%{_libdir}/pkgconfig/ogg.pc
|
%{_libdir}/pkgconfig/ogg.pc
|
||||||
%doc pckdocs/*
|
%dir %{_libdir}/cmake/Ogg
|
||||||
|
%{_libdir}/cmake/Ogg/Ogg*.cmake
|
||||||
|
%dir %{_docdir}/libogg
|
||||||
|
%{_docdir}/libogg/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.5-2mamba
|
||||||
|
- rebuilt with cmake
|
||||||
|
|
||||||
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
|
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user