]> git.pld-linux.org Git - packages/amavis-ng.git/blame - amavis-ng.spec
fix problems with paths and privileges in Makefie.PM and amavis.conf
[packages/amavis-ng.git] / amavis-ng.spec
CommitLineData
afeb56a6 1Summary: New generation amavis
2Summary(pl): Amavis nowej generacji
3Name: amavis-ng
4Version: 0.1.3.1
5Release: 0
6License: GPL
7Group: Applications/Mail
8Source0: http://prdownloads.sourceforge.net/amavis/%{name}-%{version}.tar.gz
9URL: http://amavis.sourceforge.net/
10BuildRequires: perl
11BuildRequires: perl-devel
12Obsoletes: amavisd
13Obsoletes: amavis
14Obsoletes: AMaViS
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18blah
19
20%description -l pl
21blah blah
22
23%prep
24%setup -q
25
26%build
27perl Makefile.PL
28
29%install
30rm -rf $RPM_BUILD_ROOT
31install -d $RPM_BUILD_ROOT
32
33%{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
afeb56a6 38%files
39%defattr(644,root,root,755)
40%doc README ChangeLog
41%attr(755,root,root) %{_bindir}/*
42%{_datadir}/%{name}
This page took 0.063928 seconds and 4 git commands to generate.