]> git.pld-linux.org Git - packages/mknmz-wwwoffle.git/commitdiff
--initial pld release
authorhunter <hunter@pld-linux.org>
Sat, 13 Jul 2002 19:17:21 +0000 (19:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mknmz-wwwoffle.spec -> 1.1

mknmz-wwwoffle.spec [new file with mode: 0644]

diff --git a/mknmz-wwwoffle.spec b/mknmz-wwwoffle.spec
new file mode 100644 (file)
index 0000000..f201ec3
--- /dev/null
@@ -0,0 +1,48 @@
+# XXX is this right - it was /var/lib before FHS macros
+%define _localstatedir /var/cache/wwwoffle/search/namazu
+
+Summary:       Performs full-text search over the cache created by WWWOFFLE
+Name:          mknmz-wwwoffle
+Version:       0.7.2
+Release:       1
+License:       GPL
+Group:         Applications/Text
+#BuildRequires:        perl >= 5.6.0, perl-NKF >= 1.70, perl-Text-Kakasi >= 1.00
+#Requires:     perl >= 5.6.0, perl-File-MMagic >= 1.12, perl-NKF >= 1.70
+#Requires:     kakasi >= 2.3.0, perl-Text-Kakasi >= 1.00
+Source0:       http://www.naney.org/comp/distrib/mknmz-wwwoffle/archive/%{name}-%{version}.tar.gz
+URL:           http://www.naney.org/comp/distrib/mknmz-wwwoffle/index.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mknmz-wwwoffle performs full-text search over the cache created by
+WWWOFFLE, using full-text search system Namazu
+(http://www.namazu.org/). It adds a filter for mknmz which is used to
+generate index files for cache entries in WWWOFFLE.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%configure
+
+%{__make}
+
+%install
+
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(644,root,root,755)
+%doc README README.ja NEWS THANKS INSTALL ChangeLog AUTHORS
+%dir %{_localstatedir}
+%attr(755,root,root) %{_bindir}/mknmz-wwwoffle
+%{_mandir}/man1/*
+%{_datadir}/namazu/filter/*
This page took 0.035613 seconds and 4 git commands to generate.