[trophy] First crack at building 2.0.2

Bruno Wolff III bruno at fedoraproject.org
Sat Mar 3 18:34:26 UTC 2012


commit 31b16fb4e5ae518b90514aaa0e43e417953271ab
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Mar 3 09:20:12 2012 -0600

    First crack at building 2.0.2

 .gitignore  |    1 +
 sources     |    2 +-
 trophy.spec |   12 ++++++------
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6360e7..9249c62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 trophy-1.1.5.tar.gz
+/trophy-2.0.2.tar.gz
diff --git a/sources b/sources
index dca0dd7..45a7b23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf62269cacf794e087ac88f0e39f54c1  trophy-1.1.5.tar.gz
+630b45919ec0a2446c9366f599f2c09e  trophy-2.0.2.tar.gz
diff --git a/trophy.spec b/trophy.spec
index 23d0c30..ed76ccf 100644
--- a/trophy.spec
+++ b/trophy.spec
@@ -1,6 +1,6 @@
 Name:           trophy
-Version:        1.1.5
-Release:        9%{?dist}
+Version:        2.0.2
+Release:        1%{?dist}
 Summary:        Car racing game with special features
 Group:          Amusements/Games
 License:        GPL+
@@ -8,9 +8,8 @@ URL:            http://trophy.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
-Patch0:         trophy-1.1.5-rounding-error.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  ClanLib1-devel desktop-file-utils
+BuildRequires:  ClanLib-devel desktop-file-utils
 Requires:       hicolor-icon-theme
 
 %description
@@ -20,11 +19,9 @@ like shooting and dropping bombs.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
-export LDFLAGS=-L%{_libdir}/ClanLib-1.0
 %configure
 make %{?_smp_mflags}
 
@@ -70,6 +67,9 @@ fi
 
 
 %changelog
+* Sat Mar 03 2012 Bruno Wolff III <bruno at wolff.to> - 2.0.2-1
+- New upstream release 2.0.2
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.5-9
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list