- Include the license text in the -core subpackage.
This commit is contained in:
parent
f5ed2329a6
commit
72bdcb68a0
@ -3,7 +3,7 @@
|
||||
Summary: A C++ port of Lucene
|
||||
Name: clucene
|
||||
Version: 0.9.21b
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+ or ASL 2.0
|
||||
Group: Development/System
|
||||
URL: http://www.sourceforge.net/projects/clucene
|
||||
@ -101,7 +101,7 @@ mkdir -p %{buildroot}%{_datadir}/%{name}/doc
|
||||
mkdir -p %{buildroot}%{_datadir}/doc/%{name}-%{version}
|
||||
pushd %{name}-core-%{version}
|
||||
cp -pr doc/*.htm doc/*.jpg %{buildroot}%{_datadir}/%{name}/doc
|
||||
cp -pr AUTHORS COPYING HACKING README REQUESTS \
|
||||
cp -pr AUTHORS COPYING HACKING README REQUESTS APACHE.license LGPL.license \
|
||||
%{buildroot}%{_datadir}/doc/%{name}-%{version}
|
||||
popd
|
||||
|
||||
@ -167,6 +167,9 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 08 2010 Deji Akingunola <dakingun@gmail.com> 0.9.21b-2
|
||||
- Include the license text in the -core subpackage.
|
||||
|
||||
* Sun Jun 06 2010 Robert Scheck <robert@fedoraproject.org> 0.9.21b-1
|
||||
- Update to 0.9.21b
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user