[leksah] Rebuild for gtk2hs updates modified: leksah.spec

Lakshmi Narasimhan T V narasim at fedoraproject.org
Sun Sep 25 07:07:58 UTC 2011


commit af4a8fbac5f33912f0924f29a92510b6d4f28fa5
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Sun Sep 25 12:37:31 2011 +0530

    Rebuild for gtk2hs updates
    	modified:   leksah.spec

 leksah.spec |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/leksah.spec b/leksah.spec
index fb63ab3..d381600 100644
--- a/leksah.spec
+++ b/leksah.spec
@@ -4,19 +4,16 @@
 
 %global pkg_name leksah
 
-
 # common part of summary for all the subpackages
 %global common_summary An IDE for Haskell
 
-
 # main description used for all the subpackages
 %global common_description Leksah is an Integrated Development Environment for \
 Haskell written in Haskell. Leksah uses GTK+ as GUI Toolkit.
 
-
 Name:           %{pkg_name}
 Version:        0.10.0.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Haskell IDE
 Group:          Development/Tools
 # LICENSE file is GPLv2 while sources only mention GPL, hence GPL+.
@@ -27,7 +24,9 @@ Source1:        %{name}.desktop
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
+%endif
 # END: cabal2spec-0.24
 # BR any C devel dependency here
 # list ghc-*-prof dependencies:
@@ -38,11 +37,9 @@ Requires: shared-mime-info
 Requires: hicolor-icon-theme
 Requires: leksah-server
 
-
 # patches
 Patch1 : leksah_dep.patch
 
-
 %description
 %{common_description}
 
@@ -108,7 +105,6 @@ desktop-file-install --add-category="Development"  --add-category="X-Development
 
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE
 %attr(755,root,root) %{_bindir}/%{name}
 %dir %{_datadir}/%{name}-%{version}
@@ -124,12 +120,10 @@ desktop-file-install --add-category="Development"  --add-category="X-Development
 
 %if %{undefined ghc_without_shared}
 %files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
-%defattr(-,root,root,-)
 %endif
 
 
 %files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
-%defattr(-,root,root,-)
 
 
 %post
@@ -150,6 +144,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Sep 25 2011  Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.10.0.4-5
+- initial packaging for Fedora automatically generated by cabal2spec-0.24.1
+
 * Sun Aug 28 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.10.0.4-4
 - Rebuild for ghc-hslogger update to 1.1.5
 


More information about the scm-commits mailing list