[perl-Lucy: 3/28] remove empty KinoSearch.bs; remove ApacheLicense2.0.txt

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jan 23 15:44:56 UTC 2014


commit 33cfb4f45d52f87bf73106ad239198be1064cf58
Author: Ian Burrell <iburrell at fedoraproject.org>
Date:   Sat Feb 14 22:31:09 2009 +0000

    remove empty KinoSearch.bs; remove ApacheLicense2.0.txt

 perl-KinoSearch.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-KinoSearch.spec b/perl-KinoSearch.spec
index 969ee34..fe49842 100644
--- a/perl-KinoSearch.spec
+++ b/perl-KinoSearch.spec
@@ -1,6 +1,6 @@
 Name:           perl-KinoSearch
 Version:        0.163
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Search engine library
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -36,6 +36,8 @@ rm -rf $RPM_BUILD_ROOT
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
+rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/KinoSearch/KinoSearch.bs
+
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -46,11 +48,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ApacheLicense2.0.txt Changes README
+%doc Changes README
 %{perl_vendorarch}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 14 2009 Ian Burrell <ianburrell at gmail.com> - 0.163-2
+- remove empty KinoSearch.bs
+- remove ApacheLicense2.0.txt
+
 * Thu Feb 05 2009 Ian Burrell <ianburrell at gmail.com> 0.163-1
 - Change to perl_vendorarch
 - Remove devel, src from doc


More information about the scm-commits mailing list