[gnustep-gui] - First building unstable release agains gcc-4.6.0

Jochen Schmitt s4504kr at fedoraproject.org
Thu Feb 10 19:37:55 UTC 2011


commit b30753006d9fcef7d46ef42f1865835c73046527
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu Feb 10 20:37:59 2011 +0100

    - First building unstable release agains gcc-4.6.0

 .gitignore       |    1 +
 gnustep-gui.spec |   21 ++++++++++++++-------
 sources          |    2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0c4e84..a2e68cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gnustep-gui-0.18.0.tar.gz
+/gnustep-gui-0.20.0-0.20110210.fc16.src.rpm
diff --git a/gnustep-gui.spec b/gnustep-gui.spec
index e791fce..0478c5d 100644
--- a/gnustep-gui.spec
+++ b/gnustep-gui.spec
@@ -1,15 +1,19 @@
+%global gsdate 20110210
+
 Name:           gnustep-gui
-Version:        0.18.0
-Release:        4%{?dist}
+Version:        0.20.0
+Release:        0.%{gsdate}%{?dist}
 
 Summary:        The GNUstep GUI library
 License:        GPLv2+ and GPLv3+
 Group:          Development/Libraries
 
 URL:            http://www.gnustep.org
-Source:         ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
 
-BuildRequires:  gcc-objc
+source:		gui-%{gsdate}.tar.bz2
+# Source:         ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
+
+BuildRequires:  gcc-objc >= 4.6.0
 BuildRequires:  libtiff-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
@@ -20,8 +24,8 @@ BuildRequires:  audiofile-devel
 BuildRequires:  portaudio-devel >= 19
 BuildRequires:	texinfo, texi2html, texinfo-tex
 BuildRequires:  gnustep-make >= 2.4.0
-BuildRequires:  gnustep-base-devel
-Requires:       gnustep-base >= 1.15.1
+BuildRequires:  gnustep-base-devel >= 1.22
+Requires:       gnustep-base >= 1.22
 Requires:       %{name}-libs = %{version}-%{release}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -85,7 +89,7 @@ classes for handling events, colors, fonts, pasteboards and images.
 This package contains the documentation for %{name}
 
 %prep
-%setup -q
+%setup -q -n gui
 
 %build
 %configure --with-installation-domain=SYSTEM
@@ -156,6 +160,9 @@ fi
 %doc Documentation/manual/LICENSE
 
 %changelog
+* Thu Feb 10 2011 Jochen Schmitt <Jochen herr-schmitt de> - 0.20.0-0.20110210
+- First building unstable release agains gcc-4.6.0
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 12bbaef..819e6da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1726eef8bcb7b25d561cf8263242c6e7  gnustep-gui-0.18.0.tar.gz
+2ed4a13b19003651a57a9e6f77b64d98  gnustep-gui-0.20.0-0.20110210.fc16.src.rpm


More information about the scm-commits mailing list