[svn] r6165 - in trunk/rpms: . perl-Geo-Google postgrey

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Thu Feb 21 12:59:19 CET 2008


Author: dries
Date: 2008-02-21 12:59:09 +0100 (Thu, 21 Feb 2008)
New Revision: 6165

Added:
   trunk/rpms/perl-Geo-Google/
   trunk/rpms/perl-Geo-Google/perl-Geo-Google.spec
Modified:
   trunk/rpms/postgrey/postgrey.spec
Log:
updates

Added: trunk/rpms/perl-Geo-Google/perl-Geo-Google.spec
===================================================================
--- trunk/rpms/perl-Geo-Google/perl-Geo-Google.spec	                        (rev 0)
+++ trunk/rpms/perl-Geo-Google/perl-Geo-Google.spec	2008-02-21 11:59:09 UTC (rev 6165)
@@ -0,0 +1,56 @@
+# $Id: $
+# Authority: dries
+# Upstream: Allen Day <allenday$cpan,org>
+
+%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
+%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
+
+%define real_name Geo-Google
+
+Summary: Perform geographical queries using Google Maps
+Name: perl-Geo-Google
+Version: 0.05
+Release: 1
+License: Artistic/GPL
+Group: Applications/CPAN
+URL: http://search.cpan.org/dist/Geo-Google/
+
+Source: http://search.cpan.org/CPAN/authors/id/A/AL/ALLENDAY/Geo-Google-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+BuildRequires: perl
+BuildRequires: perl(ExtUtils::MakeMaker)
+
+%description
+Geo::Google provides access to the map data used by the popular Google Maps 
+web application.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} pure_install
+
+### Clean up buildroot
+find %{buildroot} -name .packlist -exec %{__rm} {} \;
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc Changes README
+%doc %{_mandir}/man3/Geo::Google*3*
+%dir %{perl_vendorlib}/Geo
+%{perl_vendorlib}/Geo/Google.pm
+%{perl_vendorlib}/Geo/Google/
+
+%changelog
+* Thu Feb 21 2008 Dries Verachtert <dries at ulyssis.org> - 0.05-1
+- Initial package.

Modified: trunk/rpms/postgrey/postgrey.spec
===================================================================
--- trunk/rpms/postgrey/postgrey.spec	2008-02-18 19:21:47 UTC (rev 6164)
+++ trunk/rpms/postgrey/postgrey.spec	2008-02-21 11:59:09 UTC (rev 6165)
@@ -5,8 +5,8 @@
 
 Summary: Postfix Greylisting Policy Server
 Name: postgrey
-Version: 1.30
-Release: 2
+Version: 1.31
+Release: 1
 License: GPL
 Group: System Environment/Daemons
 URL: http://postgrey.schweikert.ch/
@@ -100,6 +100,9 @@
 %dir %{_var}/spool/postfix/postgrey/
 
 %changelog
+* Thu Feb 21 2008 <david at hrbac.cz> - 1.31-1
+- Updated to release 1.31.
+
 * Mon Aug 06 2007 Dag Wieers <dag at wieers.com> - 1.30-2
 - Readded nogroup patch. (What was I thinking ?)
 



More information about the svn-commits mailing list