Skip to content

Commit

Permalink
[spec] Minor spec fixes. Contributes to JB#50383
Browse files Browse the repository at this point in the history
* License is changed according to Fedora naming
* URLs are updated

Signed-off-by: Andrey Okoshkin <a.okoshkin@omprussia.ru>
  • Loading branch information
okodron committed Jul 2, 2020
1 parent e1c11a7 commit f780de3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rpm/json-glib.spec
Expand Up @@ -2,9 +2,9 @@ Name: json-glib
Version: 1.4.4
Release: 1
Summary: Library for JavaScript Object Notation format
License: LGPL-2.1-or-later
URL: https://gitlab.gnome.org/GNOME/json-glib/
Source0: http://download.gnome.org/sources/json-glib/1.4/%{name}-%{version}.tar.xz
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/JsonGlib
Source0: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: gobject-introspection-devel
BuildRequires: meson
Expand Down Expand Up @@ -58,7 +58,6 @@ json-glib library.

%install
%meson_install
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}-1.0

%post -n libjson-glib -p /sbin/ldconfig
Expand Down

0 comments on commit f780de3

Please sign in to comment.