mirror of
https://abf.rosa.ru/djam/json-glib.git
synced 2025-02-23 10:12:50 +00:00
Update to 1.4.4
This commit is contained in:
parent
349e1bb746
commit
1cd707c3ac
1 changed files with 7 additions and 12 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
Name: json-glib
|
||||
Version: 1.4.2
|
||||
Version: 1.4.4
|
||||
Release: 1
|
||||
License: LGPLv2+
|
||||
Group: System/Libraries
|
||||
Url: http://live.gnome.org/JsonGlib
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.xz
|
||||
URL: https://wiki.gnome.org/Projects/JsonGlib
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.40.1
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
|
@ -25,8 +25,6 @@ for the JavaScript Object Notation (JSON) format.
|
|||
%files -f %{name}-%{api}.lang
|
||||
%{_bindir}/json-glib-format
|
||||
%{_bindir}/json-glib-validate
|
||||
%{_mandir}/man1/json-glib-format.1*
|
||||
%{_mandir}/man1/json-glib-validate.1*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -73,8 +71,6 @@ developing applications that use %{name}.
|
|||
%{_libdir}/lib%{name}-%{api}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{api}.pc
|
||||
%{_includedir}/%{name}-%{api}/
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
%{_datadir}/gir-1.0/Json-%{api}.gir
|
||||
%{_datadir}/installed-tests/
|
||||
%{_libdir}/installed-tests/
|
||||
|
@ -85,12 +81,11 @@ developing applications that use %{name}.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Ddocs=true
|
||||
%meson_build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%makeinstall_std
|
||||
|
||||
%find_lang %{name}-%{api}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue