forked from hachi/perl-MogileFS-Client
-
Notifications
You must be signed in to change notification settings - Fork 22
/
MogileFS-Client.spec
51 lines (41 loc) · 1.24 KB
/
MogileFS-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
name: perl-MogileFS-Client
summary: perl-MogileFS-Client - Perl client library for accessing MogileFS
version: 1.14
release: 1%{?dist}
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: MogileFS-Client-%{version}.tar.gz
requires: perl(IO::WrapTie) >= 2.102
buildrequires: perl(IO::WrapTie) >= 2.102
%description
Perl client library for accessing MogileFS
%prep
rm -rf "%{buildroot}"
%setup -n MogileFS-Client-%{version}
%build
%{__perl} Makefile.PL PREFIX=%{buildroot}%{_prefix} INSTALL_BASE=
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