Name: json-glib-strip Summary: json-glib with reduced dependencies Version: 0.7.7 Release: 0 License: LGPL Group: Development Source: %{name}-%{version}.tar.gz URL: http://www.zentific.com/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: glib2-devel >= 2.15 Provides: libjson-glib-1_0-0 Conflicts: libjson-glib-1_0-0 %description A library providing GLib serialization and deserialization support for the JSON format. Stripped version, meaning reduced dependencies %prep #echo %_target #echo %_target_alias #echo %_target_cpu #echo %_target_os #echo %_target_vendor echo Building %{name}-%{version}-%{release} %setup ./bootstrap.sh %build %install make DESTDIR=%buildroot install %postun /sbin/ldconfig %files %defattr(-,root,root) %dir /usr/include/json-glib-1.0/json-glib/ /usr/include/json-glib-1.0/json-glib/* %{_libdir}/libjson-glib-1.0.* %{_libdir}/pkgconfig/json-glib-1.0.pc