]> git.pld-linux.org Git - packages/perl-Locale-US.git/commitdiff
- new
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Thu, 12 Jul 2007 11:43:12 +0000 (11:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Locale-US.spec -> 1.1

perl-Locale-US.spec [new file with mode: 0644]

diff --git a/perl-Locale-US.spec b/perl-Locale-US.spec
new file mode 100644 (file)
index 0000000..0153c44
--- /dev/null
@@ -0,0 +1,54 @@
+#
+# Conditional build:
+%bcond_without autodeps        # don't BR packages needed only for resolving deps
+%bcond_without tests   # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Locale
+%define                pnam    US
+Summary:       Two letter codes for state identification in the United States and vice versa
+Name:          perl-Locale-US
+Version:       1.1
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/Locale/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: b72913df238e06073d3d019101d682d9
+URL:           http://search.cpan.org/dist/Locale-US/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This distribution contains a module which can be used to process USPS
+two letter codes for states in the United States and surrounding
+territories.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Locale/US.pm
+%{perl_vendorlib}/Locale/kruft2codes.pl
+%{_mandir}/man3/*
This page took 0.186583 seconds and 4 git commands to generate.