SPECS: swish-e.spec - 2.4.5 - updated files - fixed perl module build
baggins
baggins at pld-linux.org
Wed Sep 5 16:09:29 CEST 2007
Author: baggins Date: Wed Sep 5 14:09:29 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 2.4.5
- updated files
- fixed perl module build
---- Files affected:
SPECS:
swish-e.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/swish-e.spec
diff -u SPECS/swish-e.spec:1.14 SPECS/swish-e.spec:1.15
--- SPECS/swish-e.spec:1.14 Mon Feb 12 23:09:16 2007
+++ SPECS/swish-e.spec Wed Sep 5 16:09:24 2007
@@ -3,12 +3,12 @@
Summary: Simple Web Indexing System for Humans - Enhanced
Summary(pl.UTF-8): Prosty system indeksowania stron WWW - wersja rozszerzona
Name: swish-e
-Version: 2.4.2
-Release: 7
+Version: 2.4.5
+Release: 1
License: GPL/LGPL
Group: Applications/Text
-Source0: http://swish-e.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: 1606e2f55034540f88c1748eeaae5274
+Source0: http://swish-e.org/distribution/%{name}-%{version}.tar.gz
+# Source0-md5: feae5ca1f5f4352190156b54a19c0153
URL: http://swish-e.org/
#Icon: swish-e.xpm
BuildRequires: libxml2-devel
@@ -152,11 +152,14 @@
%{__perl} Makefile.PL \
INSTALLDIRS=vendor \
CCFLAGS="%{rpmcflags} -I../src" \
- LIBS="%{rpmldflags} -L../src/.libs -lswish-e"
+ LIBS="%{rpmldflags} -L../src/.libs -lswish-e" \
+ SWISHINC=../src \
+ SWISHLIBS=-L../src/.libs \
+ SWISHVERSION=%{version} \
+ SWISHBINDIR=../src
%{__make}
-# doesn't work when skip founding swish-e binary
-# %{__make} test
+%{__make} test
cd ..
%install
@@ -205,9 +208,11 @@
%files devel
%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/swish-config
%attr(755,root,root) %{_libdir}/libswish-e.so
%{_libdir}/libswish-e.la
%{_includedir}/*.h
+%{_pkgconfigdir}/*
%files static
%defattr(644,root,root,755)
@@ -219,6 +224,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/09/05 14:09:24 baggins
+- 2.4.5
+- updated files
+- fixed perl module build
+
Revision 1.14 2007/02/12 22:09:16 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/swish-e.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list