rpms/perl-Filesys-Df/devel import.log, NONE, 1.1 perl-Filesys-Df.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý (msuchy) fedora-extras-commits at redhat.com
Wed Jul 30 09:50:26 UTC 2008


Author: msuchy

Update of /cvs/pkgs/rpms/perl-Filesys-Df/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9902/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Filesys-Df.spec 
Log Message:
Importing perl-Filesys-Df to devel



--- NEW FILE import.log ---
perl-Filesys-Df-0_92-2_fc9:HEAD:perl-Filesys-Df-0.92-2.fc9.src.rpm:1217411306


--- NEW FILE perl-Filesys-Df.spec ---
Name:           perl-Filesys-Df
Version:        0.92
Release:        2%{?dist}
Summary:        Perl extension for filesystem disk space information
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Filesys-Df/
Source0:        http://www.cpan.org/modules/by-module/Filesys/Filesys-Df-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a way to obtain filesystem disk space information.
This is a Unix only distribution. If you want to gather this information
for Unix and Windows, use Filesys::DfPortable. The only major benefit of
using Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports
the use of open filehandles as arguments.

%prep
%setup -q -n Filesys-Df-%{version}
#readme is with dos EOL, convert it to unix
sed -i 's/\r//' README
 
%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 f -name '*.bs' -empty -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Jul 24 2008 Miroslav Suchy <msuchy at redhat.com> 0.92-2 
- fixed README end of lines.
- remove zero sized *.bs files.

* Tue Jul 15 2008 Miroslav Suchy <msuchy at redhat.com> 0.92-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Filesys-Df/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jul 2008 15:42:26 -0000	1.1
+++ .cvsignore	30 Jul 2008 09:49:56 -0000	1.2
@@ -0,0 +1 @@
+Filesys-Df-0.92.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Filesys-Df/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jul 2008 15:42:26 -0000	1.1
+++ sources	30 Jul 2008 09:49:56 -0000	1.2
@@ -0,0 +1 @@
+a8b0aa3e5151a8a6c8b3067625980934  Filesys-Df-0.92.tar.gz




More information about the fedora-extras-commits mailing list