]> git.pld-linux.org Git - packages/perl-POE-Component-Server-Syslog.git/blob - perl-POE-Component-Server-Syslog.spec
- new
[packages/perl-POE-Component-Server-Syslog.git] / perl-POE-Component-Server-Syslog.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define pdir    POE
7 %define pnam    Component-Server-Syslog
8 Summary:        POE::Component::Server::Syslog - syslog services for POE
9 #Summary(pl):   
10 Name:           perl-POE-Component-Server-Syslog
11 Version:        0.02
12 Release:        1
13 License:        BSD-like
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 BuildRequires:  perl-devel >= 5.6
17 BuildRequires:  rpm-perlprov >= 4.1-13
18 %if %{!?_without_tests:1}0
19 BuildRequires:  perl(Time::ParseDate)
20 BuildRequires:  perl-POE >= 0.24
21 BuildRequires:  perl-Test-Simple
22 %endif
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 This component provides very simple UDP Syslog services for POE (named
28 pipe and other syslog interoperability features are expected in future
29 versions).
30
31 # %description -l pl
32 # TODO
33
34 %prep
35 %setup -q -n %{pdir}-%{pnam}-%{version}
36
37 %build
38 %{__perl} Makefile.PL \
39         INSTALLDIRS=vendor
40 %{__make}
41
42 %{!?_without_tests:%{__make} test}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 install -d $RPM_BUILD_ROOT%{_examplesdir}
51 cp -r samples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc LICENSE 
59 %{perl_vendorlib}/%{pdir}/*/*/*.pm
60 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}
61 %{_mandir}/man3/*
This page took 0.056453 seconds and 4 git commands to generate.