rpms/xmonad/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xmonad-config-manpage.patch, 1.1, 1.2 xmonad.spec, 1.7, 1.8

Jens Petersen petersen at fedoraproject.org
Sun Nov 15 11:42:21 UTC 2009


Author: petersen

Update of /cvs/pkgs/rpms/xmonad/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5915

Modified Files:
	.cvsignore sources xmonad-config-manpage.patch xmonad.spec 
Log Message:
- update to 0.9 (requires ghc-X11 >= 1.4.6.1)
- drop superfluous X11_version from ghc-X11 requires
- rename X11_version to X11_minver
- remove extra xmonad.hs under datadir




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xmonad/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	6 May 2009 21:19:57 -0000	1.2
+++ .cvsignore	15 Nov 2009 11:42:20 -0000	1.3
@@ -1 +1 @@
-xmonad-0.8.1.tar.gz
+xmonad-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xmonad/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	6 May 2009 21:19:57 -0000	1.2
+++ sources	15 Nov 2009 11:42:20 -0000	1.3
@@ -1 +1 @@
-03a8f0a420902d9eea3df1d8d62598c7  xmonad-0.8.1.tar.gz
+5ec4ec7b6ab1ec841ceca07184a28ba7  xmonad-0.9.tar.gz

xmonad-config-manpage.patch:
 xmonad.hs |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: xmonad-config-manpage.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xmonad/devel/xmonad-config-manpage.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xmonad-config-manpage.patch	6 May 2009 21:48:56 -0000	1.1
+++ xmonad-config-manpage.patch	15 Nov 2009 11:42:20 -0000	1.2
@@ -10,4 +10,4 @@ diff -r -u -X /home/yankee/Projekten/fed
 +          xmonad defaults
  
  -- A structure containing your configuration settings, overriding
- -- fields in the default config. Any you don't override, will 
+ -- fields in the default config. Any you don't override, will


Index: xmonad.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmonad/devel/xmonad.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- xmonad.spec	30 Jul 2009 11:57:59 -0000	1.7
+++ xmonad.spec	15 Nov 2009 11:42:20 -0000	1.8
@@ -1,4 +1,4 @@
-%global X11_version 1.4.3
+%global X11_minver 1.4.6.1
 
 %bcond_without doc
 %bcond_without prof
@@ -7,8 +7,8 @@
 %global debug_package %{nil}
 
 Name:           xmonad
-Version:        0.8.1
-Release:        15%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        A tiling window manager
 
 Group:          User Interface/X
@@ -22,12 +22,12 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 # fedora ghc archs:
 ExclusiveArch: %{ix86} x86_64 ppc alpha
 BuildRequires:  ghc, ghc-rpm-macros
-BuildRequires:  ghc-X11-devel >= %{X11_version}
+BuildRequires:  ghc-X11-devel >= %{X11_minver}
 %if %{with doc}
 BuildRequires:  ghc-doc
 %endif
 %if %{with prof}
-BuildRequires:  ghc-prof, ghc-X11-prof >= %{X11_version}
+BuildRequires:  ghc-prof, ghc-X11-prof >= %{X11_minver}
 %endif
 Requires:       ghc-%{name}-devel = %{version}-%{release}
 # required until there is a command to open some system default
@@ -51,7 +51,7 @@ on several screens.
 %package -n ghc-%{name}-devel
 Summary:        Haskell %{name} library
 Group:          Development/Libraries
-Requires:       ghc-X11-devel >= %{X11_version}
+Requires:       ghc-X11-devel
 Requires:       ghc = %{ghc_version}
 Requires(post): ghc = %{ghc_version}
 Requires(preun): ghc = %{ghc_version}
@@ -79,7 +79,7 @@ This package contains development docume
 Summary:        Profiling libraries for %{name}
 Group:          Development/Libraries
 Requires:       ghc-%{name}-devel = %{version}-%{release}
-Requires:       ghc-X11-prof >= %{X11_version}
+Requires:       ghc-X11-prof
 Requires:       ghc-prof = %{ghc_version}
 
 %description -n ghc-%{name}-prof
@@ -117,6 +117,9 @@ install -p -m 0644 -D %SOURCE1 $RPM_BUIL
 install -p -m 0755 -D %SOURCE2 $RPM_BUILD_ROOT%{_bindir}/%{name}-start
 install -p -m 0644 -D man/xmonad.hs $RPM_BUILD_ROOT%{_sysconfdir}/skel/.%{name}/%{name}.hs
 
+rm $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}/man/xmonad.hs
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -172,6 +175,12 @@ fi
 
 
 %changelog
+* Sun Nov 15 2009 Jens Petersen <petersen at redhat.com> - 0.9-1
+- update to 0.9 (requires ghc-X11 >= 1.4.6.1)
+- drop superfluous X11_version from ghc-X11 requires
+- rename X11_version to X11_minver
+- remove extra xmonad.hs under datadir
+
 * Thu Jul 30 2009 Yaakov M. Nemoy <ynemoy at fedoraproject.org> - 0.8.1-15
 - rebuild against newer packages from the mass rebuild
 




More information about the fedora-extras-commits mailing list