2012-11-01 09:18:56 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
2012-09-21 01:35:17 +00:00
|
|
|
|
|
|
|
Name: cabal-rpm
|
2013-07-12 08:20:03 +00:00
|
|
|
Version: 0.8.3
|
2013-08-03 04:14:46 +00:00
|
|
|
Release: 2%{?dist}
|
2012-09-21 01:35:17 +00:00
|
|
|
Summary: RPM package creator for Haskell Cabal-based packages
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
URL: http://hackage.haskell.org/package/%{name}
|
|
|
|
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
|
2013-01-22 01:14:16 +00:00
|
|
|
Source1: cabal-rpm.1
|
2012-09-21 01:35:17 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
BuildRequires: ghc-filepath-devel
|
|
|
|
BuildRequires: ghc-old-locale-devel
|
|
|
|
BuildRequires: ghc-process-devel
|
2013-07-02 03:31:19 +00:00
|
|
|
BuildRequires: ghc-regex-compat-devel
|
2012-09-21 01:35:17 +00:00
|
|
|
BuildRequires: ghc-time-devel
|
|
|
|
BuildRequires: ghc-unix-devel
|
|
|
|
# End cabal-rpm deps
|
2012-09-24 10:13:47 +00:00
|
|
|
Obsoletes: cabal2spec < 0.26
|
2013-03-22 06:37:36 +00:00
|
|
|
Provides: cblrpm = %{version}
|
2013-04-03 03:22:23 +00:00
|
|
|
Requires: cabal-install
|
2013-07-02 03:20:54 +00:00
|
|
|
Requires: rpm-build
|
2012-09-21 01:35:17 +00:00
|
|
|
|
|
|
|
%description
|
2013-01-22 01:14:16 +00:00
|
|
|
Cabal-rpm generates RPM packages from Haskell Cabal packages.
|
2012-09-21 01:35:17 +00:00
|
|
|
|
2013-07-02 03:31:19 +00:00
|
|
|
See <https://github.com/juhp/cabal-rpm/blob/master/NEWS> for latest changes.
|
2012-09-21 01:35:17 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_bin_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_bin_install
|
|
|
|
|
2013-01-22 01:14:16 +00:00
|
|
|
install -p cblrpm-diff %{buildroot}%{_bindir}
|
|
|
|
install -p -m 0644 -D man/cblrpm.1 %{buildroot}%{_mandir}/man1/cblrpm.1
|
|
|
|
install -p -m 0644 %SOURCE1 %{buildroot}%{_mandir}/man1/
|
2012-09-24 10:13:47 +00:00
|
|
|
|
2013-01-22 01:14:16 +00:00
|
|
|
ln -s cblrpm %{buildroot}%{_bindir}/%{name}
|
|
|
|
ln -s cblrpm-diff %{buildroot}%{_bindir}/%{name}-diff
|
2012-11-21 01:58:10 +00:00
|
|
|
|
2012-09-21 01:35:17 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING
|
2013-01-22 01:14:16 +00:00
|
|
|
%doc NEWS
|
2012-09-21 01:35:17 +00:00
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/%{name}
|
2012-11-21 01:58:10 +00:00
|
|
|
%{_bindir}/cblrpm
|
2012-09-25 02:50:39 +00:00
|
|
|
%{_bindir}/%{name}-diff
|
2012-11-21 01:58:10 +00:00
|
|
|
%{_bindir}/cblrpm-diff
|
2012-09-24 10:13:47 +00:00
|
|
|
%{_mandir}/man1/cabal-rpm.1*
|
2013-01-22 01:14:16 +00:00
|
|
|
%{_mandir}/man1/cblrpm.1*
|
2012-09-21 01:35:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2013-08-03 04:14:46 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-12 08:20:03 +00:00
|
|
|
* Fri Jul 12 2013 Jens Petersen <petersen@redhat.com> - 0.8.3-1
|
|
|
|
- only try to install missing dependencies
|
|
|
|
- word-wrap generic descriptions
|
|
|
|
- now handles ghc_fix_dynamic_rpath for executables depending on own lib
|
|
|
|
- map ffi to libffi
|
|
|
|
- source module rearrangements
|
|
|
|
|
2013-07-02 03:20:54 +00:00
|
|
|
* Tue Jul 2 2013 Jens Petersen <petersen@redhat.com> - 0.8.2-1
|
|
|
|
- handle pkg-ver arg, and check cabal list is non-empty
|
|
|
|
- sort all generated deps
|
|
|
|
- use yum-builddep again to install deps
|
|
|
|
- copy tarball into cwd for rpmbuild
|
|
|
|
- wrap after end of sentence near end of line
|
|
|
|
- use _isa in requires ghc-<pkg>
|
|
|
|
- require rpm-build
|
|
|
|
|
2013-06-21 00:18:10 +00:00
|
|
|
* Fri Jun 21 2013 Jens Petersen <petersen@redhat.com> - 0.8.1-2
|
|
|
|
- rebuild
|
|
|
|
|
2013-06-14 08:00:03 +00:00
|
|
|
* Fri Jun 14 2013 Jens Petersen <petersen@redhat.com> - 0.8.1-1
|
|
|
|
- word wrapping of descriptions
|
|
|
|
- use generic description for shared subpackage
|
|
|
|
- simplify logic for summary and description processing
|
|
|
|
|
2013-05-31 13:50:39 +00:00
|
|
|
* Fri May 31 2013 Jens Petersen <petersen@redhat.com> - 0.8.0-1
|
|
|
|
- use simplified Fedora Haskell Packaging macros approved by
|
|
|
|
Fedora Packaging Committee (https://fedorahosted.org/fpc/ticket/194)
|
|
|
|
|
2013-04-03 03:22:23 +00:00
|
|
|
* Wed Apr 3 2013 Jens Petersen <petersen@redhat.com> - 0.7.1-2
|
|
|
|
- better require cabal-install
|
|
|
|
|
2013-03-22 06:37:36 +00:00
|
|
|
* Fri Mar 22 2013 Jens Petersen <petersen@redhat.com> - 0.7.1-1
|
|
|
|
- add final full-stop to description if missing
|
|
|
|
- add ver-rel to initial changelog entry
|
|
|
|
- output warning when .spec already exists
|
|
|
|
- fix handling of package names that end in a digit
|
|
|
|
- output when trying a path
|
|
|
|
- map curl C dep to libcurl
|
|
|
|
- fix use of cblrpm-diff force lib option
|
|
|
|
- provide cblrpm
|
|
|
|
|
2013-02-13 18:11:30 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-22 01:14:16 +00:00
|
|
|
* Tue Jan 22 2013 Jens Petersen <petersen@redhat.com> - 0.7.0-1
|
|
|
|
- cabal-rpm and cabal-rpm-diff are now symlinks to cblrpm and cblrpm-diff
|
|
|
|
- now uses command args, initially spec, srpm, and build
|
|
|
|
- tries to sudo yum install dependencies
|
|
|
|
- https://github.com/juhp/cabal-rpm/blob/master/NEWS
|
|
|
|
|
2012-11-21 01:58:10 +00:00
|
|
|
* Wed Nov 21 2012 Jens Petersen <petersen@redhat.com> - 0.6.6-1
|
|
|
|
- now generates dependencies for C libs, buildtools, and pkgconfig depends
|
|
|
|
- add short cblrpm and cblrpm-diff alias symlinks
|
|
|
|
- fix handling of LGPL-2.1 license
|
|
|
|
- change backup suffix from .cabal-rpm to .cblrpm
|
|
|
|
- do not mistake non-existent tarballs for package names
|
|
|
|
|
2012-11-01 09:18:56 +00:00
|
|
|
* Thu Nov 1 2012 Jens Petersen <petersen@redhat.com> - 0.6.5-1
|
|
|
|
- drop hscolour BuildRequires
|
|
|
|
- simplify generated BuildRequires: drop version ranges,
|
|
|
|
and exclude base, Cabal, etc
|
|
|
|
- use ExclusiveArch ghc_arches_with_ghci for template-haskell
|
|
|
|
- replace --name option with --library to force Lib package
|
|
|
|
|
2012-09-25 02:50:39 +00:00
|
|
|
* Tue Sep 25 2012 Jens Petersen <petersen@redhat.com> - 0.6.4-1
|
|
|
|
- add cabal-rpm-diff wrapper script
|
|
|
|
- fix generated manpage
|
|
|
|
|
2012-09-24 10:13:47 +00:00
|
|
|
* Mon Sep 24 2012 Jens Petersen <petersen@redhat.com> - 0.6.3-1
|
|
|
|
- can now handle tarball
|
|
|
|
- new manpage
|
2012-09-25 02:50:39 +00:00
|
|
|
- obsoletes cabal2spec
|
2012-09-24 10:13:47 +00:00
|
|
|
|
2012-09-21 01:35:17 +00:00
|
|
|
* Mon Sep 10 2012 Jens Petersen <petersen@redhat.com> - 0.6.2-1
|
|
|
|
- shorten description
|
|
|
|
|
|
|
|
* Mon Sep 10 2012 Fedora Haskell SIG <haskell@lists.fedoraproject.org>
|
|
|
|
- spec file generated by cabal-rpm-0.6.2
|