diff --git a/libgexiv2.spec b/libgexiv2.spec index c993b11..8a78360 100644 --- a/libgexiv2.spec +++ b/libgexiv2.spec @@ -1,6 +1,6 @@ Name: libgexiv2 Version: 0.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library Group: System Environment/Libraries @@ -34,10 +34,10 @@ developing applications that use %{name}. CFLAGS="%{optflags}"; export CFLAGS CXXFLAGS="%{optflags}"; export CXXFLAGS FFLAGS="%{optflags} -I/usr/lib64/gfortran/modules"; export FFLAGS -LDFLAGS="--Wl,-z,relro"; export LDFLAGS +LDFLAGS="-Wl,-z,relro"; export LDFLAGS # it is not an autotool generated configure script -./configure --release --prefix=/usr +./configure --release --enable-introspection --prefix=/usr make %{?_smp_mflags} %install @@ -61,8 +61,15 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';' %{_libdir}/pkgconfig/gexiv2.pc %{_datadir}/vala/vapi/gexiv2.vapi +%{_datadir}/gir-1.0/GExiv2-0.4.gir +%{_libdir}/girepository-1.0/GExiv2-0.4.typelib + %changelog +* Mon Mar 11 2013 Ankur Sinha 0.5.0-3 +- Enable introspection for py support +- add new files for introspection + * Thu Feb 14 2013 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild