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