libkml.spec

This commit is contained in:
Rakesh Pandit 2009-04-12 18:34:33 +00:00
parent 2e2ec7cbf5
commit 93db3f0cc3
1 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,7 @@ BuildRequires: expat-devel, python-devel, chrpath
BuildRequires: minizip-devel, uriparser-devel, zlib-devel
BuildRequires: boost-devel
BuildRequires: autoconf, libtool
BuildRequires: libgcj-devel
Requires: python, java
%description
@ -100,8 +101,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libkml/*.so.*
%{python_sitearch}/*.so
%{python_sitearch}/*.py
#%{python_sitearch}/*.pyc
#%{python_sitearch}/*.pyo
%{python_sitearch}/*.pyc
%{python_sitearch}/*.pyo
%files devel
%defattr(-,root,root,-)
@ -111,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libkml/*.so
%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
- libkml-0.6.1.configure_ac.patch patch for swig > 1.3.35