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