rpms/cabal-install/devel cabal-install.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jens Petersen petersen at fedoraproject.org
Fri Feb 13 09:30:44 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/cabal-install/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13886/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cabal-install.spec import.log 
Log Message:
initial import (review bug #471003)



--- NEW FILE cabal-install.spec ---
# ghc does not emit debug information
%define debug_package %{nil}

Name:		cabal-install
Version:	0.6.0
Release:	3%{?dist}
Summary:	Haskell package tool

Group:		Development/Tools
License:	BSD
URL:		http://hackage.haskell.org/cgi-bin/hackage-scripts/package/%{name}
Source0:	http://hackage.haskell.org/archive/hackage-scripts/package/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# ghc has only been bootstrapped on the following archs:
ExclusiveArch:	i386 x86_64 ppc

BuildRequires:	ghc, ghc-zlib-devel, ghc-HTTP-devel
Requires:	ghc

%description
The 'cabal' command-line program simplifies the process of managing Haskell
packages by automating fetching, configuration, compilation and
installation of Haskell libraries and programs from Hackage.


%prep
%setup -q


%build
%cabal_configure
%cabal build


%install
rm -rf $RPM_BUILD_ROOT
%cabal_install

mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
cp -p bash-completion/cabal $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d

rm ${RPM_BUILD_ROOT}/%{_docdir}/%{name}-%{version}/LICENSE


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE README
%{_bindir}/cabal
%{_sysconfdir}/bash_completion.d


%changelog
* Mon Feb  9 2009 Jens Petersen <petersen at redhat.com> - 0.6.0-3
- fix source url

* Wed Jan  7 2009 Jens Petersen <petersen at redhat.com> - 0.6.0-2
- add bash completion file
- update cabal build macro

* Tue Nov 11 2008 Jens Petersen <petersen at redhat.com> - 0.6.0-1
- initial package for Fedora


--- NEW FILE import.log ---
cabal-install-0_6_0-3_fc10:HEAD:cabal-install-0.6.0-3.fc10.src.rpm:1234517069


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cabal-install/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2009 06:41:31 -0000	1.1
+++ .cvsignore	13 Feb 2009 09:30:13 -0000	1.2
@@ -0,0 +1 @@
+cabal-install-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cabal-install/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2009 06:41:31 -0000	1.1
+++ sources	13 Feb 2009 09:30:14 -0000	1.2
@@ -0,0 +1 @@
+ddce0bda54a99d816091e77ab6e4b39f  cabal-install-0.6.0.tar.gz




More information about the fedora-extras-commits mailing list