-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathGearman-Client.spec
52 lines (43 loc) · 1.18 KB
/
Gearman-Client.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
52
name: perl-Gearman-Client
summary: perl-Gearman-Client - Gearman client libs
version: 1.11
release: 1
vendor: Alan Kasindorf <[email protected]>
packager: Jonathan Steinert <[email protected]>
license: Artistic
group: Applications/CPAN
buildroot: %{_tmppath}/%{name}-%{version}-%(id -u -n)
buildarch: noarch
source: Gearman-%{version}.tar.gz
buildrequires: perl-String-CRC32
requires: perl-String-CRC32
conflicts: Gearman <= 1.03
autoreq: no
%description
Gearman client libs
%prep
rm -rf "%{buildroot}"
%setup -n Gearman-%{version}
%build
%{__perl} Makefile.PL PREFIX=%{buildroot}%{_prefix}
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}/lib/*
%{_prefix}/share/man/man3