diff --git a/.abf.yml b/.abf.yml index f6f9709..14cea46 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - "json-glib-0.12.6.tar.xz": 755c19d2329877393884d66126b837ce51572d78 + "json-glib-0.14.2.tar.xz": 077c5a7bfabdaefba1f4472100e29add9aa910a4 diff --git a/json-glib.spec b/json-glib.spec index 1a3c0ac..dc8b5ab 100644 --- a/json-glib.spec +++ b/json-glib.spec @@ -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 @@ -55,19 +54,18 @@ developing applications that use %{name}. rm -rf %{buildroot} %makeinstall_std +%find_lang %{name}-%{libver} + %check %make check -%clean -rm -rf %{buildroot} +%files -f %{name}-%{libver}.lang %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 +76,9 @@ rm -rf %{buildroot} %changelog +* Sat Jun 23 2012 Andrey Bondrov 0.14.2-1 +- Update to 0.14.2 + * Wed Jun 15 2011 Götz Waschk 0.12.6-1mdv2011.0 + Revision: 685394 - new version