/[smecontribs]/rpms/iso-codes/contribs8/iso-codes.spec
ViewVC logotype

Annotation of /rpms/iso-codes/contribs8/iso-codes.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Wed Feb 24 16:47:40 2010 UTC (14 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.1: +4 -0 lines
Update spec

1 slords 1.2 # $Id$
2     # Authority: slords
3     # Name: Shad L. Lords
4    
5 slords 1.1 Name: iso-codes
6     Summary: ISO code lists and translations
7    
8     Version: 3.13
9     Release: 1%{?dist}
10     License: LGPLv2+
11     Group: System Environment/Base
12     URL: http://alioth.debian.org/projects/pkg-isocodes/
13     Source: ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-%{version}.tar.bz2
14     BuildRequires: gettext >= 0.16
15     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16     BuildArch: noarch
17     # for /usr/share/xml
18     Requires: xml-common
19    
20     %description
21     This package provides the ISO 639 Language code list, the ISO 4217
22     Currency code list, the ISO 3166 Territory code list, and ISO 3166-2
23     sub-territory lists, and all their translations in gettext format.
24    
25     %package devel
26     Summary: Files for development using %{name}
27     Group: Development/Libraries
28     Requires: %{name} = %{version}-%{release}
29     # for /usr/share/pkgconfig
30     Requires: pkgconfig
31    
32     %description devel
33     This package contains the pkg-config files for development
34     when building programs that use %{name}.
35    
36    
37     %prep
38     %setup -q
39    
40     %build
41     %configure
42     make %{_smp_mflags}
43    
44     %install
45     %{__rm} -rf $RPM_BUILD_ROOT
46     make install DESTDIR=$RPM_BUILD_ROOT
47    
48     %find_lang iso-codes --all-name
49    
50     %clean
51     %{__rm} -rf $RPM_BUILD_ROOT
52    
53     %files -f iso-codes.lang
54     %defattr(-,root,root,-)
55     %doc ChangeLog README LICENSE
56     %dir %{_datadir}/xml/iso-codes
57     %{_datadir}/xml/iso-codes/*.xml
58    
59     %files devel
60     %defattr(-,root,root,-)
61     %{_datadir}/pkgconfig/iso-codes.pc
62    
63     %changelog
64     * Tue Feb 02 2010 Parag Nemade <pnemade AT redhat.com> - 3.13-1
65     - Update to 3.13
66    
67     * Tue Jan 12 2010 Parag Nemade <pnemade AT redhat.com> - 3.12.1-1
68     - Update to 3.12.1
69    
70     * Wed Dec 02 2009 Parag Nemade <pnemade AT redhat.com> - 3.12-1
71     - Update to 3.12
72    
73     * Mon Nov 02 2009 Parag Nemade <pnemade@redhat.com> - 3.11.1-1
74     - Update to 3.11.1
75    
76     * Fri Oct 23 2009 Parag Nemade <pnemade@redhat.com> - 3.11-1
77     - Update to 3.11
78    
79     * Thu Sep 17 2009 Parag Nemade <pnemade@redhat.com> - 3.10.3-1
80     - Update to 3.10.3
81    
82     * Wed Aug 05 2009 Parag Nemade <pnemade@redhat.com> - 3.10.2-1
83     - Update to 3.10.2
84    
85     * Tue Aug 04 2009 Parag Nemade <pnemade@redhat.com> - 3.10.1-1
86     - Update to 3.10.1
87    
88     * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-3
89     - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90    
91     * Tue Jun 02 2009 Parag Nemade <pnemade@redhat.com> - 3.10-2
92     - Upstream stopped providing iso_639.tab file since 3.9 release,
93     so remove it from %%files.
94    
95     * Tue Jun 02 2009 Parag Nemade <pnemade@redhat.com> - 3.10-1
96     - Update to 3.10
97    
98     * Mon Apr 27 2009 Christopher Aillon <caillon@redhat.com> - 3.8-1
99     - Update to 3.8
100    
101     * Sun Mar 22 2009 Christopher Aillon <caillon@redhat.com> - 3.7-1
102     - Update to 3.7
103    
104     * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-2
105     - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
106    
107     * Mon Feb 2 2009 Christopher Aillon <caillon@redhat.com> - 3.6-1
108     - Update to 3.6
109    
110     * Mon Jan 5 2009 Christopher Aillon <caillon@redhat.com> - 3.5.1-1
111     - Update to 3.5.1
112    
113     * Tue Dec 9 2008 Christopher Aillon <caillon@redhat.com> - 3.5-1
114     - Update to 3.5
115    
116     * Sat Sep 20 2008 Ville Skyttä <ville.skytta at iki.fi> - 3.3-1
117     - Update to 3.3.
118     - Address minor issues in merge review (#225918): update %%description,
119     don't use %%makeinstall, drop unneeded %%debug_package override, use
120     parallel build.
121    
122     * Wed Jul 2 2008 Christopher Aillon <caillon@redhat.com> - 3.1-1
123     - Update to 3.1
124    
125     * Wed May 7 2008 Christopher Aillon <caillon@redhat.com> 2.1-1
126     - Update to 2.1
127    
128     * Sun Mar 9 2008 Christopher Aillon <caillon@redhat.com> 2.0-1
129     - Update to 2.0
130    
131     * Wed Feb 27 2008 Christopher Aillon <caillon@redhat.com> 1.9-1
132     - Update to 1.9
133    
134     * Tue Feb 5 2008 Matthias Clasen <mclasen@redhat.com> 1.8-2
135     - Bump gettext BR
136     - Use the smaller .bz2 tarball
137    
138     * Sat Feb 2 2008 Matthias Clasen <mclasen@redhat.com> 1.8-1
139     - Update to 1.8
140    
141     * Sat Dec 29 2007 Christopher Aillon <caillon@redhat.com> 1.7-1
142     - Update to 1.7
143    
144     * Tue Dec 4 2007 Christopher Aillon <caillon@redhat.com> 1.6-1
145     - Update to 1.6
146    
147     * Fri Oct 26 2007 Christopher Aillon <caillon@redhat.com> 1.5-1
148     - Update to 1.5
149    
150     * Wed Sep 5 2007 Christopher Aillon <caillon@redhat.com> 1.4-1
151     - Update to 1.4
152    
153     * Wed Aug 8 2007 Matthias Clasen <mclasen@redhat.com> 1.3-1
154     - Update to 1.3
155     - Update the license field
156     - Use %%find_lang for translations
157     - Don't create debuginfo
158    
159     * Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com>
160     - Update to 1.2
161    
162     * Wed Mar 7 2007 Christopher Aillon <caillon@redhat.com> 1.0-1
163     - Update to 1.0
164    
165     * Fri Oct 20 2006 Christopher Aillon <caillon@redhat.com> 0.56-1
166     - Update to 0.56
167    
168     * Mon Aug 28 2006 Christopher Aillon <caillon@redhat.com> 0.53-1
169     - Update to 0.53
170    
171     * Sat Jun 24 2006 Jesse Keating <jkeating@redhat.com> 0.49-2
172     - Missing BR gettext
173    
174     * Sun Jan 1 2006 Christopher Aillon <caillon@redhat.com> 0.49-1
175     - Update to 0.49
176    
177     * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
178     - rebuilt
179    
180     * Fri Aug 26 2005 Christopher Aillon <caillon@redhat.com> 0.47-1
181     - Update to 0.47
182    
183     * Mon Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-2
184     - The .pc file should be installed in %%{_datadir} instead of %%{_libdir}
185     since this is a noarch package. 64bit platforms will otherwise look in
186     the 64bit version of the %%{_libdir} and not find the .pc file and
187     cause them to not find iso-codes
188    
189     * Fri Jun 10 2005 Christopher Aillon <caillon@redhat.com> 0.46-1
190     - Initial RPM

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed