rpms/gtk2hs-buildtools/devel gtk2hs-buildtools.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
Thu Jul 15 01:37:05 UTC 2010


Author: petersen

Update of /cvs/pkgs/rpms/gtk2hs-buildtools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8195/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gtk2hs-buildtools.spec import.log 
Log Message:



--- NEW FILE gtk2hs-buildtools.spec ---
# link with shared libs
%bcond_without dynamic

# ghc does not emit debug information
%global debug_package %{nil}

Name:           gtk2hs-buildtools
Version:        0.9
Release:        2%{?dist}
Summary:        Haskell Gtk2Hs buildtools

Group:          Development/Tools
License:        GPLv2+
URL:            http://hackage.haskell.org/package/%{name}
Source0:        http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# fedora ghc archs:
ExclusiveArch:  %{ix86} x86_64 ppc alpha
BuildRequires:  ghc
BuildRequires:  ghc-rpm-macros >= 0.7.0
BuildRequires:  alex, happy

%description
This package provides a set of helper programs necessary to build
the Gtk2Hs suite of libraries. These tools include:

- a modified c2hs binding tool that is used to generate FFI declarations,
- a tool to build a type hierarchy that mirrors the C type hierarchy of
  GObjects found in glib, and
- a generator for signal declarations that are used to call back from C
  to Haskell.

These tools are not needed to compile or run Gtk2Hs programs, only to build
the gtk2hs libraries themselves.


%prep
%setup -q


%build
%ghc_bin_build


%install
rm -rf $RPM_BUILD_ROOT
%ghc_bin_install


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING
%attr(755,root,root) %{_bindir}/gtk2hs*
%{_datadir}/%{name}-%{version}

%changelog
* Wed Jun 30 2010 Jens Petersen <petersen at redhat.com> - 0.9-2
- buildrequires alex and happy

* Wed Jun 30 2010 Jens Petersen <petersen at redhat.com> - 0.9-1
- summary, description, license, group, and filelist

* Wed Jun 30 2010 Fedora Haskell SIG <haskell-devel at lists.fedoraproject.org> - 0.9-0
- initial packaging for Fedora automatically generated by cabal2spec-0.22.1


--- NEW FILE import.log ---
gtk2hs-buildtools-0_9-2_fc12:HEAD:gtk2hs-buildtools-0.9-2.fc12.src.rpm:1279157618


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2hs-buildtools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Jul 2010 16:51:07 -0000	1.1
+++ .cvsignore	15 Jul 2010 01:37:05 -0000	1.2
@@ -0,0 +1 @@
+gtk2hs-buildtools-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2hs-buildtools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Jul 2010 16:51:07 -0000	1.1
+++ sources	15 Jul 2010 01:37:05 -0000	1.2
@@ -0,0 +1 @@
+9cbc63d222b518e378e5a42769ce59d1  gtk2hs-buildtools-0.9.tar.gz



More information about the scm-commits mailing list