update to 1.6.6 [release 1.6.6-1mamba;Tue Aug 31 2021]
This commit is contained in:
parent
01715001cc
commit
cdb6ac49cb
@ -1,24 +1,20 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: libjson-glib
|
||||
Version: 1.6.2
|
||||
Version: 1.6.6
|
||||
Release: 1mamba
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: https://live.gnome.org/JsonGlib
|
||||
#Source: http://folks.o-hand.com/~ebassi/sources/json-glib-%{version}.tar.gz
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/json-glib/%{majver}/json-glib-%{version}.tar.xz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://wiki.gnome.org/JsonGlibredirect=JsonGlib
|
||||
Source: https://download.gnome.org/sources/json-glib/%{majver}/json-glib-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{name} is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format.
|
||||
@ -63,7 +59,9 @@ This package contains %{name} api docunentation.
|
||||
%setup -q -n json-glib-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson \
|
||||
-Dgtk_doc=enabled \
|
||||
-Dman=true
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -109,15 +107,18 @@ This package contains %{name} api docunentation.
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/json-glib-format
|
||||
%{_bindir}/json-glib-validate
|
||||
#%{_mandir}/man1/json-glib-format.1*
|
||||
#%{_mandir}/man1/json-glib-validate.1*
|
||||
%{_mandir}/man1/json-glib-format.1*
|
||||
%{_mandir}/man1/json-glib-validate.1*
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/json-glib
|
||||
%{_datadir}/gtk-doc/html/json-glib/*
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/json-glib
|
||||
#%{_datadir}/gtk-doc/html/json-glib/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.6-1mamba
|
||||
- update to 1.6.6
|
||||
|
||||
* Wed Feb 10 2021 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user