diff --git a/.gitignore b/.gitignore index 2389cb1..00db855 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /unlambda-0.1.tar.gz /unlambda-0.1.2.tar.gz +/unlambda-0.1.3.tar.gz diff --git a/sources b/sources index f8ba51f..95855cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a73b6a70306d028004d257565027fc15 unlambda-0.1.2.tar.gz +314f0c610d0b71635b453e649d47d73f unlambda-0.1.3.tar.gz diff --git a/unlambda.spec b/unlambda.spec index 3bc79cc..9235192 100644 --- a/unlambda.spec +++ b/unlambda.spec @@ -3,18 +3,17 @@ %global pkg_name unlambda -%global common_summary An interpreter of the Unlambda language +%global common_summary Unlambda interpreter -%global common_description An interpreter of the Unlambda language,\ - written in the pure, lazy, functional language Haskell. +%global common_description This is an interpreter of the Unlambda language,\ +written in the pure, lazy, functional language Haskell. Name: %{pkg_name} -Version: 0.1.2 -Release: 2%{?dist} -Summary: Haskell interpreter of the Unlambda language +Version: 0.1.3 +Release: 1%{?dist} +Summary: %{common_summary} -# Unlambda.hs states GPL version 2 or later -License: GPLv2+ +License: GPL+ URL: http://hackage.haskell.org/package/%{name} Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz Patch0: unlambda-0.1.2-FSF-license-fix.patch @@ -30,6 +29,7 @@ BuildRequires: ghc-unix-devel %description %{common_description} + %prep %setup -q %patch0 -p1 @@ -41,27 +41,30 @@ iconv -f iso8859-1 -t utf-8 Language/Unlambda.hs > Language/Unlambda.conv && mv %install %ghc_lib_install -# library subpackage %ghc_package %ghc_description + %ghc_devel_package %ghc_devel_description + %ghc_devel_post_postun + %files %doc LICENSE -%attr(755,root,root) %{_bindir}/%{name} +%{_bindir}/%{name} + %ghc_files LICENSE + %changelog -* Sat Nov 17 2012 Jens Petersen - 0.1.2-2 -- update with cabal-rpm -- change license tag to GPLv2+ +* Fri Dec 7 2012 Shakthi Kannan - 0.1.3-1 +- spec file generated by cabal-rpm-0.6.5 * Fri Oct 26 2012 Shakthi Kannan - 0.1.2-1 - Updated to new upstream release 0.1.2