rpms/perl-Module-Refresh/devel perl-Module-Refresh.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 Aug 30 13:43:31 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Module-Refresh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2615/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Module-Refresh.spec 
Log Message:
auto-import perl-Module-Refresh-0.06-2 on branch devel from perl-Module-Refresh-0.06-2.src.rpm


--- NEW FILE perl-Module-Refresh.spec ---
Name: 		perl-Module-Refresh
Version: 	0.06
Release: 	2%{?dist}
Summary: 	Refresh %INC files when updated on disk
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Module-Refresh/
Source0: 	http://www.cpan.org/modules/by-module/Module/Module-Refresh-%{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
This module is a generalization of the functionality provided by 
Apache::StatINC. It's designed to make it easy to do simple iterative
development when working in a persistent environment.

%prep
%setup -q -n Module-Refresh-%{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,-)
%doc Changes
%{perl_vendorlib}/Module
%{_mandir}/man3/*

%changelog
* Sat Aug 27 2005 Ralf Corsepius <ralf at links2linux.de> - 0.06-2
- Spec cleanup.

* Thu Aug 11 2005 Ralf Corsepius <ralf at links2linux.de> - 0.06-1
- FE submission.

* Tue Mar 22 2005 Ralf Corsepius <ralf at links2linux.de> - 0.05-0.pm.2
- Initial packman version.
- Update to FE standards.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Refresh/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Aug 2005 13:42:30 -0000	1.1
+++ .cvsignore	30 Aug 2005 13:43:29 -0000	1.2
@@ -0,0 +1 @@
+Module-Refresh-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Refresh/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Aug 2005 13:42:30 -0000	1.1
+++ sources	30 Aug 2005 13:43:29 -0000	1.2
@@ -0,0 +1 @@
+8953faac0f1110fb7573bd2e7b48a1da  Module-Refresh-0.06.tar.gz




More information about the scm-commits mailing list