Updated to upstream 0.1.3
This commit is contained in:
parent
a76f48f9f7
commit
35e54d90cb
3 changed files with 18 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/unlambda-0.1.tar.gz
|
||||
/unlambda-0.1.2.tar.gz
|
||||
/unlambda-0.1.3.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
a73b6a70306d028004d257565027fc15 unlambda-0.1.2.tar.gz
|
||||
314f0c610d0b71635b453e649d47d73f unlambda-0.1.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -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 <petersen@redhat.com> - 0.1.2-2
|
||||
- update with cabal-rpm
|
||||
- change license tag to GPLv2+
|
||||
* Fri Dec 7 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.1.3-1
|
||||
- spec file generated by cabal-rpm-0.6.5
|
||||
|
||||
* Fri Oct 26 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.1.2-1
|
||||
- Updated to new upstream release 0.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue