base-specs/iso-codes.spec
author convert-repo
Tue, 28 Sep 2010 11:41:29 +0000
changeset 20122 34a34bffcb68
parent 18242 54c28d319822
child 20185 36ffdf608454
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package iso-codes
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
     4
# Copyright (c) 2010 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16430
diff changeset
     8
%define owner laca
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16285
diff changeset
    10
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16285
diff changeset
    11
%define OSR 9420:3.0
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16285
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         iso-codes
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    14
License:      LGPLv2.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Base
18242
54c28d319822 2010-07-15 Brian Cameron <[email protected]>
yippi
parents: 17959
diff changeset
    16
Version:      3.18
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
BuildArch:    noarch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17467
diff changeset
    20
Vendor:       Other
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      ISO code lists and translations
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Source:       ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
URL:          http://alioth.debian.org/projects/pkg-isocodes/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Docdir:       %{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
This package provides the ISO-639 Language code list,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
the ISO-3166 Territory code list,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
and ISO-3166-2 sub-territory lists,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
and all their translations in gettext .po form.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%setup -q -n iso-codes-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
9650
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    39
aclocal $ACLOCAL_FLAGS
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
automake
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
./configure --prefix=%{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%defattr (-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%{_datadir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%changelog
18242
54c28d319822 2010-07-15 Brian Cameron <[email protected]>
yippi
parents: 17959
diff changeset
    56
* Thu Jul 15 2010 - [email protected]
54c28d319822 2010-07-15 Brian Cameron <[email protected]>
yippi
parents: 17959
diff changeset
    57
- Bump to 3.18.
17959
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17885
diff changeset
    58
* Mon May 03 2010 - [email protected]
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17885
diff changeset
    59
- Bump to 3.16.
17885
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
    60
* Tue Apr 20 2010 - [email protected]
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
    61
- Bump to 3.15.
17467
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    62
* Thu Jan 28 2010 - [email protected]
7e95a15f3931 2010-01-28 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    63
- Bump to 3.12.1.
16285
89fd319f4e09 2009-08-15 Christian Kelly <[email protected]>
chrisk
parents: 16152
diff changeset
    64
* Sat Aug 15 2009 - [email protected]
89fd319f4e09 2009-08-15 Christian Kelly <[email protected]>
chrisk
parents: 16152
diff changeset
    65
- Bump to 3.10.2.
16152
73baaea98084 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 15874
diff changeset
    66
* Tue Jul 28 2009 - [email protected]
73baaea98084 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 15874
diff changeset
    67
- Bump to 3.10.1.
15874
059ea51609ea 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15502
diff changeset
    68
* Mon Jun 08 2009 - [email protected]
059ea51609ea 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15502
diff changeset
    69
- Bump to 3.10.
15502
3d65beaa5224 2009-03-26 Brian Cameron <[email protected]>
yippi
parents: 12765
diff changeset
    70
* Thu Mar 26 2009 - [email protected]
3d65beaa5224 2009-03-26 Brian Cameron <[email protected]>
yippi
parents: 12765
diff changeset
    71
- Bump to 3.7.
12765
fa2e57d26284 Fix typo in %changelog.
dcarbery
parents: 12610
diff changeset
    72
* Fri Jun 06 2008 - [email protected]
12610
0c15ce5ed028 2008-06-05 Brian Cameron <[email protected]>
yippi
parents: 11304
diff changeset
    73
- Bump to 3.0.
11304
a73e6d32f441 2007-12-07 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
    74
* Fri Dec 07 2007 - [email protected]
a73e6d32f441 2007-12-07 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
    75
- Bump to 1.6.  Remove upstream patch iso-codes-01-msgfmt.diff.
9650
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    76
* Sun Apr  1 2007 - [email protected]
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    77
- add missing aclocal call
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
* Sun Feb  7 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
- remove MSGFMT_FLAGS hack, no longer needed with the new patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
* Sun Jan 21 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
- bump to 1.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
* Mon Jan 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
- Update source URL to working server.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
* Thu Sep 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
- Initial version