update to 1.1.1.0 and update src files license comments

This commit is contained in:
Jens Petersen 2011-09-26 18:36:11 +09:00
parent 8a14d49332
commit f27a4812d0
3 changed files with 13 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/MissingH-1.1.0.3.tar.gz
/MissingH-1.1.1.0.tar.gz

View File

@ -7,16 +7,15 @@ Haskell programmers. It is written in pure Haskell and thus \
should be extremely portable and easy to use.
Name: ghc-%{pkg_name}
Version: 1.1.0.3
Release: 9%{?dist}
Version: 1.1.1.0
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
# Data/Hash/CRC32/GZip.hs is BSD
# Data/Hash/CRC32/Posix.hs is GPL+
# System/Path/NameManip.hs is LGPLv2+
# System/Time/ParseDate.hs is GPLv2 (newer parsedate is now BSD)
# all 40 other src (and testsrc) files are GPLv2+
# src/Data/Hash/MD5.lhs is BSD or GPL+
# src/Data/Hash/CRC32/Posix.hs is GPL+
# src/System/Time/ParseDate.hs is GPLv2 (newer parsedate is now BSD)
# all other src/ (and testsrc/) files are BSD
License: GPLv2+
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
@ -33,9 +32,6 @@ BuildRequires: ghc-HUnit-prof, ghc-hslogger-prof, ghc-mtl-prof, ghc-network-pro
%prep
%setup -q -n %{pkg_name}-%{version}
mv COPYRIGHT COPYRIGHT.orig
iconv -f iso8859-1 -t utf-8 COPYRIGHT.orig > COPYRIGHT
%build
%ghc_lib_build
@ -46,7 +42,7 @@ iconv -f iso8859-1 -t utf-8 COPYRIGHT.orig > COPYRIGHT
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/
install -m 644 -p TODO %{buildroot}%{_docdir}/%{name}-%{version}/TODO
install -m 644 -p COPYING %{buildroot}%{_docdir}/%{name}-%{version}/COPYING
install -m 644 -p LICENSE %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/
install -m 644 -p 3rd-party-licenses/BSD %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/BSD
install -m 644 -p 3rd-party-licenses/LGPL-2.1 %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/LGPL-2.1
@ -60,6 +56,10 @@ install -m 644 -p announcements/0.10.0.txt %{buildroot}%{_docdir}/%{name}-%{vers
%changelog
* Mon Sep 26 2011 Jens Petersen <petersen@redhat.com> - 1.1.1.0-1
- update to 1.1.1.0
- most of the library modules now BSD
* Mon Aug 29 2011 Jens Petersen <petersen@redhat.com> - 1.1.0.3-9
- rebuild for hslogger-1.1.5

View File

@ -1 +1 @@
a64af1885d60523fe598b4dad086fa6e MissingH-1.1.0.3.tar.gz
d0bd290c5fe2f7d4cbdac1ab741be394 MissingH-1.1.1.0.tar.gz