summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2011-09-27 11:18:07 +0200
committerMichel Alexandre Salim <salimma@fedoraproject.org>2011-09-27 11:18:07 +0200
commit3a8e425813128ab5a3c99e816547d7cde3a9ab6f (patch)
treed698946af2d20a7e6e8eaa7d5d02dda5fbfced2a
parenta25a276ad9e38daefc23d971955e149c4c671e52 (diff)
downloadspecs-3a8e425813128ab5a3c99e816547d7cde3a9ab6f.tar.gz
specs-3a8e425813128ab5a3c99e816547d7cde3a9ab6f.tar.xz
specs-3a8e425813128ab5a3c99e816547d7cde3a9ab6f.zip
Update pure-gen to 0.13, fix BRs
-rw-r--r--funpl/pure-gen.spec20
1 files changed, 7 insertions, 13 deletions
diff --git a/funpl/pure-gen.spec b/funpl/pure-gen.spec
index 2d30e8a..2579a3d 100644
--- a/funpl/pure-gen.spec
+++ b/funpl/pure-gen.spec
@@ -2,24 +2,17 @@
%global debug_package %{nil}
Name: pure-gen
-Version: 0.12
+Version: 0.13
Release: 1%{?dist}
Summary: A Pure C bindings generator
License: BSD
URL: http://code.google.com/p/pure-lang/
Source0: http://pure-lang.googlecode.com/files/pure-gen-%{version}.tar.gz
-# All three patches submitted to
-# https://code.google.com/p/pure-lang/issues/detail?id=58
-# System module is now System.Environment
-Patch0: pure-gen-0.12-sysenv.patch
-# ghc needs -XTypeSynonymInstances
-Patch1: pure-gen-0.12-ghc_typesynonyminstances.patch
-# API changes from language-c 0.3.x to 0.4.x
-Patch2: pure-gen-0.12-lang_c_04.patch
+BuildRequires: llvm
BuildRequires: pure-devel
-BuildRequires: ghc-language-c-prof
+BuildRequires: ghc-language-c-devel
#Requires:
%description
@@ -29,9 +22,6 @@ Dillard's original OpenGL bindings generator.
%prep
%setup -q
-%patch0 -p1 -b .sysenv
-%patch1 -p1 -b .ghc_typesynonyminstances
-%patch2 -p1 -b .lang_c_04
%build
@@ -56,5 +46,9 @@ make install libdir=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
%changelog
+* Tue Sep 27 2011 Michel Salim <salimma@fedoraproject.org> - 0.13-1
+- Update to 0.13
+- Adjust build dependencies
+
* Thu Sep 8 2011 Michel Salim <salimma@fedoraproject.org> - 0.12-1
- Initial package