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
|
||||
Version: 1.4.8
|
||||
Version: 1.4.9
|
||||
Release: 1mamba
|
||||
Summary: Multimedia container format library
|
||||
Group: System/Libraries
|
||||
@ -43,14 +43,16 @@ This package contains the required files to develop programs that will use the M
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--includedir=%{_includedir}/matroska
|
||||
%cmake -d build
|
||||
|
||||
#% configure \
|
||||
# --includedir=%{_includedir}/matroska
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall -C build
|
||||
|
||||
chmod +x %{buildroot}%{_libdir}/*.so.*
|
||||
|
||||
@ -69,13 +71,16 @@ chmod +x %{buildroot}%{_libdir}/*.so.*
|
||||
%defattr(-, root, root)
|
||||
%dir %{_includedir}/matroska/
|
||||
%{_includedir}/matroska/*
|
||||
%{_libdir}/libmatroska.a
|
||||
%{_libdir}/libmatroska.la
|
||||
%{_libdir}/libmatroska.so
|
||||
%{_libdir}/pkgconfig/libmatroska.pc
|
||||
%dir %{_libdir}/cmake/matroska
|
||||
%{_libdir}/cmake/matroska/Matroska*.cmake
|
||||
%doc 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
|
||||
- update to 1.4.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user