mirror of
https://abf.rosa.ru/djam/json-glib.git
synced 2025-02-23 04:32:47 +00:00
This commit is contained in:
parent
2a4dfd54ce
commit
c83d862a74
2 changed files with 3 additions and 6 deletions
3
.abf.yml
3
.abf.yml
|
@ -1 +1,2 @@
|
|||
sources: {}
|
||||
sources:
|
||||
json-glib-1.10.6.tar.gz: 3d86cd61fc7c4d3a9144c2f394dcfc382a23e274
|
||||
|
|
|
@ -11,7 +11,7 @@ Release: 1
|
|||
License: LGPLv2+
|
||||
Group: System/Libraries
|
||||
URL: https://gitlab.gnome.org/GNOME/json-glib
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson >= 1.2.0
|
||||
BuildRequires: xsltproc
|
||||
|
@ -27,8 +27,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*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -75,8 +73,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/
|
||||
|
|
Loading…
Add table
Reference in a new issue