diff --git a/libtotem-pl-parser.spec b/libtotem-pl-parser.spec index 713cf3c..ac393b8 100644 --- a/libtotem-pl-parser.spec +++ b/libtotem-pl-parser.spec @@ -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 3.26.4-1mamba +- automatic version update by autodist + * Sat Nov 18 2017 Automatic Build System 3.10.8-1mamba - automatic update by autodist