automatic version update by autodist [release 5.3.1-1mamba;Fri Feb 05 2021]
This commit is contained in:
parent
ae0db83c95
commit
25581d2e47
22
amtk.spec
22
amtk.spec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: amtk
|
Name: amtk
|
||||||
Version: 5.2.0
|
Version: 5.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Actions, Menus and Toolbars Kit for GTK+ applications
|
Summary: Actions, Menus and Toolbars Kit for GTK+ applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -74,12 +74,14 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc
|
%meson \
|
||||||
%make
|
-Dgtk_doc=true
|
||||||
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}-5 || touch %{name}-5.lang
|
%find_lang %{name}-5 || touch %{name}-5.lang
|
||||||
|
|
||||||
@ -93,24 +95,26 @@ This package includes the %{name} API documentation.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libamtk-5.so.*
|
%{_libdir}/libamtk-5.so.*
|
||||||
%{_libdir}/girepository-1.0/Amtk-5.typelib
|
%{_libdir}/girepository-1.0/Amtk-5.typelib
|
||||||
%doc AUTHORS COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/amtk-5/amtk
|
%dir %{_includedir}/amtk-5/amtk
|
||||||
%{_includedir}/amtk-5/amtk/*
|
%{_includedir}/amtk-5/amtk/*
|
||||||
%{_libdir}/libamtk-5.la
|
|
||||||
%{_libdir}/libamtk-5.so
|
%{_libdir}/libamtk-5.so
|
||||||
%{_libdir}/pkgconfig/amtk-5.pc
|
%{_libdir}/pkgconfig/amtk-5.pc
|
||||||
%{_datadir}/gir-1.0/Amtk-5.gir
|
%{_datadir}/gir-1.0/Amtk-5.gir
|
||||||
%doc ChangeLog NEWS README
|
%doc NEWS README.md
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/amtk-5.0
|
%dir %{_datadir}/gtk-doc/html/amtk-5
|
||||||
%{_datadir}/gtk-doc/html/amtk-5.0/*
|
%{_datadir}/gtk-doc/html/amtk-5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 5.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
|
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user