Spec change for python bindings
This commit is contained in:
parent
ad1209db14
commit
1e88e0fe0e
@ -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@lists.fedoraproject.org> - 0.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user