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

Ian Burrell (iburrell) fedora-extras-commits at redhat.com
Thu Jun 29 05:49:13 UTC 2006


Author: iburrell

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

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


--- NEW FILE perl-File-chdir.spec ---
Name:           perl-File-chdir
Version:        0.06
Release:        2%{?dist}
Summary:        A more sensible way to change directories
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/File-chdir/
Source0:        http://www.cpan.org/modules/by-module/File/File-chdir-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl's chdir() has the unfortunate problem of being very, very, very
global. If any part of your program calls chdir() or if any library you
use calls chdir(), it changes the current working directory for the
whole program.

%prep
%setup -q -n File-chdir-%{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+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Jun 27 2006 Ian M. Burrell <ianburrell at gmail.com> - 0.06-2
- Fix rpmlint warnings

* Thu Mar 30 2006 Ian Burrell <ianburrell at gmail.com> 0.06-1
- Specfile autogenerated by cpanspec 1.64.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-chdir/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jun 2006 05:48:48 -0000	1.1
+++ .cvsignore	29 Jun 2006 05:49:13 -0000	1.2
@@ -0,0 +1 @@
+File-chdir-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-chdir/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jun 2006 05:48:48 -0000	1.1
+++ sources	29 Jun 2006 05:49:13 -0000	1.2
@@ -0,0 +1 @@
+41a4661789f6de97fb632e4560d37864  File-chdir-0.06.tar.gz




More information about the fedora-extras-commits mailing list