libkml.spec

epel9
Rakesh Pandit 16 years ago
parent 2e2ec7cbf5
commit 93db3f0cc3

@ -21,6 +21,7 @@ BuildRequires: expat-devel, python-devel, chrpath
BuildRequires: minizip-devel, uriparser-devel, zlib-devel BuildRequires: minizip-devel, uriparser-devel, zlib-devel
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: autoconf, libtool BuildRequires: autoconf, libtool
BuildRequires: libgcj-devel
Requires: python, java Requires: python, java
%description %description
@ -100,8 +101,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libkml/*.so.* %{_libdir}/libkml/*.so.*
%{python_sitearch}/*.so %{python_sitearch}/*.so
%{python_sitearch}/*.py %{python_sitearch}/*.py
#%{python_sitearch}/*.pyc %{python_sitearch}/*.pyc
#%{python_sitearch}/*.pyo %{python_sitearch}/*.pyo
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -111,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libkml/*.so %{_libdir}/libkml/*.so
%changelog %changelog
* Sun Apr 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> 0.6.1-4
- Included *pyc and pyo files in %%files and added BuildRequires libgcj-devel.
* Sun Apr 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> 0.6.1-3 * Sun Apr 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> 0.6.1-3
- libkml-0.6.1.configure_ac.patch patch for swig > 1.3.35 - libkml-0.6.1.configure_ac.patch patch for swig > 1.3.35

Loading…
Cancel
Save