latest version

This commit is contained in:
Caolán McNamara 2010-08-10 09:26:45 +01:00
parent 8da8530827
commit 1dc57be747
3 changed files with 20 additions and 12 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
hyphen-2.5.tar.gz
hyphen-2.6.tar.gz

View File

@ -1,13 +1,16 @@
Name: hyphen
Summary: A text hyphenation library
Version: 2.5
Release: 2%{?dist}
Version: 2.6
Release: 1%{?dist}
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
Group: System Environment/Libraries
URL: http://hunspell.sf.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+ or MPLv1.1
BuildRequires: perl, patch
%ifarch %{ix86} x86_64
BuildRequires: valgrind
%endif
%description
Hyphen is a library for high quality hyphenation and justification.
@ -37,7 +40,11 @@ English hyphenation rules.
make %{?_smp_mflags}
%check
make -C tests check-TESTS
%ifarch %{ix86} x86_64
VALGRIND=memcheck make check
%else
make check
%endif
%install
rm -rf $RPM_BUILD_ROOT
@ -76,32 +83,33 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/substrings.pl
%changelog
* Thu Mar 04 2010 Caolan McNamara <caolanm@redhat.com> - 2.5-2
* Mon Jul 19 2010 Caolán McNamara <caolanm@redhat.com> - 2.6-1
- latest version
- run make check
* Thu Feb 25 2010 Caolan McNamara <caolanm@redhat.com> - 2.5-1
* Thu Feb 25 2010 Caolán McNamara <caolanm@redhat.com> - 2.5-1
- latest version
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Jul 22 2009 Caolan McNamara <caolanm@redhat.com> - 2.4-4
* Wed Jul 22 2009 Caolán McNamara <caolanm@redhat.com> - 2.4-4
- make hyphen-en a noarch subpackage
* Fri Jun 12 2009 Caolan McNamara <caolanm@redhat.com> - 2.4-3
* Fri Jun 12 2009 Caolán McNamara <caolanm@redhat.com> - 2.4-3
- extend coverage
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri May 02 2008 Caolan McNamara <caolanm@redhat.com> - 2.4-1
* Fri May 02 2008 Caolán McNamara <caolanm@redhat.com> - 2.4-1
- latest version
* Tue Feb 19 2008 Caolan McNamara <caolanm@redhat.com> - 2.3.1-1
* Tue Feb 19 2008 Caolán McNamara <caolanm@redhat.com> - 2.3.1-1
- latest version
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3-2
- Autorebuild for GCC 4.3
* Mon Nov 12 2007 Caolan McNamara <caolanm@redhat.com> - 2.3-1
* Mon Nov 12 2007 Caolán McNamara <caolanm@redhat.com> - 2.3-1
- initial version

View File

@ -1 +1 @@
57857a1c856cf7d24577eb6431464ffa hyphen-2.5.tar.gz
b31c0293e05a7aa997475bd10c698d9d hyphen-2.6.tar.gz