automatic version update by autodist [release 1.4.9-1mamba;Thu Aug 23 2018]
This commit is contained in:
parent
e98bb2fd8e
commit
827fd2f0ca
@ -1,5 +1,5 @@
|
|||||||
Name: libmatroska
|
Name: libmatroska
|
||||||
Version: 1.4.8
|
Version: 1.4.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Multimedia container format library
|
Summary: Multimedia container format library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -43,14 +43,16 @@ This package contains the required files to develop programs that will use the M
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%cmake -d build
|
||||||
--includedir=%{_includedir}/matroska
|
|
||||||
|
#% configure \
|
||||||
|
# --includedir=%{_includedir}/matroska
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
chmod +x %{buildroot}%{_libdir}/*.so.*
|
chmod +x %{buildroot}%{_libdir}/*.so.*
|
||||||
|
|
||||||
@ -69,13 +71,16 @@ chmod +x %{buildroot}%{_libdir}/*.so.*
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%dir %{_includedir}/matroska/
|
%dir %{_includedir}/matroska/
|
||||||
%{_includedir}/matroska/*
|
%{_includedir}/matroska/*
|
||||||
%{_libdir}/libmatroska.a
|
|
||||||
%{_libdir}/libmatroska.la
|
|
||||||
%{_libdir}/libmatroska.so
|
%{_libdir}/libmatroska.so
|
||||||
%{_libdir}/pkgconfig/libmatroska.pc
|
%{_libdir}/pkgconfig/libmatroska.pc
|
||||||
|
%dir %{_libdir}/cmake/matroska
|
||||||
|
%{_libdir}/cmake/matroska/Matroska*.cmake
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 1.4.9-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.8-1mamba
|
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.8-1mamba
|
||||||
- update to 1.4.8
|
- update to 1.4.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user