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

Lakshmi Narasimhan T V narasim at fedoraproject.org
Sun Sep 25 06:30:25 UTC 2011


commit e889aa1ba418b5afd2d0f1c0447458280be68958
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Sun Sep 25 11:59:47 2011 +0530

    Rebuild for gtk2hs updates
    	modified:   leksah-server.spec

 leksah-server.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/leksah-server.spec b/leksah-server.spec
index 2cb5146..6f8ad6f 100644
--- a/leksah-server.spec
+++ b/leksah-server.spec
@@ -12,10 +12,12 @@
 
 Name:           %{pkg_name}
 Version:        0.10.0.4
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        %{common_summary}
 
 Group:          Development/Tools
+# License in the LICENSE file is mentioned as GPLV2 while sources specify
+# license as GPL.Hence GPL+.
 License:        GPL+
 # BEGIN: cabal2spec-0.24
 URL:            http://hackage.haskell.org/package/%{name}
@@ -23,7 +25,9 @@ Source0:        http://hackage.haskell.org/packages/archive/%{name}/%{version}/%
 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:
@@ -91,7 +95,6 @@ This package contains the development files.
 
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE
 %attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_bindir}/leksahecho
@@ -100,15 +103,17 @@ This package contains the development files.
 
 %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,-)
 
 
 %changelog
+* Sun Sep 25 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.10.0.4-8
+- Update to cabal2spec 0.24.1
+- Rebuild for gtk2hs related updates
+
 * Sun Aug 28 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.10.0.4-7
 - Rebuild for ghc-hslogger-1.1.5. Upgrade to cabal2spec-0.24.
 


More information about the scm-commits mailing list