latest version
This commit is contained in:
parent
1dc57be747
commit
97a284675a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
hyphen-2.6.tar.gz
|
||||
/hyphen-2.7.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: hyphen
|
||||
Summary: A text hyphenation library
|
||||
Version: 2.6
|
||||
Version: 2.7
|
||||
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
|
||||
BuildRequires: perl, patch, autoconf
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
@ -36,6 +36,7 @@ English hyphenation rules.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/substrings.pl
|
||||
|
||||
%changelog
|
||||
* Thu Dec 02 2010 Caolán McNamara <caolanm@redhat.com> - 2.7-1
|
||||
- latest version
|
||||
|
||||
* Mon Jul 19 2010 Caolán McNamara <caolanm@redhat.com> - 2.6-1
|
||||
- latest version
|
||||
- run make check
|
||||
|
Loading…
Reference in New Issue
Block a user