Author: radek                        Date: Mon Apr 30 13:44:29 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   Plagger.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/Plagger.spec
diff -u /dev/null SPECS/Plagger.spec:1.1
--- /dev/null   Mon Apr 30 15:44:29 2007
+++ SPECS/Plagger.spec  Mon Apr 30 15:44:24 2007
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+Summary:       Plagger - Pluggable RSS/Atom Aggregator
+#Summary(pl.UTF-8):    
+Name:          Plagger
+Version:       0.7.17
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       
http://www.cpan.org/modules/by-authors/id/M/MI/MIYAGAWA/%{name}-%{version}.tar.gz
+# Source0-md5: bb78c8c141e030f70efaccd9206a48d9
+URL:           http://plagger.org/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Plagger is a pluggable RSS/Atom feed aggregator and remixer platform.
+
+Everything is implemented as a small plugin just like qpsmtpd, blosxom
+and perlbal. All you have to do is write a flow of aggregation,
+filters, syndication, publishing and notification plugins in config
+YAML file.
+
+See http://plagger.org/ for cookbook examples, quickstart document,
+development community (Mailing List and IRC), subversion repository
+and bug tracking.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q
+
+%build
+%{__perl} Makefile.PL \
+       --skipdeps \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS Changes
+%attr(755,root,root) %{_bindir}/*
+%{perl_vendorlib}/*.pm
+%{perl_vendorlib}/Plagger/
+%{_mandir}/man3/*
+%{_examplesdir}/%{name}-%{version}
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/30 13:44:24  radek
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to