automatic version update by autodist [release 1.62.0-1mamba;Sat Oct 05 2019]
This commit is contained in:
parent
ba4dc542c9
commit
5befdfb97e
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gobject-introspection
|
||||
Version: 1.60.2
|
||||
Version: 1.62.0
|
||||
Release: 1mamba
|
||||
Summary: A convenient bridge between C and a runtime language and more
|
||||
Group: System/Libraries
|
||||
@ -48,15 +48,15 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--enable-doctool
|
||||
%meson \
|
||||
-Dgtk_doc=true \
|
||||
-Dodctool=true
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -74,13 +74,9 @@ This package includes the %{name} API documentation.
|
||||
%dir %{_libdir}/gobject-introspection
|
||||
%dir %{_libdir}/gobject-introspection/giscanner
|
||||
%{_libdir}/gobject-introspection/giscanner/*.py*
|
||||
%{_libdir}/gobject-introspection/giscanner/_giscanner.a
|
||||
%{_libdir}/gobject-introspection/giscanner/_giscanner.la
|
||||
%{_libdir}/gobject-introspection/giscanner/_giscanner.so
|
||||
%dir %{_libdir}/gobject-introspection/giscanner/doctemplates
|
||||
%{_libdir}/gobject-introspection/giscanner/doctemplates/*
|
||||
%dir %{_libdir}/gobject-introspection/giscanner/__pycache__
|
||||
%{_libdir}/gobject-introspection/giscanner/__pycache__/*
|
||||
%{_libdir}/gobject-introspection/giscanner/_giscanner.cpython-*.so
|
||||
%{_mandir}/man1/g-ir-compiler.1*
|
||||
%{_mandir}/man1/g-ir-generate.1*
|
||||
%{_mandir}/man1/g-ir-scanner.1*
|
||||
@ -88,8 +84,6 @@ This package includes the %{name} API documentation.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgirepository-1.0.a
|
||||
%{_libdir}/libgirepository-1.0.la
|
||||
%{_libdir}/libgirepository-1.0.so
|
||||
%dir %{_includedir}/gobject-introspection-1.0
|
||||
%{_includedir}/gobject-introspection-1.0/*.h
|
||||
@ -98,7 +92,7 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/gobject-introspection-1.0/tests/
|
||||
%{_datadir}/aclocal/introspection.m4
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc NEWS TODO
|
||||
#%doc NEWS TODO
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
@ -106,6 +100,9 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/gtk-doc/html/gi/*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 1.62.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.60.2-1mamba
|
||||
- update to 1.60.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user