Spec change for python bindings
This commit is contained in:
parent
ad1209db14
commit
1e88e0fe0e
@ -1,6 +1,6 @@
|
|||||||
Name: libgexiv2
|
Name: libgexiv2
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -34,10 +34,10 @@ developing applications that use %{name}.
|
|||||||
CFLAGS="%{optflags}"; export CFLAGS
|
CFLAGS="%{optflags}"; export CFLAGS
|
||||||
CXXFLAGS="%{optflags}"; export CXXFLAGS
|
CXXFLAGS="%{optflags}"; export CXXFLAGS
|
||||||
FFLAGS="%{optflags} -I/usr/lib64/gfortran/modules"; export FFLAGS
|
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
|
# it is not an autotool generated configure script
|
||||||
./configure --release --prefix=/usr
|
./configure --release --enable-introspection --prefix=/usr
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -61,8 +61,15 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
|||||||
%{_libdir}/pkgconfig/gexiv2.pc
|
%{_libdir}/pkgconfig/gexiv2.pc
|
||||||
%{_datadir}/vala/vapi/gexiv2.vapi
|
%{_datadir}/vala/vapi/gexiv2.vapi
|
||||||
|
|
||||||
|
%{_datadir}/gir-1.0/GExiv2-0.4.gir
|
||||||
|
%{_libdir}/girepository-1.0/GExiv2-0.4.typelib
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user