mirror of
https://abf.rosa.ru/djam/json-glib.git
synced 2025-02-23 18:22:51 +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
|
Name: json-glib
|
||||||
Version: 0.14.2
|
Version: 0.14.2
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://live.gnome.org/JsonGlib
|
URL: http://live.gnome.org/JsonGlib
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name} is a library providing serialization and deserialization support
|
%{name} is a library providing serialization and deserialization support
|
||||||
|
@ -24,8 +24,8 @@ for the JavaScript Object Notation (JSON) format.
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}-%{release}
|
||||||
Provides: lib%%{name} = %{version}
|
Provides: lib%%{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
%{name} is a library providing serialization and deserialization support
|
%{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}
|
Summary: Development files for %{name}
|
||||||
Group: Development/C
|
Group: Development/C
|
||||||
Provides: lib%{name}-devel = %{version}-%{release}
|
Provides: lib%{name}-devel = %{version}-%{release}
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n %{develname}
|
%description -n %{develname}
|
||||||
The %{develname} package contains libraries and header files for
|
The %{develname} package contains libraries and header files for
|
||||||
|
@ -54,8 +54,6 @@ developing applications that use %{name}.
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%makeinstall_std
|
%makeinstall_std
|
||||||
|
|
||||||
rm -f %{buildroot}/%{_libdir}/*.la
|
|
||||||
|
|
||||||
%find_lang %{name}-%{libver}
|
%find_lang %{name}-%{libver}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
Loading…
Add table
Reference in a new issue