rpms/perl-File-Remove/devel perl-File-Remove.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Tue Sep 13 16:44:08 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-File-Remove/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10809/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Remove.spec 
Log Message:
auto-import perl-File-Remove-0.30-1 on branch devel from perl-File-Remove-0.30-1.src.rpm


--- NEW FILE perl-File-Remove.spec ---
Name: 		perl-File-Remove
Version:	0.30
Release:	1%{?dist}
Summary:	Remove files and directories
License:	GPL or Artistic
Group:		Development/Libraries
URL: 		http://search.cpan.org/dist/File-Remove/
Source0: 	http://search.cpan.org/CPAN/authors/id/R/RS/RSOD/File-Remove-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: 	noarch

%description
Remove files and directories

%prep
%setup -q -n File-Remove-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

%files
%defattr(-,root,root,-)
# For license text(s), see the perl package.
%doc Changes README
%{perl_vendorlib}/File
%{_mandir}/man3/*

%changelog
* Tue Sep 13 2005 Ralf Corsepius <ralf at links2linux.de> - 0.30-1
- FE submission.

* Fri Sep 02 2005 Ralf Corsepius <ralf at links2linux.de> - 0.30-0
- FE submission preps.

* Tue Jun 28 2005 Ralf Corsepius <ralf at links2linux.de> - 0.29-0.pm.1
- Initial packman version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Remove/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Sep 2005 16:43:22 -0000	1.1
+++ .cvsignore	13 Sep 2005 16:44:06 -0000	1.2
@@ -0,0 +1 @@
+File-Remove-0.30.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Remove/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Sep 2005 16:43:22 -0000	1.1
+++ sources	13 Sep 2005 16:44:06 -0000	1.2
@@ -0,0 +1 @@
+3973fd86f5d82a52255bde3c1fd63486  File-Remove-0.30.tar.gz




More information about the fedora-extras-commits mailing list