]> git.pld-linux.org Git - packages/perl-Mon.git/blob - perl-Mon.spec
- _now_ moved %clean
[packages/perl-Mon.git] / perl-Mon.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        perl-Mon module
3 Summary(pl):    Modu³ perla Mon
4 Name:           perl-Mon        
5 version:        0.11    
6 Release:        4
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Mon/Mon-%{version}.tar.gz
10 URL:            http://www.kernel.org/software/mon/
11 BuildArch:      noarch
12 BuildRequires:  perl-devel >= 5.6.1
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14    
15 %description
16 This is the Perl5 module for interfacing with the Mon system
17 monitoring package. Currently only the client interface is
18 implemented, but more things like special logging routines and
19 persistent monitors are being considered.
20
21 %description -l pl
22 To jest modu³ perla do komunikacji z systemem monitoruj±cym Mon.
23 Aktualnie zaimplementowany jest tylko interfejs klienta.
24
25 %prep
26 %setup -q -n Mon-%{version}
27
28 %build
29 perl Makefile.PL
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc CHANGES README
43 %{perl_sitelib}/Mon
44 %{_mandir}/man3/*
This page took 0.056021 seconds and 4 git commands to generate.