[ghc-hledger-lib] import 0.14 source

Jens Petersen petersen at fedoraproject.org
Mon Oct 3 04:56:08 UTC 2011


commit f209a73e17a6a86009be53ed07ea8b46bd3977cc
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Oct 3 13:55:55 2011 +0900

    import 0.14 source

 .gitignore           |    2 ++
 ghc-hledger-lib.spec |   15 +++++----------
 sources              |    1 +
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..70d4faa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/hledger-lib-0.13.tar.gz
+/hledger-lib-0.14.tar.gz
diff --git a/ghc-hledger-lib.spec b/ghc-hledger-lib.spec
index c90e9c3..e02ce94 100644
--- a/ghc-hledger-lib.spec
+++ b/ghc-hledger-lib.spec
@@ -16,14 +16,14 @@ Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        GPLv3
-# BEGIN: cabal2spec-0.24
+# BEGIN: cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
-# END: cabal2spec-0.24
+# END: cabal2spec
 
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -46,11 +46,11 @@ BuildRequires:  ghc-utf8-string-devel
 %package -n ghc-%{pkg_name}-devel
 Summary:        Development files for %{common_summary}
 Group:          Development/Libraries
-# BEGIN: cabal2spec-0.24
+# BEGIN: cabal2spec
 %{?ghc_devel_requires}
 Obsoletes:      ghc-%{pkg_name}-prof < %{version}-%{release}
 Provides:       ghc-%{pkg_name}-prof = %{version}-%{release}
-# END: cabal2spec-0.24
+# END: cabal2spec
 
 %description -n ghc-%{pkg_name}-devel
 %{common_description}
@@ -79,19 +79,14 @@ 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
 * Sat Jul 09 2011 Ben Boeckel <mathstuf at gmail.com> - 0.14-1
-- Update to cabal2spec-0.24
-
-* Mon Jun 20 2011 Ben Boeckel <mathstuf at gmail.com> - 0.14-1
-- Update to 0.14
+- Update to 0.14 and cabal2spec-0.24
 
 * Fri Dec 10 2010 Ben Boeckel <mathstuf at gmail.com> - 0.13-1
 - Update to 0.13
diff --git a/sources b/sources
index e69de29..49ed28e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f977e9daf62edec370ac223d1eadc851  hledger-lib-0.14.tar.gz


More information about the scm-commits mailing list