update to 1.60.2 [release 1.60.2-1mamba;Sat Jul 06 2019]
This commit is contained in:
parent
415a9fd9f7
commit
ba4dc542c9
@ -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.56.1
|
Version: 1.60.2
|
||||||
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
|
||||||
@ -17,7 +17,8 @@ BuildRequires: libglib-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-mako
|
BuildRequires: python-mako-py36
|
||||||
|
BuildRequires: python-Markdown-py36
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -78,17 +79,12 @@ This package includes the %{name} API documentation.
|
|||||||
%{_libdir}/gobject-introspection/giscanner/_giscanner.so
|
%{_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/collections
|
%dir %{_libdir}/gobject-introspection/giscanner/__pycache__
|
||||||
%{_libdir}/gobject-introspection/giscanner/collections/*
|
%{_libdir}/gobject-introspection/giscanner/__pycache__/*
|
||||||
%{_mandir}/man1/g-ir-compiler.1.gz
|
%{_mandir}/man1/g-ir-compiler.1*
|
||||||
%{_mandir}/man1/g-ir-generate.1.gz
|
%{_mandir}/man1/g-ir-generate.1*
|
||||||
%{_mandir}/man1/g-ir-scanner.1.gz
|
%{_mandir}/man1/g-ir-scanner.1*
|
||||||
#%{_datadir}/gtk-doc/html/gi/*.html
|
%doc COPYING
|
||||||
#%{_datadir}/gtk-doc/html/gi/*.devhelp2
|
|
||||||
#%{_datadir}/gtk-doc/html/gi/*.png
|
|
||||||
#%{_datadir}/gtk-doc/html/gi/*.css
|
|
||||||
#%{_datadir}/gtk-doc/html/gi/*.sgml
|
|
||||||
%doc AUTHORS COPYING
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -102,7 +98,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 README TODO
|
%doc NEWS TODO
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -110,6 +106,9 @@ This package includes the %{name} API documentation.
|
|||||||
%{_datadir}/gtk-doc/html/gi/*
|
%{_datadir}/gtk-doc/html/gi/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.60.2-1mamba
|
||||||
|
- update to 1.60.2
|
||||||
|
|
||||||
* Sun Aug 12 2018 Automatic Build System <autodist@mambasoft.it> 1.56.1-1mamba
|
* Sun Aug 12 2018 Automatic Build System <autodist@mambasoft.it> 1.56.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user