update to 0.1.5
This commit is contained in:
parent
a8c3d7a7c4
commit
8cc6bcc333
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/path-pieces-0.1.2.tar.gz
|
/path-pieces-0.1.2.tar.gz
|
||||||
/path-pieces-0.1.4.tar.gz
|
/path-pieces-0.1.4.tar.gz
|
||||||
|
/path-pieces-0.1.5.tar.gz
|
||||||
|
@ -4,17 +4,14 @@
|
|||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
# no useful debuginfo for Haskell packages without C sources
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.1.4
|
Version: 0.1.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Components of paths
|
Summary: Components of paths
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
@ -75,9 +72,13 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
%doc README.md
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 20 2015 Jens Petersen <petersen@redhat.com> - 0.1.5-1
|
||||||
|
- update to 0.1.5
|
||||||
|
|
||||||
* Thu Aug 28 2014 Jens Petersen <petersen@redhat.com> - 0.1.4-1
|
* Thu Aug 28 2014 Jens Petersen <petersen@redhat.com> - 0.1.4-1
|
||||||
- update to 0.1.4
|
- update to 0.1.4
|
||||||
- refresh to cblrpm-0.8.11
|
- refresh to cblrpm-0.8.11
|
||||||
|
Loading…
Reference in New Issue
Block a user