SPECS: happy.spec - up to 1.15 - use html docs(don't duplicate and...

undefine undefine at pld-linux.org
Sun Jul 3 21:57:22 CEST 2005


Author: undefine                     Date: Sun Jul  3 19:57:22 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.15
- use html docs(don't duplicate and our tetex suxx)
- remove DESTDIR patch
- rel 1

---- Files affected:
SPECS:
   happy.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/happy.spec
diff -u SPECS/happy.spec:1.23 SPECS/happy.spec:1.24
--- SPECS/happy.spec:1.23	Tue Nov 30 15:38:13 2004
+++ SPECS/happy.spec	Sun Jul  3 21:57:17 2005
@@ -2,15 +2,14 @@
 Summary:	Yacc-like LALR(1) Parser Generator for Haskell
 Summary(pl):	Generator parserów LALR(1) w stylu yacc-a dla Haskella
 Name:		happy
-Version:	1.14
-Release:	3
+Version:	1.15
+Release:	1
 License:	BSD w/o adv. clause
 Group:		Development/Languages
 URL:		http://haskell.org/happy/
 Source0:	http://haskell.org/happy/dist/%{version}/%{name}-%{version}-src.tar.gz
-# Source0-md5:	501b5b63533b2e2838de18085e8c4492
-Patch0:		%{name}-DESTDIR.patch
-Patch1:		%{name}-arch.patch
+# Source0-md5:	02ceb122b904fa4a4290e6ea1072d59e
+Patch0:		%{name}-arch.patch
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	ghc
@@ -32,14 +31,13 @@
 
 %description -l pl
 Happy jest generatorem parserów LALR(1) dla Haskella - podobnym do
-yacc-a dla C. Generuje parser w Haskellu ze specyfikacji gramatyki 
-w notacji BNF. Happy pozwala mieć wiele wygenerowanych parserów 
-w jednym programie.
+yacc-a dla C. Generuje parser w Haskellu ze specyfikacji gramatyki w
+notacji BNF. Happy pozwala mieć wiele wygenerowanych parserów w jednym
+programie.
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -50,14 +48,15 @@
 %{__make} -C glafp-utils sgmlverb mkdirhier all
 %{__make} -C happy/src depend
 %{__make} -C happy all
-%{__make} -C happy/doc html ps
+%{__make} -C happy/doc html
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_examplesdir}/happy}
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	bindir=$RPM_BUILD_ROOT%{_bindir} \
+	libdir=$RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}
 
 cp -a happy/examples/* $RPM_BUILD_ROOT%{_examplesdir}/happy/
 
@@ -72,11 +71,12 @@
 
 %files
 %defattr(644,root,root,755)
-%doc happy/README happy/doc/happy.ps happy/doc/happy/*
+%doc happy/README happy/doc/happy
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}-%{version}
 %attr(755,root,root) %{_libdir}/%{name}-%{version}/happy.bin
 %{_libdir}/%{name}-%{version}/Happy*
+%{_libdir}/%{name}-%{version}/GLR*
 %{_mandir}/man1/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -85,6 +85,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2005/07/03 19:57:17  undefine
+- up to 1.15
+- use html docs(don't duplicate and our tetex suxx)
+- remove DESTDIR patch
+- rel 1
+
 Revision 1.23  2004/11/30 14:38:13  undefine
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/happy.spec?r1=1.23&r2=1.24&f=u




More information about the pld-cvs-commit mailing list