SPECS: alex.spec - up to 2.0.1, remove DESTDIR patch, use html doc...
undefine
undefine at pld-linux.org
Sun Jul 3 21:54:01 CEST 2005
Author: undefine Date: Sun Jul 3 19:54:01 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 2.0.1, remove DESTDIR patch, use html docs (our tetex suxx)
- rel 1
---- Files affected:
SPECS:
alex.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/alex.spec
diff -u SPECS/alex.spec:1.14 SPECS/alex.spec:1.15
--- SPECS/alex.spec:1.14 Tue Nov 30 15:33:19 2004
+++ SPECS/alex.spec Sun Jul 3 21:53:56 2005
@@ -2,16 +2,13 @@
Summary: A lexical analyser generator for Haskell
Summary(pl): Generator analizatorów składniowych dla Haskella
Name: alex
-Version: 2.0
-Release: 4
+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
-Patch3: %{name}-pld-sparc.patch
URL: http://www.haskell.org/alex/
BuildRequires: autoconf
BuildRequires: automake
@@ -36,10 +33,6 @@
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2
-%patch3
%build
chmod u+w configure*
@@ -49,14 +42,15 @@
%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}/
@@ -65,7 +59,7 @@
%files
%defattr(644,root,root,755)
-%doc alex/{ANNOUNCE,LICENSE,README} alex/doc/alex.{ps,dvi}
+%doc alex/{ANNOUNCE,LICENSE,README} alex/doc/alex docs/building/building docs/docbook-cheat-sheet/docbook-cheat-sheet
%attr(755,root,root) %{_bindir}/*
%dir %{_libdir}/%{name}-%{version}
%{_libdir}/%{name}-%{version}/A*
@@ -78,6 +72,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2005/07/03 19:53:56 undefine
+- up to 2.0.1, remove DESTDIR patch, use html docs (our tetex suxx)
+- rel 1
+
Revision 1.14 2004/11/30 14:33:19 undefine
- release 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/alex.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list