latest version
This commit is contained in:
parent
6fb31985a6
commit
548b14fe76
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/hyphen-2.8.3.tar.gz
|
/hyphen-2.8.4.tar.gz
|
||||||
|
11
hyphen.spec
11
hyphen.spec
@ -1,7 +1,7 @@
|
|||||||
Name: hyphen
|
Name: hyphen
|
||||||
Summary: A text hyphenation library
|
Summary: A text hyphenation library
|
||||||
Version: 2.8.3
|
Version: 2.8.4
|
||||||
Release: 4%{?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
|
||||||
@ -11,7 +11,6 @@ BuildRequires: perl, patch, autoconf, automake, libtool
|
|||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
%endif
|
%endif
|
||||||
Patch0: hyphen-dumplog.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hyphen is a library for high quality hyphenation and justification.
|
Hyphen is a library for high quality hyphenation and justification.
|
||||||
@ -35,11 +34,8 @@ English hyphenation rules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .hyphen-dumplog
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f
|
|
||||||
libtoolize -f
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -88,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/substrings.pl
|
%{_bindir}/substrings.pl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 29 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.4-1
|
||||||
|
- latest version
|
||||||
|
|
||||||
* Wed Apr 18 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.3-4
|
* Wed Apr 18 2012 Caolán McNamara <caolanm@redhat.com> - 2.8.3-4
|
||||||
- Resolves: rhbz#813481 x86_64 valgrind spews, see rhbz#813780
|
- Resolves: rhbz#813481 x86_64 valgrind spews, see rhbz#813780
|
||||||
- Related: rhbz#813481 dump valgrind failure log
|
- Related: rhbz#813481 dump valgrind failure log
|
||||||
|
Loading…
Reference in New Issue
Block a user