rpms/perl-Business-Hours/devel perl-Business-Hours.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Mon Oct 17 13:00:39 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-Business-Hours/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8529/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Business-Hours.spec 
Log Message:
auto-import perl-Business-Hours-0.07-1 on branch devel from perl-Business-Hours-0.07-1.src.rpm


--- NEW FILE perl-Business-Hours.spec ---
Summary: 	Calculate business hours in a time period
Name: 		perl-Business-Hours
Version: 	0.07
Release: 	1%{?dist}
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/Business-Hours/
Source0: http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/Business-Hours-%{version}.tar.gz
BuildArch: 	noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

BuildRequires: 	perl(Set::IntSpan)

# Required by the tests
BuildRequires:	perl(Test::Pod) >= 1.00
BuildRequires:	perl(Test::Pod::Coverage) >= 1.00

%description
A simple tool for calculating business hours in a time period. Over time, 
additional functionality will be added to make it easy to calculate the 
number of business hours between arbitrary dates.

%prep
%setup -q -n Business-Hours-%{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 LICENSE
%{perl_vendorlib}/Business
%{_mandir}/man3/*

%changelog
* Tue Oct 10 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.07-1
- Upstream update.
- FE submission.

* Tue Mar 22 2005 Ralf Corsepius <ralf at links2linux.de> - 0.06-0.pm.2
- Initial packman version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Business-Hours/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Oct 2005 12:59:44 -0000	1.1
+++ .cvsignore	17 Oct 2005 13:00:37 -0000	1.2
@@ -0,0 +1 @@
+Business-Hours-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Business-Hours/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Oct 2005 12:59:44 -0000	1.1
+++ sources	17 Oct 2005 13:00:37 -0000	1.2
@@ -0,0 +1 @@
+963e2a6c7b1db22ae9526ead930670ef  Business-Hours-0.07.tar.gz




More information about the fedora-extras-commits mailing list