source: projects/specs/branches/6/a/aspell-en/aspell-en-vl.spec @ 3502

Revision 3502, 3.7 KB checked in by iwaim, 13 years ago (diff)

aspell-en-7.1-1

Line 
1%define pkg_ver 7.1
2%define pkg_rel 1
3
4%define lang en
5%define langrelease 0
6%define aspellversion 6
7Summary: English dictionaries for Aspell
8Name: aspell-%{lang}
9Version: %{pkg_ver}
10Release: %{pkg_rel}%{?_dist_release}
11
12License: MIT and BSD
13Group: Applications/Text
14URL: http://aspell.net/
15Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
16Buildrequires: aspell >= 0.60
17Requires: aspell >= 0.60
18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
19
20# %define debug_package %{nil}
21
22Vendor: Project Vine
23Distribution: Vine Linux
24
25%description
26Provides the word list/dictionaries for the following: English, Canadian
27English, British English
28
29%prep
30%setup -q -n aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}
31
32%build
33./configure
34make
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(-,root,root)
45%doc Copyright
46%{_libdir}/aspell-0.60/*
47
48%changelog
49* Sat Apr 16 2011 IWAI, Masaharu <iwai@alib.jp> 7.1-1
50- initial build for Vine Linux
51
52* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:7.1-2
53- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
54
55* Mon Jan 17 2011 Ivana Hutarova Varekova <varekova@redhat.com> 50:7.1-1
56- update to aspell6-en-7.1
57
58* Mon Jan  3 2011 Ivana Hutarova Varekova <varekova@redhat.com> 50:7.0-1
59- update to aspell6-en-7.0
60
61* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:6.0-11
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
63
64* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:6.0-10
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
66
67* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 50:6.0-9
68- Autorebuild for GCC 4.3
69
70* Thu Aug 30 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-8
71- fix #62225 - add practice to gb world lists
72
73* Fri Mar 30 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-7
74- add version to obstolete flag
75
76* Thu Mar 29 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-5
77- add documentation
78- change license tag
79
80* Thu Mar 29 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-4
81- update default buildroot
82
83* Thu Mar 29 2007 Ivana Varekova <varekova@redhat.com> - 50:6.0-3
84- update to aspell6
85- use configure script to create Makefile
86- some minor spec changes
87
88* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-2.1
89- rebuild
90
91* Fri Mar  3 2006 Ivana Varekova <varekova@redhat.com> - 50:6.0-2
92- removed "offencive" (#154352), add "practice" (#62225)
93
94* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-1.2.1
95- bump again for double-long bug on ppc(64)
96
97* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-1.2
98- rebuilt for new gcc4.1 snapshot and glibc changes
99
100* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
101- rebuilt
102
103* Mon Jul 18 2005 Ivana Varekova <varekova@redhat.com> 50:6.0-1
104- update to aspell5-en-6.0
105- build with aspell-0.60.3
106
107* Mon Apr 11 2005 Ivana Varekova <varekova@redhat.com> 50:0.51-12
108- rebuilt
109
110* Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 50:0.51-11
111- remove debuginfo
112
113* Thu Aug 26 2004 Adrian Havill <havill@redhat.com> 50:0.51-10
114- obsolete -en-gb and -en-ca for upgrades
115
116* Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.51-9
117- sync epoch with other aspell dicts, upgrade to 0.51-1
118
119* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
120- rebuilt
121
122* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
123- rebuilt
124
125* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
126- rebuilt
127
128* Mon Jun 23 2003 Adrian Havill <havill@redhat.com> 0.51-6
129- data files are not arch independent
130
131* Fri Jun 20 2003 Adrian Havill <havill@redhat.com> 0.51-5
132- first build for new aspell (0.50)
Note: See TracBrowser for help on using the repository browser.