]> git.pld-linux.org Git - packages/aspseek.git/commitdiff
- fixed build on 64-bit archs, added missing init script, release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Aug 2002 13:30:47 +0000 (13:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspseek.spec -> 1.9

aspseek.spec

index 06b35ba95aaec83c48413ed83aff88a37e62b49c..9372054414a4904282fab6296f06252dd49501fb 100644 (file)
@@ -6,12 +6,13 @@ Summary:      Advanced Internet search engine
 Summary(pl):   Silnik zaawansowanej wyszukiwarki Internetowej
 Name:          aspseek
 Version:       1.2.8
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.aspseek.org/pkg/src/1.2.8/%{name}-%{version}.tar.gz
 Source1:       %{name}-mod_aspseek.conf
 Source2:       %{name}.init
+Patch0:                %{name}-types.patch
 URL:           http://www.aspseek.org/
 BuildRequires: apache(EAPI)-devel
 BuildRequires: openssl-devel
@@ -103,6 +104,7 @@ Modu
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure2_13 \
@@ -205,6 +207,7 @@ fi
 %dir %{_sysconfdir}/sql
 %{_sysconfdir}/stopwords
 %{_sysconfdir}/tables
+%attr(754,root,root) /etc/rc.d/init.d/aspseek
 %attr(750,aspseek,root) %dir /var/spool/aspseek
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*.conf
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*.htm
This page took 0.069038 seconds and 4 git commands to generate.