[gorm] Prerelease build based on the shapshot

Jochen Schmitt s4504kr at fedoraproject.org
Wed Mar 2 20:13:51 UTC 2011


commit 938b2a4484775917d641790866f550b3829633cc
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Wed Mar 2 21:13:45 2011 +0100

    Prerelease build based on the shapshot

 .gitignore |    1 +
 gorm.spec  |   13 +++++++++----
 sources    |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcd9c0d..22b9b03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gorm-1.2.12.tar.gz
+/gorm-20110216.tar.bz2
diff --git a/gorm.spec b/gorm.spec
index 32ac8ae..9116d51 100644
--- a/gorm.spec
+++ b/gorm.spec
@@ -1,12 +1,14 @@
+%global date 20110216
+
 Name:           gorm
-Version:        1.2.12
-Release:        4%{?dist}
+Version:        1.2.13
+Release:        0.%{date}%{?dist}
 Summary:        The GNUstep graphical interface builder
 
 Group:          Development/Tools
 License:        GPLv3+
 URL:            http://www.gnustep.org
-Source0:        ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{version}.tar.gz
+Source0:        ftp://ftp.gnustep.org/pub/gnustep/dev-apps/%{name}-%{date}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gcc-objc texinfo-tex
@@ -48,7 +50,7 @@ no code.
 This package contains the documentation for Gorm
 
 %prep
-%setup -q
+%setup -q -n gorm
 
 %build
 make %{?_smp_mflags} messages=yes \
@@ -118,6 +120,9 @@ fi
 %{_infodir}/Gorm.info.gz
 
 %changelog
+* Wed Mar  2 2011 Jochen Schmitt <Jochen herr-schmitt de> 1.2.13-0.20110216%{?dist}
+- Prerelease build based on the shapshot
+
 * Sun Feb 13 2011 Jochen Schmitt <Jochen herr-schmitt de> 1.2.12-4
 - Rebuilt for gnustep snapshot
 
diff --git a/sources b/sources
index 7bd3452..d4a554a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b068a369051f83d450d2a0dd464e8ee  gorm-1.2.12.tar.gz
+d12341c6f3d549c08e83226a6f085b8b  gorm-20110216.tar.bz2


More information about the scm-commits mailing list