Name: perl-SVN-Log
Summary: Extract change logs from a Subversion server
Version: 0.03
Release: 1
License: Artistic
Group: Applications/CPAN
URL: http://search.cpan.org/dist/SVN-Log/
Description: SVN::Log retrieves and parses the commit logs from Subversion
repositories.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Garrett Rooney <rooneg$electricjellyfish,net> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name SVN-Log Summary: Extract change logs from a Subversion server Name: perl-SVN-Log Version: 0.03 Release: 1%{?dist} License: Artistic Group: Applications/CPAN URL: http://search.cpan.org/dist/SVN-Log/ Source: http://www.cpan.org/modules/by-module/SVN/SVN-Log-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl BuildRequires: perl-Module-Build BuildRequires: subversion-perl %description SVN::Log retrieves and parses the commit logs from Subversion repositories. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc CHANGES README %doc %{_mandir}/man3/* %dir %{perl_vendorlib}/SVN/ %{perl_vendorlib}/SVN/Log.pm %changelog * Sun Mar 26 2006 Dries Verachtert <dries@ulyssis.org> - 0.03-1 - Updated to release 0.03. * Sat Jan 7 2006 Dries Verachtert <dries@ulyssis.org> - 0.02-1 - Updated to release 0.02. * Thu Jul 22 2004 Dries Verachtert <dries@ulyssis.org> - 0.01-1 - Initial package.