mirror of
https://abf.rosa.ru/djam/json-glib.git
synced 2025-02-23 04:32:47 +00:00
LOG Convert BR to pkgconfig style
This commit is contained in:
parent
c133310c9b
commit
0684ea75f1
1 changed files with 7 additions and 9 deletions
|
@ -6,16 +6,16 @@
|
|||
|
||||
Name: json-glib
|
||||
Version: 0.14.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Library for JavaScript Object Notation format
|
||||
Group: System/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/JsonGlib
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: gtk-doc
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
%{name} is a library providing serialization and deserialization support
|
||||
|
@ -24,8 +24,8 @@ for the JavaScript Object Notation (JSON) format.
|
|||
%package -n %{libname}
|
||||
Summary: Shared libraries for %{name}
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
Provides: lib%%{name} = %{version}
|
||||
Provides: %{name} = %{version}-%{release}
|
||||
Provides: lib%%{name} = %{version}-%{release}
|
||||
|
||||
%description -n %{libname}
|
||||
%{name} is a library providing serialization and deserialization support
|
||||
|
@ -36,7 +36,7 @@ for the JavaScript Object Notation (JSON) format.
|
|||
Summary: Development files for %{name}
|
||||
Group: Development/C
|
||||
Provides: lib%{name}-devel = %{version}-%{release}
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
|
||||
%description -n %{develname}
|
||||
The %{develname} package contains libraries and header files for
|
||||
|
@ -54,8 +54,6 @@ developing applications that use %{name}.
|
|||
rm -rf %{buildroot}
|
||||
%makeinstall_std
|
||||
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
%find_lang %{name}-%{libver}
|
||||
|
||||
%check
|
||||
|
|
Loading…
Add table
Reference in a new issue