use license macro; add tarball

This commit is contained in:
Jens Petersen 2015-09-04 17:35:26 +09:00
parent ded0b7b6d4
commit e9c6be32a5
3 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/cmdargs-0.10.2.tar.gz
/cmdargs-0.10.3.tar.gz
/cmdargs-0.10.12.tar.gz
/cmdargs-0.10.13.tar.gz

View File

@ -65,6 +65,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -75,17 +77,17 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc README.md
%{_bindir}/%{pkg_name}
%changelog
* Sat Aug 08 2015 Ben Boeckel <mathstuf@gmail.com> - 0.10.13-1
- update to 0.10.13
- use license macro
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
b962dc0472be507631f43f70b13b3157 cmdargs-0.10.12.tar.gz
f713f07f1b9081c10c27620b2c807c61 cmdargs-0.10.13.tar.gz