8
0
Stephan Kulow
2011-04-01 18:06:14 +00:00
committed by Git OBS Bridge
parent b11add7dcb
commit 2d0dcf93b9
2 changed files with 36 additions and 0 deletions

View File

@@ -25,9 +25,11 @@ Url: http://search.cpan.org/dist/Text-Hunspell/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/C/CO/COSIMO/Text-Hunspell-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Patch0: fix-makefile.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: hunspell-devel
%{perl_requires}
%description
@@ -39,6 +41,7 @@ The example code describes the interface on http://hunspell.sf.net
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"