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