automatic version update by autodist [release 3.26.4-1mamba;Sun Nov 24 2019]

This commit is contained in:
Automatic Build System 2024-01-06 05:57:12 +01:00
parent 2678601cb7
commit 0db19476e3

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: libtotem-pl-parser
Version: 3.10.8
Version: 3.26.4
Release: 1mamba
Summary: Totem Playlist Parser library
Group: System/Libraries
@ -66,12 +66,14 @@ This package contains static libraries need for development.
#%patch -p0
%build
%configure
%make
%meson \
-Denable-gtk-doc=true
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%find_lang totem-pl-parser
@ -96,14 +98,17 @@ This package contains static libraries need for development.
%{_datadir}/gtk-doc/html/totem-pl-parser/*
%{_libdir}/girepository-1.0/TotemPlParser-1.0.typelib
%{_datadir}/gir-1.0/TotemPlParser-1.0.gir
%doc ChangeLog NEWS README
%doc NEWS README
%files static
%defattr(-,root,root)
%{_libdir}/*.a
%{_libdir}/*.la
#%files static
#%defattr(-,root,root)
#%{_libdir}/*.a
#%{_libdir}/*.la
%changelog
* Sun Nov 24 2019 Automatic Build System <autodist@mambasoft.it> 3.26.4-1mamba
- automatic version update by autodist
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 3.10.8-1mamba
- automatic update by autodist