Author: twittner Date: Mon Apr 17 15:00:09 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added my own script for making searchable sites with hyperestraier
---- Files affected: SPECS: hyperestraier.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/hyperestraier.spec diff -u SPECS/hyperestraier.spec:1.5 SPECS/hyperestraier.spec:1.6 --- SPECS/hyperestraier.spec:1.5 Fri Apr 14 15:57:44 2006 +++ SPECS/hyperestraier.spec Mon Apr 17 17:00:04 2006 @@ -3,13 +3,14 @@ Summary(pl): Pełnotekstowy system wyszukiwawczy Name: hyperestraier Version: 1.2.1 -Release: 0.1 +Release: 0.3 License: LGPL Group: Applications/Text Source0: http://dl.sourceforge.net/hyperestraier/%{name}-%{version}.tar.gz # Source0-md5: 91e2c859510a9e30fad8b49f6affe6f1 +Source1: %{name}.sh URL: http://hyperestraier.sourceforge.net/ -BuildRequires: qdbm-devel >= 1.8.48 +BuildRequires: qdbm-devel >= 1.8.48-0.3 Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -105,6 +106,7 @@ DESTDIR=$RPM_BUILD_ROOT rm -fr $RPM_BUILD_ROOT%{_datadir}/%{name}/{COPYING,ChangeLog,THANKS,doc} +install %{SOURCE1} . %clean rm -rf $RPM_BUILD_ROOT @@ -114,10 +116,11 @@ %files %defattr(644,root,root,755) -%doc ChangeLog README THANKS +%doc ChangeLog README THANKS hyperestraier.sh %attr(755,root,root) %{_bindir}/* -# don't move it to /usr/lib/cgi-bin - write your wrapper (sh script), -# utilize SCRIPT_NAME env. var. and put into your cgi-bin directory +# don't move cgi binaries to /usr/lib/cgi-bin - write your own wrapper +# (shell script) instead, utilize SCRIPT_NAME env. var. and put into +# your cgi-bin directory %dir %{_libexecdir} %attr(755,root,root) %{_libexecdir}/*.cgi %{_mandir}/man1/* @@ -166,6 +169,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/04/17 15:00:04 twittner +- added my own script for making searchable sites with hyperestraier + Revision 1.5 2006/04/14 13:57:44 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/hyperestraier.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
