]> git.pld-linux.org Git - packages/ghc-transformers-base.git/commitdiff
adapter, do not force remove
authorElan Ruusamäe <glen@delfi.ee>
Fri, 24 May 2013 23:55:52 +0000 (02:55 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 24 May 2013 23:55:52 +0000 (02:55 +0300)
ghc-transformers-base.spec

index 284490b580b0d15f47cd274bc816ec11258d6da9..8b3c47428928d5ff15c90dce9e262e2fad48d7b6 100644 (file)
@@ -1,5 +1,5 @@
 %define                pkgname transformers-base
-Summary:       This package provides a straightforward port of monadLib's BaseM typeclass to transformers.
+Summary:       This package provides a straightforward port of monadLib's BaseM typeclass to transformers
 Name:          ghc-%{pkgname}
 Version:       0.4.1
 Release:       1
@@ -18,7 +18,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _enable_debug_packages  0
 
 %description
-This package provides a straightforward port of monadLib's BaseM typeclass to transformers.
+This package provides a straightforward port of monadLib's BaseM
+typeclass to transformers.
 
 %package doc
 Summary:       HTML documentation for %{pkgname}
@@ -57,7 +58,7 @@ cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html %{name}-%{version}-doc
 runhaskell Setup.hs register \
        --gen-pkg-config=$RPM_BUILD_ROOT/%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
 
-%{__rm} -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.071629 seconds and 4 git commands to generate.