mirror of
https://abf.rosa.ru/djam/json-glib.git
synced 2025-02-23 10:12:50 +00:00
Update to 0.14.2
This commit is contained in:
parent
0b1b890692
commit
52826055a2
2 changed files with 8 additions and 11 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"json-glib-0.12.6.tar.xz": 755c19d2329877393884d66126b837ce51572d78
|
||||
"json-glib-0.14.2.tar.xz": 077c5a7bfabdaefba1f4472100e29add9aa910a4
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
%define develname %mklibname %{name} -d
|
||||
|
||||
Name: json-glib
|
||||
Version: 0.12.6
|
||||
Release: %mkrel 2
|
||||
Version: 0.14.2
|
||||
Release: 1
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
|
@ -36,7 +35,7 @@ for the JavaScript Object Notation (JSON) format.
|
|||
%package -n %{develname}
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/C
|
||||
Provides: lib%{name}-devel = %version-%release
|
||||
Provides: lib%{name}-devel = %{version}-%{release}
|
||||
Requires: %{libname} = %{version}
|
||||
|
||||
%description -n %{develname}
|
||||
|
@ -47,7 +46,7 @@ developing applications that use %{name}.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
%configure2_5x --enable-static=no
|
||||
%configure2_5x --disable-static
|
||||
%make
|
||||
|
||||
|
||||
|
@ -58,16 +57,11 @@ rm -rf %{buildroot}
|
|||
%check
|
||||
%make check
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/lib%{name}-%{libver}.so.%{major}*
|
||||
%_libdir/girepository-1.0/Json-%{libver}.typelib
|
||||
|
||||
%files -n %{develname}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README NEWS ChangeLog
|
||||
%{_libdir}/lib%{name}-%{libver}.la
|
||||
%{_libdir}/lib%{name}-%{libver}.so
|
||||
|
@ -78,6 +72,9 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 23 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 0.14.2-1
|
||||
- Update to 0.14.2
|
||||
|
||||
* Wed Jun 15 2011 Götz Waschk <waschk@mandriva.org> 0.12.6-1mdv2011.0
|
||||
+ Revision: 685394
|
||||
- new version
|
||||
|
|
Loading…
Add table
Reference in a new issue