update to 1.2.0.4
This commit is contained in:
parent
9fac8217d9
commit
3fe6921fea
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/temporary-1.1.2.3.tar.gz
|
/temporary-1.1.2.3.tar.gz
|
||||||
/temporary-1.1.2.4.tar.gz
|
/temporary-1.1.2.4.tar.gz
|
||||||
/temporary-1.2.0.3.tar.gz
|
/temporary-1.2.0.3.tar.gz
|
||||||
|
/temporary-1.2.0.4.tar.gz
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# generated by cabal-rpm-0.9.11
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
|
||||||
%global pkg_name temporary
|
%global pkg_name temporary
|
||||||
@ -6,8 +7,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.2.0.3
|
Version: 1.2.0.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Portable temporary file and directory support
|
Summary: Portable temporary file and directory support
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -56,6 +57,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
@ -66,13 +69,16 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 1.2.0.4-1
|
||||||
|
- update to 1.2.0.4
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0.3-3
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user