Accepting request 432779 from devel:languages:haskell:lts:7
version / revision update OBS-URL: https://build.opensuse.org/request/show/432779 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-time?expand=0&rev=5
This commit is contained in:
parent
22715fbfdf
commit
9cba7b3e86
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Jul 10 17:16:04 UTC 2016 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update to version 1.1.0.3 revision 1 with cabal2obs.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 14 07:35:57 UTC 2015 - mimi.vx@gmail.com
|
Thu May 14 07:35:57 UTC 2015 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -22,16 +22,14 @@ Version: 1.1.0.3
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Time library
|
Summary: Time library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: Development/Languages/Other
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://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
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
# Begin cabal-rpm deps:
|
|
||||||
BuildRequires: ghc-old-locale-devel
|
BuildRequires: ghc-old-locale-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides the old time library.
|
This package provides the old time library.
|
||||||
@ -54,15 +52,12 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
@ -75,6 +70,5 @@ cp -p %{SOURCE1} %{pkg_name}.cabal
|
|||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc changelog.md
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,60 +1,60 @@
|
|||||||
name: old-time
|
name: old-time
|
||||||
version: 1.1.0.3
|
version: 1.1.0.3
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
-- NOTE: Don't forget to update ./changelog.md
|
-- NOTE: Don't forget to update ./changelog.md
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
maintainer: libraries@haskell.org
|
maintainer: libraries@haskell.org
|
||||||
bug-reports: https://github.com/haskell/old-time/issues
|
bug-reports: https://github.com/haskell/old-time/issues
|
||||||
synopsis: Time library
|
synopsis: Time library
|
||||||
category: System
|
category: System
|
||||||
build-type: Configure
|
build-type: Configure
|
||||||
cabal-Version: >=1.10
|
cabal-Version: >=1.10
|
||||||
description:
|
description:
|
||||||
This package provides the old time library.
|
This package provides the old time library.
|
||||||
.
|
.
|
||||||
For new projects, the newer
|
For new projects, the newer
|
||||||
<http://hackage.haskell.org/package/time time library>
|
<http://hackage.haskell.org/package/time time library>
|
||||||
is recommended.
|
is recommended.
|
||||||
|
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
changelog.md
|
changelog.md
|
||||||
config.guess
|
config.guess
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
configure.ac
|
configure.ac
|
||||||
include/HsTimeConfig.h.in
|
include/HsTimeConfig.h.in
|
||||||
install-sh
|
install-sh
|
||||||
old-time.buildinfo
|
old-time.buildinfo
|
||||||
|
|
||||||
extra-tmp-files:
|
extra-tmp-files:
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
include/HsTimeConfig.h
|
include/HsTimeConfig.h
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/haskell/old-time.git
|
location: https://github.com/haskell/old-time.git
|
||||||
|
|
||||||
Library
|
Library
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
other-extensions: Trustworthy
|
other-extensions: Trustworthy
|
||||||
|
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
System.Time
|
System.Time
|
||||||
|
|
||||||
c-sources:
|
c-sources:
|
||||||
cbits/timeUtils.c
|
cbits/timeUtils.c
|
||||||
|
|
||||||
include-dirs: include
|
include-dirs: include
|
||||||
includes: HsTime.h
|
includes: HsTime.h
|
||||||
install-includes:
|
install-includes:
|
||||||
HsTime.h
|
HsTime.h
|
||||||
|
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.7 && < 4.10,
|
base >= 4.7 && < 4.10,
|
||||||
old-locale == 1.0.*
|
old-locale == 1.0.*
|
||||||
|
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
Loading…
Reference in New Issue
Block a user