SPECS: perl-XML-Atom.spec - pl, cleanups
qboosh
qboosh at pld-linux.org
Mon Jul 10 22:05:02 CEST 2006
Author: qboosh Date: Mon Jul 10 20:05:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, cleanups
---- Files affected:
SPECS:
perl-XML-Atom.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/perl-XML-Atom.spec
diff -u SPECS/perl-XML-Atom.spec:1.1 SPECS/perl-XML-Atom.spec:1.2
--- SPECS/perl-XML-Atom.spec:1.1 Sun Jul 9 12:30:42 2006
+++ SPECS/perl-XML-Atom.spec Mon Jul 10 22:04:57 2006
@@ -7,49 +7,43 @@
%include /usr/lib/rpm/macros.perl
%define pdir XML
%define pnam Atom
-Summary: perl(XML::Atom)
-Summary(pl): perl(XML::Atom)
+Summary: XML::Atom - Atom feed and API implementation
+Summary(pl): XML::Atom - implementacja API Atom
Name: perl-XML-Atom
Version: 0.19
Release: 0
-# "same as perl" according to META.yml
-License: (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here)
+# same as perl
+License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-#Patch0: %{name}
-URL: http://search.cpan.org/dist/%{pdir}-%{pnam}
+URL: http://search.cpan.org/dist/XML-Atom/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
-# most of CPAN modules have generic URL (substitute pdir and pnam here)
%if %{with autodeps} || %{with tests}
-#BuildRequires: perl-
-#BuildRequires: perl-
BuildRequires: perl-DateTime
%endif
-#Requires: -
-#Provides: -
-#Obsoletes: -
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Atom feed and API implementation.
+Atom is a syndication, API, and archiving format for weblogs and other
+data. XML::Atom implements the feed format as well as a client for the
+API.
+
+%description -l pl
+Atom to API i format archiwów dla blogów i innych danych. XML::Atom
+implementuje ten format, a także klienta dla tego API.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
# yes i know, its crude, but works, and its simple
-perl -pi -e 's/^auto_install/#auto_install/' Makefile.PL;
-#%patch0 -p1
+%{__perl} -pi -e 's/^auto_install/#auto_install/' Makefile.PL;
%build
-# Don't use pipes here: they generally don't work. Apply a patch.
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
%{__make}
-# if module isn't noarch, use:
-# %{__make} \
-# OPTIMIZE="%{rpmcflags}"
%{?with_tests:%{__make} test}
@@ -76,6 +70,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/07/10 20:04:57 qboosh
+- pl, cleanups
+
Revision 1.1 2006/07/09 10:30:42 agaran
- NFY, WIP,
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-XML-Atom.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list