latest version
This commit is contained in:
parent
8da8530827
commit
1dc57be747
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
hyphen-2.5.tar.gz
|
hyphen-2.6.tar.gz
|
||||||
|
28
hyphen.spec
28
hyphen.spec
@ -1,13 +1,16 @@
|
|||||||
Name: hyphen
|
Name: hyphen
|
||||||
Summary: A text hyphenation library
|
Summary: A text hyphenation library
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://hunspell.sf.net
|
URL: http://hunspell.sf.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
License: LGPLv2+ or MPLv1.1
|
License: LGPLv2+ or MPLv1.1
|
||||||
BuildRequires: perl, patch
|
BuildRequires: perl, patch
|
||||||
|
%ifarch %{ix86} x86_64
|
||||||
|
BuildRequires: valgrind
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hyphen is a library for high quality hyphenation and justification.
|
Hyphen is a library for high quality hyphenation and justification.
|
||||||
@ -37,7 +40,11 @@ English hyphenation rules.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make -C tests check-TESTS
|
%ifarch %{ix86} x86_64
|
||||||
|
VALGRIND=memcheck make check
|
||||||
|
%else
|
||||||
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -76,32 +83,33 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/substrings.pl
|
%{_bindir}/substrings.pl
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
- latest version
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-5
|
* 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
|
- 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
|
- 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
|
- extend coverage
|
||||||
|
|
||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
|
* 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
|
- 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
|
- 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
|
- latest version
|
||||||
|
|
||||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3-2
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3-2
|
||||||
- Autorebuild for GCC 4.3
|
- 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
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user