Author: undefine Date: Tue Dec 13 18:16:51 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - patch to remove spaces in include - now builds on sparc - release 5
---- Files affected: SPECS: hmake.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/hmake.spec diff -u SPECS/hmake.spec:1.24 SPECS/hmake.spec:1.25 --- SPECS/hmake.spec:1.24 Tue Oct 18 12:34:03 2005 +++ SPECS/hmake.spec Tue Dec 13 19:16:46 2005 @@ -7,12 +7,13 @@ Summary(pl): Program zarządzający kompilacją programów w Haskellu Name: hmake Version: 3.10 -Release: 4 +Release: 5 License: Free Group: Development/Languages Source0: http://www.haskell.org/hmake/%{name}-%{version}.tar.gz # Source0-md5: 32c8fea53feaa9b2ead1622609ec052a Patch0: %{name}-uname.patch +Patch1: %{name}-no_spaces.patch URL: http://www.haskell.org/hmake/ BuildRequires: ed %{!?with_nhc:BuildRequires: ghc} @@ -44,6 +45,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build ./configure \ @@ -97,6 +99,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2005/12/13 18:16:46 undefine +- patch to remove spaces in include - now builds on sparc +- release 5 + Revision 1.24 2005/10/18 10:34:03 qboosh - it will; release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/hmake.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
