automatic version update by autodist [release 1.6.0-1mamba;Thu Sep 24 2020]
This commit is contained in:
parent
b5c7ccfaa8
commit
caf2fdbc0e
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libjson-glib
|
Name: libjson-glib
|
||||||
Version: 1.4.4
|
Version: 1.6.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -63,12 +63,13 @@ This package contains %{name} api docunentation.
|
|||||||
%setup -q -n json-glib-%{version}
|
%setup -q -n json-glib-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
#mkdir -p %{buildroot}%{_datadir}/gtk-doc/html/json-glib/
|
#mkdir -p %{buildroot}%{_datadir}/gtk-doc/html/json-glib/
|
||||||
#cp -a doc/reference/html/* %{buildroot}%{_datadir}/gtk-doc/html/json-glib/
|
#cp -a doc/reference/html/* %{buildroot}%{_datadir}/gtk-doc/html/json-glib/
|
||||||
@ -113,14 +114,13 @@ This package contains %{name} api docunentation.
|
|||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%dir %{_datadir}/gtk-doc/html/json-glib
|
%dir %{_datadir}/gtk-doc/html/json-glib
|
||||||
#%{_datadir}/gtk-doc/html/json-glib/*.html
|
%{_datadir}/gtk-doc/html/json-glib/*
|
||||||
#%{_datadir}/gtk-doc/html/json-glib/*.png
|
|
||||||
##%{_datadir}/gtk-doc/html/json-glib/*.sgml
|
|
||||||
#%{_datadir}/gtk-doc/html/json-glib/json-glib.devhelp2
|
|
||||||
#%{_datadir}/gtk-doc/html/json-glib/*.css
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 24 2020 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user