]> git.pld-linux.org Git - packages/cpphs.git/commitdiff
- up to 1.16 auto/th/cpphs-1.16-1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 31 May 2013 18:46:12 +0000 (20:46 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 31 May 2013 18:46:12 +0000 (20:46 +0200)
cpphs.spec

index 4d6b697f93858e34089bda65e94a69d8a6f4c361..30f5a23e9ec36961cab0c7e24e195193e99eaa57 100644 (file)
@@ -1,12 +1,12 @@
 %define                pkgname cpphs
 Summary:       A liberalised re-implementation of cpp, the C pre-processor
 Name:          cpphs
-Version:       1.13.1
-Release:       3
+Version:       1.16
+Release:       1
 License:       LGPL
 Group:         Development/Languages
 Source0:       http://hackage.haskell.org/packages/archive/cpphs/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 4fe8b5c71068e97602b0f45facd76be3
+# Source0-md5: 2224334a779369978d1259996c6539d1
 URL:           http://haskell.org/cpphs/
 BuildRequires: ghc >= 6.12.3
 BuildRequires: rpmbuild(macros) >= 1.608
@@ -64,8 +64,9 @@ install -d $RPM_BUILD_ROOT%{_libdir}/%{ghcdir}/package.conf.d
 runhaskell Setup.hs copy --destdir=$RPM_BUILD_ROOT
 
 # work around automatic haddock docs installation
-rm -rf %{name}-%{version}-doc
+%{__rm} -rf %{name}-%{version}-doc
 cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} %{name}-%{version}-doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
 runhaskell Setup.hs register \
        --gen-pkg-config=$RPM_BUILD_ROOT/%{_libdir}/%{ghcdir}/package.conf.d/%{name}.conf
This page took 0.085971 seconds and 4 git commands to generate.