[collada-dom] Use official tarball, drop upstreamed patch

Tim Niemueller timn at fedoraproject.org
Fri Mar 25 12:31:18 UTC 2011


commit 6802b836c32adbfbf934b7181149807e251a2c08
Author: Tim Niemueller <niemueller at kbsg.rwth-aachen.de>
Date:   Fri Mar 25 11:54:02 2011 +0100

    Use official tarball, drop upstreamed patch

 .gitignore                   |    1 +
 collada-dom-2.3-fedora.patch |   64 ------------------------------------------
 collada-dom.spec             |   16 ++++------
 sources                      |    1 -
 4 files changed, 7 insertions(+), 75 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2145c20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/collada-dom-2.3.tgz
diff --git a/collada-dom.spec b/collada-dom.spec
index 61ce6c3..853e7e6 100644
--- a/collada-dom.spec
+++ b/collada-dom.spec
@@ -1,19 +1,12 @@
 Name:           collada-dom
 Version:        2.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        COLLADA Document Object Model Library
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://www.collada.org
-# Still no tar files from project, to reproduce:
-# svn co -r 847 https://collada-dom.svn.sourceforge.net/svnroot/collada-dom/trunk collada-dom
-# cd collada-dom
-# svn export . ../collada-dom-2.3
-# cd ..
-# tar cvfj collada-dom-2.3.tar.bz2 collada-dom-2.3
-Source0:        collada-dom-2.3.tar.bz2
-Patch0:         collada-dom-2.3-fedora.patch
+Source0:        http://downloads.sourceforge.net/project/collada-dom/Collada%20DOM/Collada%20DOM%202.3/collada-dom-2.3.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake, gcc-c++, dos2unix
@@ -39,7 +32,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fedora
 rm -rf dom/external-libs
 dos2unix Readme.txt
 dos2unix dom/license.txt
@@ -85,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 25 2011 Tim Niemueller <tim at niemueller.de> - 2.3-2
+- Use now-official tarball from project
+- Drop upstreamed patch
+
 * Mon Mar 21 2011 Tim Niemueller <tim at niemueller.de> - 2.3-1
 - Initial package
 
diff --git a/sources b/sources
index 32dddf2..e69de29 100644
--- a/sources
+++ b/sources
@@ -1 +0,0 @@
-65c433d1df52ab09c1fb188afb7fc80f  collada-dom-2.3.tar.bz2


More information about the scm-commits mailing list