rpms/perl-DateTime-Format-IBeat/devel perl-DateTime-Format-IBeat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun Aug 6 16:58:12 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29702/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-DateTime-Format-IBeat.spec 
Log Message:
auto-import perl-DateTime-Format-IBeat-0.161-1.fc5 on branch devel from perl-DateTime-Format-IBeat-0.161-1.fc5.src.rpm


--- NEW FILE perl-DateTime-Format-IBeat.spec ---
Name:           perl-DateTime-Format-IBeat
Version:        0.161        
Release:        1%{?dist}
Summary:        Format times in .beat notation 

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/DateTime-Format-IBeat            
Source0: http://search.cpan.org/CPAN/authors/id/E/EM/EMARTIN/DateTime-Format-IBeat-%{version}.tar.gz        
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch 
BuildRequires:  perl
BuildRequires:  perl(DateTime) >= 0.18, perl(Test::More) >= 0.47
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
No Time Zones, No Geographical Borders 

How long is a Swatch .beat? In short, we have divided up the virtual and real 
day into 1000 beats. One Swatch beat is the equivalent of 1 minute 26.4 
seconds. That means that 12 noon in the old time system is the equivalent of 
500 Swatch .beats.


%prep
%setup -q -n DateTime-Format-IBeat-%{version}


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

# American English...
mv LICENCE LICENSE

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


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc Artistic COPYING LICENSE Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Fri Aug 04 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.161-1
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Aug 2006 16:57:57 -0000	1.1
+++ .cvsignore	6 Aug 2006 16:58:12 -0000	1.2
@@ -0,0 +1 @@
+DateTime-Format-IBeat-0.161.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Aug 2006 16:57:57 -0000	1.1
+++ sources	6 Aug 2006 16:58:12 -0000	1.2
@@ -0,0 +1 @@
+53e1b71382b074c85e12c6b0bf855444  DateTime-Format-IBeat-0.161.tar.gz




More information about the fedora-extras-commits mailing list