[Bug 656892] Review Request: ghc-augeas - Haskell bindings for the augeas library

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 21 10:29:47 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=656892

--- Comment #19 from Jens Petersen <petersen at redhat.com> ---
I would also suggest the following minor tweaks in the .spec
but they do not block the review.


-BuildRequires: ghc-HUnit-prof
-BuildRequires: augeas-devel%{?isa}
+BuildRequires:  ghc-HUnit-prof
+BuildRequires:  augeas-devel%{?isa}

 %description
 %{common_description}
@@ -43,8 +43,8 @@
 %install
 %ghc_lib_install

-rm -rf $RPM_BUILD_ROOT/%{_bindir}
-rm -rf $RPM_BUILD_ROOT/%{_datadir}/%{pkg_name}-%{version}
+rm -r $RPM_BUILD_ROOT/%{_bindir}
+rm -r $RPM_BUILD_ROOT/%{_datadir}/%{pkg_name}-%{version}


 # devel subpackage
@@ -57,12 +57,13 @@
 %ghc_devel_post_postun


-%ghc_files LICENSE AUTHORS ChangeLog README THANKS
+%ghc_files LICENSE
+%doc AUTHORS ChangeLog README THANKS

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the haskell-devel mailing list