forked from pool/perl-Locale-US
Compare commits
12 Commits
d17e300bd0
...
9bf9497ccb
Author | SHA256 | Date | |
---|---|---|---|
9bf9497ccb | |||
|
a41f88690e | ||
|
6e747a6346 | ||
|
ac916d9c81 | ||
|
9f4d9390b7 | ||
|
73a0e5134c | ||
|
caf385a15b | ||
|
26daa0c287 | ||
|
b9e5c29c14 | ||
|
0e7ade7670 | ||
|
ede00c7a0f | ||
|
62a68576cf |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:551f82fbadce925969d230b83494be6b432210bd16003229a6b006bf0cc25186
|
||||
size 4137
|
3
Locale-US-3.04.tar.gz
Normal file
3
Locale-US-3.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1900cc58acd29f93bf933b9d6c96cfc4896da95f34225a8643917993377f57fa
|
||||
size 10768
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 09:06:19 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 3.04
|
||||
see /usr/share/doc/packages/perl-Locale-US/Changes
|
||||
|
||||
3.04 - Ditto, this is fun
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 09:04:49 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 3.03
|
||||
see /usr/share/doc/packages/perl-Locale-US/Changes
|
||||
|
||||
3.03 - still trying to get the license right, edited META.yml
|
||||
3.02 - Update for license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 08:54:26 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 3.01
|
||||
see /usr/share/doc/packages/perl-Locale-US/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 10:39:23 UTC 2011 - coolo@suse.com
|
||||
|
||||
- updated to 2.112150, new author - no changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 19:20:26 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Locale-US (Version 1.2)
|
||||
# spec file for package perl-Locale-US
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,31 +15,27 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Locale-US
|
||||
Version: 3.04
|
||||
Release: 0
|
||||
%define cpan_name Locale-US
|
||||
Summary: Two letter codes for state identification in the United States and vice versa
|
||||
Version: 1.2
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Locale-US/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/T/TB/TBONE/Locale-US-1.2.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/A/AC/ACCARDO/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Data::Section::Simple)
|
||||
Requires: perl(Data::Section::Simple)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module allows you to map from US two-letter codes to statees and vice
|
||||
versa.
|
||||
|
||||
Author:
|
||||
-------
|
||||
T. M. Brannon, <tbone@cpan.org>
|
||||
Two letter codes for state identification in the United States and vice versa.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@@ -53,18 +49,11 @@ Author:
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
# do not perl_process_packlist (noarch)
|
||||
# remove .packlist file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
|
||||
# remove perllocal.pod file
|
||||
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes codes.dat kruft.txt LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user