mirror of
https://abf.rosa.ru/djam/json-glib.git
synced 2025-02-23 18:22:51 +00:00
Update to 0.14.2
This commit is contained in:
parent
0b1b890692
commit
ef492ceba6
2 changed files with 11 additions and 10 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
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
|
%define develname %mklibname %{name} -d
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 0.12.6
|
Version: 0.14.2
|
||||||
Release: %mkrel 2
|
Release: 1
|
||||||
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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
@ -36,7 +35,7 @@ for the JavaScript Object Notation (JSON) format.
|
||||||
%package -n %{develname}
|
%package -n %{develname}
|
||||||
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}
|
||||||
|
|
||||||
%description -n %{develname}
|
%description -n %{develname}
|
||||||
|
@ -47,7 +46,7 @@ developing applications that use %{name}.
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure2_5x --enable-static=no
|
%configure2_5x --disable-static
|
||||||
%make
|
%make
|
||||||
|
|
||||||
|
|
||||||
|
@ -55,19 +54,18 @@ developing applications that use %{name}.
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%makeinstall_std
|
%makeinstall_std
|
||||||
|
|
||||||
|
%find_lang %{name}-%{libver}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make check
|
%make check
|
||||||
|
|
||||||
%clean
|
%files -f %{name}-%{libver}.lang
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_libdir}/lib%{name}-%{libver}.so.%{major}*
|
%{_libdir}/lib%{name}-%{libver}.so.%{major}*
|
||||||
%_libdir/girepository-1.0/Json-%{libver}.typelib
|
%_libdir/girepository-1.0/Json-%{libver}.typelib
|
||||||
|
|
||||||
%files -n %{develname}
|
%files -n %{develname}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README NEWS ChangeLog
|
%doc README NEWS ChangeLog
|
||||||
%{_libdir}/lib%{name}-%{libver}.la
|
%{_libdir}/lib%{name}-%{libver}.la
|
||||||
%{_libdir}/lib%{name}-%{libver}.so
|
%{_libdir}/lib%{name}-%{libver}.so
|
||||||
|
@ -78,6 +76,9 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 15 2011 Götz Waschk <waschk@mandriva.org> 0.12.6-1mdv2011.0
|
||||||
+ Revision: 685394
|
+ Revision: 685394
|
||||||
- new version
|
- new version
|
||||||
|
|
Loading…
Add table
Reference in a new issue