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