Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > b6cace6843f8f8543eaed0cb6797d7b6 > files > 2

perl-XML-RSS-1.05-1mdk.src.rpm

%define name	perl-XML-RSS
%define module	XML-RSS
%define version 1.05
%define release 1mdk

Summary:	Creates and updates RSS files
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Perl
Source:		http://www.cpan.org/authors/id/K/KE/KELLAN/%{module}-%{version}.tar.bz2
Url:		http://www.cpan.org
BuildRequires:	perl-devel perl-XML-Parser
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot/
BuildArch:	noarch

%description
Creates and updates RSS files.

It supports versions 0.9, 0.91 and 1.0 of RSS.


%prep
%setup -q -n %{module}-%{version}
chmod ogu-x README Changes
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
# removed make test as it need CPAN packages not into the distro
# and this is too long to ask them for to be included.

%clean 
rm -rf $RPM_BUILD_ROOT

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%files
%defattr(-,root,root)
%doc README Changes
%{_mandir}/*/*
%{perl_vendorlib}/XML/


%changelog
* Mon Aug 23 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.05-1mdk
- 1.05
- Update description

* Wed Apr 21 2004 Michael Scherer <misc@mandrake.org> 1.04-1mdk
- New release 1.04
- [DIRM]

* Thu Aug 14 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.02-3mdk
- rebuild for new perl
- drop Prefix tag
- drop Distribution tag
- drop $RPM_OPT_FLAGS, noarch..
- don't use PREFIX
- use %%makeinstall_std macro

* Tue May 27 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.02-2mdk
- rebuild for new auto{prov,req}

* Fri Apr 18 2003 François Pons <fpons@mandrakesoft.com> 1.02-1mdk
- 1.02.

* Tue Jul  9 2002 Pixel <pixel@mandrakesoft.com> 0.97-3mdk
- rebuild for perl 5.8.0

* Mon Oct 15 2001 Stefan van der Eijk <stefan@eijk.nu> 0.97-2mdk
- BuildRequires: perl-devel perl-XML-Parser

* Fri Jun 22 2001 Christian Belisle <cbelisle@mandrakesoft.com> 0.97-1mdk
- 0.97.
- Fixed distribution tag.
- clean SPEC.
- changed description, more explicit.

* Sun Jun 17 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 0.9-3mdk
- Rebuild for the latest perl.
- Remove the Distribution and Vendor tag.

* Tue Mar 13 2001 Jeff Garzik <jgarzik@mandrakesoft.com> 0.9-2mdk
- BuildArch: noarch
- add docs
- rename spec file
- clean up spec a bit
- fix build

* Fri Sep 08 2000 Jean-Michel Dault <jmdault@mandrakesoft.com> 0.9-1mdk
- First Mandrake release
- Needed for eGrail