Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 184d65b8acefadf1fef9fae346de59e1 > files > 2

perl-Kwiki-RecentChanges-0.13-1mdk.src.rpm

%define module	Kwiki-RecentChanges
%define name	perl-%{module}
%define version 0.13
%define release 1mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Kwiki Recent Changes Plugin
Source:		http://search.cpan.org/CPAN/authors/id/I/IN/INGY/%{module}-%{version}.tar.bz2
URL:		http://search.cpan.org/dist/%{module}/
License:	GPL
Group:		Development/Perl
%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildRequires:	perl-Kwiki
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
List pages that were recently changed (how long ago can be configured).

%prep
%setup -q -n %{module}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make
%make test

%install
%{__rm} -rf %{buildroot}
%makeinstall_std

%clean
%{__rm} -rf %{buildroot}

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

%changelog
* Mon Apr 18 2005 Guillaume Rousse <guillomovitch@mandriva.org> 0.13-1mdk 
- first mandriva release