[libgexiv2] Spec change for python bindings

Ankur Sinha ankursinha at fedoraproject.org
Mon Mar 11 01:59:53 UTC 2013


commit 1e88e0fe0e6964781abd39a46487068a49d9d54a
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Mon Mar 11 12:59:17 2013 +1100

    Spec change for python bindings

 libgexiv2.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
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 <ankursinha AT fedoraproject DOT org> 0.5.0-3
+- Enable introspection for py support
+- add new files for introspection
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list