Name: sqlheavy Version: 0.1.1 Release: 3%{?dist} Summary: GObject wrapper for SQLite Group: Development/Libraries License: LGPLv3+ URL: http://code.google.com/p/sqlheavy/ Source0: http://sqlheavy.googlecode.com/files/sqlheavy-0.1.1.tar.xz BuildRequires: glib2-devel BuildRequires: sqlite-devel BuildRequires: vala-devel >= 0.16 BuildRequires: gtk+-devel BuildRequires: gtk2-devel %description SQLHeavy is a wrapper on top of SQLite with a GObject-based interface, providing very nice APIs for C and Vala, GObject Introspection support, and additional functionalaity not present in SQLite %package devel Group: Development/Libraries Summary: Development headers and libraries for sqlheavy Requires: %{name} = %{version}-%{release} %description devel Development headers and libraries for sqlheavy. %prep %setup -q %build %configure make %{?_smp_mflags} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %{_bindir}/sqlheavy-gen-orm %{_libdir}/lib*.so.* %{_libdir}/girepository-1.0 %{_mandir}/man1/sqlheavy-gen-orm.1* %{_datadir}/sqlheavy %files devel %{_includedir}/sqlheavy %{_libdir}/lib*.so %exclude %{_libdir}/lib*.a %exclude %{_libdir}/lib*.la %{_libdir}/pkgconfig/* %{_datadir}/gir-1.0 %{_datadir}/vala/vapi/* %changelog * Sat May 26 2012 Thomas Moschny - 0.1.1-3 - Fix %%files section. * Sun May 20 2012 Adrian Alves 0.1.1-2 - Correction in license tag - Added ldconfig in %%post and %%postun tags - Added sub package devel * Sat May 19 2012 Adrian Alves 0.1.1-1 - First build for Fedoraproject.