]> git.pld-linux.org Git - packages/perl-Mon.git/blob - perl-Mon.spec
- removed all Group fields translations (oure rpm now can handle translating
[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:        3       
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Source0:        ftp://ftp.perl.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 gzip -9nf CHANGES README
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *.gz 
42 %{perl_sitelib}/Mon
43 %{_mandir}/man3/*
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
This page took 0.058188 seconds and 3 git commands to generate.