[celestia] remove non-free (or unlicensed) files (bz 888210)

Tom Callaway spot at fedoraproject.org
Mon Jan 14 21:07:26 UTC 2013


commit dfd08e20fcd75dccb64da8c10fe0d59cddda48b4
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Jan 14 16:09:45 2013 -0500

    remove non-free (or unlicensed) files (bz 888210)

 .gitignore    |    1 +
 celestia.spec |   36 ++++++++++++++++++++++++++++++++++--
 sources       |    2 +-
 3 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 868d8a7..c1c9c89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 celestia-1.5.1.tar.gz
 /celestia-1.6.0.tar.gz
 /celestia-1.6.1.tar.gz
+/celestia-1.6.1-clean.tar.gz
diff --git a/celestia.spec b/celestia.spec
index a40c30e..d8aa687 100644
--- a/celestia.spec
+++ b/celestia.spec
@@ -1,10 +1,39 @@
 Name:		celestia
 Version:        1.6.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        OpenGL real-time visual space simulation
 Group:          Applications/Emulators
 License:        GPLv2+
-Source0:        http://downloads.sourceforge.net/celestia/celestia-%{version}.tar.gz
+# Removed textures and models with unclear license status from the source:
+# - maps taken from http://maps.jpl.nasa.gov/
+# - models of Toutatis, Kleopatra and Geographos
+# To make the clean tarball, unpack the original, then
+# cd celestia-1.6.1
+# rm -rf models/geographos.* models/kleopatra.* models/marsglobalsurvr.3ds models/marsodyssey.3ds models/toutatis.*
+# rm -rf textures/hires/iapetus.jpg textures/hires/moon.jpg textures/hires/phoebe.jpg textures/hires/tethys.jpg 
+# rm -rf textures/hires/titan.jpg textures/lores/amalthea.jpg textures/lores/ariel* textures/lores/callisto* 
+# rm -rf textures/lores/charon* textures/lores/deimos.jpg textures/lores/dione.jpg textures/lores/epimetheus* 
+# rm -rf textures/lores/eros.jpg textures/lores/europa* textures/lores/ganymede* textures/lores/gaspramosaic.jpg 
+# rm -rf textures/lores/hyperion* textures/lores/iapetus.jpg textures/lores/idamosaic.jpg textures/lores/io* 
+# rm -rf textures/lores/janus.jpg textures/lores/jupiter.jpg textures/lores/mars* textures/lores/mercury.jpg 
+# rm -rf textures/lores/mimas.jpg textures/lores/miranda* textures/lores/moon* textures/lores/neptune.jpg 
+# rm -rf textures/lores/oberon* textures/lores/phobos.jpg textures/lores/phoebe.jpg textures/lores/pluto-lok* 
+# rm -rf textures/lores/prometheus.jpg textures/lores/proteus.jpg textures/lores/rhea.jpg textures/lores/tethys.jpg 
+# rm -rf textures/lores/titan* textures/lores/triton* textures/lores/umbriel* textures/lores/uranus*
+# rm -rf textures/medres/amalthea.jpg textures/medres/ariel.jpg textures/medres/callisto.jpg 
+# rm -rf textures/medres/charon-lok* textures/medres/deimos.jpg textures/medres/dione.jpg textures/medres/epimetheus* 
+# rm -rf textures/medres/eros.jpg textures/medres/europa.jpg textures/medres/ganymede.jpg 
+# rm -rf textures/medres/gaspramosaic.jpg textures/medres/hyperion* textures/medres/iapetus.jpg 
+# rm -rf textures/medres/idamosaic.jpg textures/medres/io.jpg textures/medres/janus.jpg textures/medres/jupiter.jpg 
+# rm -rf textures/medres/mars* textures/medres/mercury.jpg textures/medres/mimas.jpg textures/medres/miranda.jpg 
+# rm -rf textures/medres/moon* textures/medres/neptune.jpg textures/medres/oberon.jpg textures/medres/pho* 
+# rm -rf textures/medres/pluto-lok* textures/medres/prometheus.jpg textures/medres/proteus.jpg 
+# rm -rf textures/medres/rhea.jpg textures/medres/tethys.jpg textures/medres/titan* textures/medres/triton.jpg 
+# rm -rf textures/medres/umbriel.jpg
+# cd ..
+# tar cfz celestia-1.6.1-clean.tar.gz celestia-1.6.1
+# Source0:        http://downloads.sourceforge.net/celestia/celestia-%{version}.tar.gz
+Source0:        celestia-%{version}-clean.tar.gz
 Source3:        celestia.desktop
 URL:            http://www.shatters.net/celestia/
 Patch0:		celestia-1.6.1-gcc47.patch
@@ -116,6 +145,9 @@ fi
 
 
 %changelog
+* Mon Jan 14 2013 Tom Callaway <spot at fedoraproject.org> - 1.6.1-8
+- remove non-free (or unlicensed) files (bz 888210)
+
 * Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.6.1-7
 - rebuild against new libjpeg
 
diff --git a/sources b/sources
index d742055..5d10f4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02208982a431b984502fac909bf380f4  celestia-1.6.1.tar.gz
+099e21df084de0aaa64fa987499c3ce7  celestia-1.6.1-clean.tar.gz


More information about the scm-commits mailing list