]> git.pld-linux.org Git - packages/Plagger.git/blame - Plagger.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/Plagger.git] / Plagger.spec
CommitLineData
14bf28e9 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
14bf28e9 5Summary: Plagger - Pluggable RSS/Atom Aggregator
b4695d21 6Summary(pl.UTF-8): Plagger - agregator RSS/Atom z obsługą wtyczek
14bf28e9 7Name: Plagger
8Version: 0.7.17
9Release: 1
10# same as perl
11License: GPL v1+ or Artistic
12Group: Development/Languages/Perl
13Source0: http://www.cpan.org/modules/by-authors/id/M/MI/MIYAGAWA/%{name}-%{version}.tar.gz
14# Source0-md5: bb78c8c141e030f70efaccd9206a48d9
15URL: http://plagger.org/
16BuildRequires: perl-devel >= 1:5.8.0
17BuildRequires: rpm-perlprov >= 4.1-13
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
228132d8 21%define _noautoreq 'perl(Plagger.*)'
22
14bf28e9 23%description
24Plagger is a pluggable RSS/Atom feed aggregator and remixer platform.
25
26Everything is implemented as a small plugin just like qpsmtpd, blosxom
27and perlbal. All you have to do is write a flow of aggregation,
28filters, syndication, publishing and notification plugins in config
29YAML file.
30
b4695d21
JB
31%description -l pl.UTF-8
32Plagger to obsługująca wtyczki platforma agregatora i remiksera
33informacji w formacie RSS/Atom.
34
35Wszystko jest zaimplementowane jako małe wtyczki, jak qpsmtpd, blosxom
36i perlbal. Jedyne co trzeba zrobić to wpisanie wtyczek przepływu
37agregacji, filtrów, zespalania, publikowania i powiadamiania w pliku
38konfiguracyjnym YAML.
14bf28e9 39
40%prep
41%setup -q
42
43%build
44%{__perl} Makefile.PL \
45 --skipdeps \
46 INSTALLDIRS=vendor
47%{__make}
48
49%{?with_tests:%{__make} test}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
58cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
65%doc AUTHORS Changes
66%attr(755,root,root) %{_bindir}/*
67%{perl_vendorlib}/*.pm
b4695d21 68%{perl_vendorlib}/Plagger
14bf28e9 69%{_mandir}/man3/*
70%{_examplesdir}/%{name}-%{version}
This page took 0.087437 seconds and 4 git commands to generate.