]> git.pld-linux.org Git - packages/alex.git/blobdiff - alex.spec
- fixed build on alpha (match alpha-pld-linux as knwon arch)
[packages/alex.git] / alex.spec
index dc3a758017d9ab6c3ebf41932828edba376b95a8..1bbe9f0bfd2cfa8e4115863ed171e22e1fe6292a 100644 (file)
--- a/alex.spec
+++ b/alex.spec
@@ -1,15 +1,13 @@
 Summary:       A lexical analyser generator for Haskell
 Summary(pl):   Generator analizatorów sk³adniowych dla Haskella
 Name:          alex
-Version:       2.0
+Version:       2.0.1
 Release:       1
 License:       BSD-like w/o adv. clause
 Group:         Development/Tools
-Source0:       http://www.haskell.org/alex/dist/%{name}-%{version}-src.tar.bz2
-# Source0-md5: 14ff6abf21d81763b15afe151add9091
+Source0:       http://www.haskell.org/alex/dist/%{name}-%{version}-src.tar.gz
+# Source0-md5: edb62560e29c8de23913c65c52adbf19
 Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-debian.patch
-Patch2:                %{name}-amd64.patch
 URL:           http://www.haskell.org/alex/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -19,6 +17,8 @@ BuildRequires:        ghc >= 5.04
 BuildRequires: gmp-devel
 BuildRequires: jadetex
 BuildRequires: openjade
+BuildRequires: sed >= 4.0
+BuildRequires: tetex-dvips
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,26 +33,25 @@ regularnych. Jest podobne do narz
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2
+
+sed -i -e 's/alpha\*-unknown-linux/alpha*-*-linux/' configure.ac
 
 %build
-chmod u+w configure*
 %{__aclocal}
 %{__autoconf}
 cp -f /usr/share/automake/config.sub .
 %configure
 %{__make} depend
 %{__make}
-%{__make} ps -C alex/doc
+%{__make} html -C alex/doc
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version}}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       bindir=$RPM_BUILD_ROOT%{_bindir} \
+       libdir=$RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}
 
 cp -a alex/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
 
@@ -61,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc alex/{ANNOUNCE,LICENSE,README} alex/doc/alex.{ps,dvi}
+%doc alex/{ANNOUNCE,LICENSE,README} alex/doc/alex
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}-%{version}
 %{_libdir}/%{name}-%{version}/A*
This page took 0.102061 seconds and 4 git commands to generate.