/[smeserver]/rpms/qmail-qfilter/sme7/qmail-qfilter.spec
ViewVC logotype

Contents of /rpms/qmail-qfilter/sme7/qmail-qfilter.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Feb 27 18:26:16 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: qmail-qfilter-1_5-1_el4_sme
Remove version from spec

1 Name: qmail-qfilter
2 Summary: qmail-queue filter front end
3 Version: 1.5
4 Release: 1%{?dist}
5 License: GPL
6 Group: Utilities/System
7 Source: http://untroubled.org/qmail-qfilter/qmail-qfilter-1.5.tar.gz
8 BuildRoot: %{_tmppath}/qmail-qfilter-root
9 URL: http://untroubled.org/qmail-qfilter/
10
11 %description
12 This program allows the body of a message to be filtered through a
13 series of filters before being passed to the real qmail-queue program,
14 and injected into the qmail queue.
15
16 %prep
17 %setup
18
19 %build
20 echo %{_bindir} >conf-bin
21 echo %{_mandir} >conf-man
22 echo gcc %{optflags} >conf-cc
23 echo gcc -s >conf-ld
24 make
25
26 %install
27 rm -fr %{buildroot}
28 mkdir -p %{buildroot}%{_bindir}
29 mkdir -p %{buildroot}%{_mandir}
30 echo %{buildroot}%{_bindir} >conf-bin
31 echo %{buildroot}%{_mandir} >conf-man
32 rm conf_bin.c conf_man.c insthier.o installer instcheck
33 make installer instcheck
34 ./installer
35 ./instcheck
36
37 %clean
38 rm -rf %{buildroot}
39
40 %files
41 %defattr(-,root,root)
42 %doc COPYING NEWS README samples
43 %{_bindir}/qmail-qfilter
44 %{_mandir}/man1/*

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed