-
Notifications
You must be signed in to change notification settings - Fork 0
/
perl-Perlbal-Plugin-Rule.spec
51 lines (41 loc) · 1.24 KB
/
perl-Perlbal-Plugin-Rule.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: perl-Perlbal-Plugin-Rule
summary: perl-Perlbal-Plugin-Rule - Arbitrary rule processing service selector for Perlbal.
version: 0.00_01
release: 1
vendor: Jonathan Steinert <[email protected]>
packager: Jonathan Steinert <[email protected]>
license: Artistic
group: Applications/CPAN
buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
buildarch: noarch
source: Perlbal-Plugin-Rule-%{version}.tar.gz
requires: perl(Perlbal)
autoreq: no
%description
Arbitrary rule processing service selector for Perlbal.
%prep
rm -rf "%{buildroot}"
%setup -n Perlbal-Plugin-Rule-%{version}
%build
%{__perl} Makefile.PL PREFIX=%{buildroot}%{_prefix} INSTALLDIRS=vendor
make all
make test
%install
make pure_install
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
# remove special files
find %{buildroot} \( \
-name "perllocal.pod" \
-o -name ".packlist" \
-o -name "*.bs" \
\) -exec rm -f {} \;
# no empty directories
find %{buildroot}%{_prefix} \
-type d -depth -empty \
-exec rmdir {} \;
%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_prefix}/bin/*
%{_prefix}/share/man/man1