Compare commits

...

4 Commits
rawhide ... f12

Author SHA1 Message Date
Fedora Release Engineering 6c437b1394 dist-git conversion 2010-07-28 15:35:06 +00:00
Jens Petersen 6d55f3e7db backport 0.9 from rawhide 2009-12-10 09:43:18 +00:00
Bill Nottingham 88e31326d0 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:56:09 +00:00
Jesse Keating 0a4ec21a58 Initialize branch F-12 for ghc-xmonad-contrib 2009-09-29 04:56:21 +00:00
6 changed files with 18 additions and 36 deletions

View File

@ -1 +0,0 @@
xmonad-contrib-0.8.1.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
xmonad-contrib-0.9.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: ghc-xmonad-contrib
# $Id$
NAME := ghc-xmonad-contrib
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -7,8 +7,8 @@
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.8.1
Release: 8%{?dist}
Version: 0.9
Release: 1%{?dist}
Summary: Third party extensions for xmonad
Group: Development/Libraries
@ -26,6 +26,7 @@ BuildRequires: ghc, ghc-rpm-macros
BuildRequires: ghc-doc
BuildRequires: ghc-utf8-string-doc
BuildRequires: ghc-X11-xft-doc
BuildRequires: ghc-xmonad-doc
%endif
%if %{with prof}
BuildRequires: ghc-prof
@ -56,9 +57,9 @@ Group: Development/Libraries
Requires: ghc = %{ghc_version}
Requires(post): ghc = %{ghc_version}
Requires(preun): ghc = %{ghc_version}
Requires: ghc-xmonad-devel
Requires: ghc-utf8-string-devel
Requires: ghc-X11-xft-devel
Requires: ghc-xmonad-devel = %ghc_pkg_ver xmonad
Requires: ghc-utf8-string-devel = %ghc_pkg_ver utf8-string
Requires: ghc-X11-xft-devel = %ghc_pkg_ver X11-xft
%description devel
This package contains the development files for %{name}
@ -72,10 +73,9 @@ Group: Development/Libraries
Requires: ghc-doc = %{ghc_version}
Requires(post): ghc-doc = %{ghc_version}
Requires(postun): ghc-doc = %{ghc_version}
Requires: ghc-xmonad-doc
Requires: ghc-utf8-string-doc
Requires: ghc-X11-xft-doc
BuildRequires: ghc-xmonad-doc
Requires: ghc-xmonad-doc = %ghc_pkg_ver xmonad
Requires: ghc-utf8-string-doc = %ghc_pkg_ver utf8-string
Requires: ghc-X11-xft-doc = %ghc_pkg_ver X11-xft
%description doc
This package contains development documentation files for the %{name} library.
@ -88,9 +88,9 @@ Summary: Profiling libraries for %{name}
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
Requires: ghc-prof = %{ghc_version}
Requires: ghc-xmonad-prof
Requires: ghc-utf8-string-prof
Requires: ghc-X11-xft-prof
Requires: ghc-xmonad-prof = %ghc_pkg_ver xmonad
Requires: ghc-utf8-string-prof = %ghc_pkg_ver utf8-string
Requires: ghc-X11-xft-prof = %ghc_pkg_ver X11-xft
%description prof
This package contains profiling libraries for %{name}
@ -164,6 +164,10 @@ fi
%changelog
* Tue Nov 17 2009 Jens Petersen <petersen@redhat.com> - 0.9-1
- update to 0.9
- use %%ghc_pkg_ver for dep requires versions
* Fri Aug 28 2009 Yaakov M. Nemoy <ynemoy@fedoraproject.org> - 0.8.1-8
- added a few more docs

View File

@ -1 +0,0 @@
ghc-xmonad-contrib-0_8_1-8_fc11:HEAD:ghc-xmonad-contrib-0.8.1-8.fc11.src.rpm:1253827158

View File

@ -1 +1 @@
03f74fda270aca759407787da73e50d9 xmonad-contrib-0.8.1.tar.gz
545485c8ec417de9e1c36975c17656d4 xmonad-contrib-0.9.tar.gz