update to 1.1.1.0 and update src files license comments
This commit is contained in:
parent
8a14d49332
commit
f27a4812d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/MissingH-1.1.0.3.tar.gz
|
||||
/MissingH-1.1.1.0.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user