[svn] r5337 - in trunk/rpms: . perl-Business-Hours perl-CGI-Simple perl-Cache perl-Calendar-Simple

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Apr 29 23:55:19 CEST 2007


Author: dag
Date: 2007-04-29 23:55:18 +0200 (Sun, 29 Apr 2007)
New Revision: 5337

Added:
   trunk/rpms/perl-Business-Hours/
   trunk/rpms/perl-Business-Hours/perl-Business-Hours.spec
   trunk/rpms/perl-CGI-Simple/
   trunk/rpms/perl-CGI-Simple/perl-CGI-Simple.spec
   trunk/rpms/perl-Cache/
   trunk/rpms/perl-Cache/perl-Cache.spec
   trunk/rpms/perl-Calendar-Simple/
   trunk/rpms/perl-Calendar-Simple/perl-Calendar-Simple.spec
Log:
Updates

Added: trunk/rpms/perl-Business-Hours/perl-Business-Hours.spec
===================================================================
--- trunk/rpms/perl-Business-Hours/perl-Business-Hours.spec	                        (rev 0)
+++ trunk/rpms/perl-Business-Hours/perl-Business-Hours.spec	2007-04-29 21:55:18 UTC (rev 5337)
@@ -0,0 +1,54 @@
+# $Id$
+# Authority: dag
+# Upstream: Jesse Vincent <jesse+cpan$fsck,com>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Business-Hours
+
+Summary: Perl module to calculate business hours in a time period
+Name: perl-Business-Hours
+Version: 0.07
+Release: 1
+License: Artistic
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Business-Hours/
+
+Source: http://www.cpan.org/modules/by-module/Business/Business-Hours-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+Requires: perl
+
+%description
+Business-Hours is a perl module to calculate business hours in a time period.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes LICENSE MANIFEST META.yml README
+%doc %{_mandir}/man3/Business::Hours.3pm*
+%dir %{perl_vendorlib}/Business/
+%{perl_vendorlib}/Business/Hours.pm
+
+%changelog
+* Sun Apr 29 2007 Dag Wieers <dag at wieers.com> - 0.07-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/perl-Business-Hours/perl-Business-Hours.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: trunk/rpms/perl-CGI-Simple/perl-CGI-Simple.spec
===================================================================
--- trunk/rpms/perl-CGI-Simple/perl-CGI-Simple.spec	                        (rev 0)
+++ trunk/rpms/perl-CGI-Simple/perl-CGI-Simple.spec	2007-04-29 21:55:18 UTC (rev 5337)
@@ -0,0 +1,55 @@
+# $Id$
+# Authority: dag
+# Upstream: Andy Armstrong <andy$hexten,net>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name CGI-Simple
+
+Summary: Perl module that implements a CGI.pm compliant CGI interface
+Name: perl-CGI-Simple
+Version: 0.080
+Release: 1
+License: Artistic
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/CGI-Simple/
+
+Source: http://www.cpan.org/modules/by-module/CGI/CGI-Simple-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+Requires: perl
+
+%description
+CGI-Simple is a perl module that implements a CGI.pm compliant CGI interface.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes MANIFEST META.yml README
+%doc %{_mandir}/man3/*.3pm*
+%dir %{perl_vendorlib}/CGI/
+%{perl_vendorlib}/CGI/Simple/
+%{perl_vendorlib}/CGI/Simple.pm
+
+%changelog
+* Sun Apr 29 2007 Dag Wieers <dag at wieers.com> - 0.080-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/perl-CGI-Simple/perl-CGI-Simple.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: trunk/rpms/perl-Cache/perl-Cache.spec
===================================================================
--- trunk/rpms/perl-Cache/perl-Cache.spec	                        (rev 0)
+++ trunk/rpms/perl-Cache/perl-Cache.spec	2007-04-29 21:55:18 UTC (rev 5337)
@@ -0,0 +1,54 @@
+# $Id$
+# Authority: dag
+# Upstream: Chris Leishman <chris$leishman,org>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Cache
+
+Summary: Perl module that implements a Cache interface
+Name: perl-Cache
+Version: 2.04
+Release: 1
+License: Artistic
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Cache/
+
+Source: http://www.cpan.org/modules/by-module/Cache/Cache-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+Requires: perl
+
+%description
+Cache is a Perl module that implements a Cache interface.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes LICENSE MANIFEST META.yml README
+%doc %{_mandir}/man3/*.3pm*
+%{perl_vendorlib}/Cache/
+%{perl_vendorlib}/Cache.pm
+
+%changelog
+* Sun Apr 29 2007 Dag Wieers <dag at wieers.com> - 2.04-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/perl-Cache/perl-Cache.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: trunk/rpms/perl-Calendar-Simple/perl-Calendar-Simple.spec
===================================================================
--- trunk/rpms/perl-Calendar-Simple/perl-Calendar-Simple.spec	                        (rev 0)
+++ trunk/rpms/perl-Calendar-Simple/perl-Calendar-Simple.spec	2007-04-29 21:55:18 UTC (rev 5337)
@@ -0,0 +1,55 @@
+# $Id$
+# Authority: dag
+# Upstream: Dave Cross <dave$dave,org,uk>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Calendar-Simple
+
+Summary: Perl module to create simple calendars  
+Name: perl-Calendar-Simple
+Version: 1.17
+Release: 1
+License: Artistic
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Calendar-Simple/
+
+Source: http://www.cpan.org/modules/by-module/Calendar/Calendar-Simple-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+Requires: perl
+
+%description
+Calendar-Simple is a Perl module to create simple calendars.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes MANIFEST META.yml README
+%doc %{_mandir}/man3/Calendar::Simple.3pm*
+%{_bindir}/pcal
+%dir %{perl_vendorlib}/Calendar/
+%{perl_vendorlib}/Calendar/Simple.pm
+
+%changelog
+* Sun Apr 29 2007 Dag Wieers <dag at wieers.com> - 1.17-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/perl-Calendar-Simple/perl-Calendar-Simple.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native



More information about the svn-commits mailing list