diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 41810b9..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -skychart-3.0.1.6.tar.lzma diff --git a/Makefile b/Makefile deleted file mode 100644 index 8aa0556..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: skychart -# $Id$ -NAME := skychart -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..06f48af --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Skychart requires Fpc and Lazarus which are orphaned by more than 6 weeks and about to be retired diff --git a/import.log b/import.log deleted file mode 100644 index 08c1970..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -skychart-3_0_1_5-1_20081026svn_el5:HEAD:skychart-3.0.1.5-1.20081026svn.el5.src.rpm:1225937345 diff --git a/skychart-3.0.1.6-units.patch b/skychart-3.0.1.6-units.patch deleted file mode 100644 index 198b4e0..0000000 --- a/skychart-3.0.1.6-units.patch +++ /dev/null @@ -1,17 +0,0 @@ -Target directory is not precreated for every possible arch, -use a generic one. - -Lubomir Rintel (Fedora Astronomy) - -diff -up skychart-3.0.1.6/skychart/cdc.lpi.units skychart-3.0.1.6/skychart/cdc.lpi ---- skychart-3.0.1.6/skychart/cdc.lpi.units 2009-04-09 07:22:59.381788190 +0200 -+++ skychart-3.0.1.6/skychart/cdc.lpi 2009-04-09 07:23:21.763790569 +0200 -@@ -434,7 +434,7 @@ - - - -- -+ - - - diff --git a/skychart-3.0.1.6-wl.patch b/skychart-3.0.1.6-wl.patch deleted file mode 100644 index 81a255b..0000000 --- a/skychart-3.0.1.6-wl.patch +++ /dev/null @@ -1,20 +0,0 @@ -Case matters here. - -Lubomir Rintel (Fedora Astronomy) - -[?25l[?12l[?25h[?1049h[?1h=[?12;25h[?12l[?25h[?25lW10: Warning: Changing a readonly file~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ [?12l[?25h[?25l:[?12l[?25hq[?25l[?12l[?25h![?25l[?12l[?25h^Z[?25l[?12l[?25h^Z[?25l[?12l[?25h [?25lE488: Trailing characters[?12l[?25h[?25lType :quit to exit Vim[?12l[?25hdiff -up skychart-3.0.1.6/skychart/library/plan404/Makefile.wl skychart-3.0.1.6/skychart/library/plan404/Makefile ---- skychart-3.0.1.6/skychart/library/plan404/Makefile.wl 2009-04-08 21:15:05.027791300 +0200 -+++ skychart-3.0.1.6/skychart/library/plan404/Makefile 2009-04-08 21:15:28.892791702 +0200 -@@ -8,7 +8,7 @@ SO_Name = libplan404.dylib - LIBFLAGS = -Wl,-single_module -dynamiclib -lc -lm - else - SO_Name = libplan404.so --LIBFLAGS = -shared -WL,-soname,$(SO_Name) -lc -lm -+LIBFLAGS = -shared -Wl,-soname,$(SO_Name) -lc -lm - endif - ifneq ($(findstring W32,$(OSTYPE)),) - SO_Name = libplan404.dll -[?25l[?12l[?25h[?1l>[?1049lVim: Error reading input, exiting... -Vim: preserving files... -Vim: Finished. - \ No newline at end of file diff --git a/skychart.desktop b/skychart.desktop deleted file mode 100644 index 5528af8..0000000 --- a/skychart.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=SkyChart (Cartes du Ciel) -Comment=Planetarium software for the advanced amateur astronomer -GenericName=SkyChart -Exec=skychart %f -Icon=skychart -Categories=Education;Astronomy; -Terminal=false diff --git a/skychart.spec b/skychart.spec deleted file mode 100644 index cfb39b8..0000000 --- a/skychart.spec +++ /dev/null @@ -1,176 +0,0 @@ -Name: skychart -Version: 3.0.1.6 -Release: 2.20090408svn%{?dist} -Summary: Planetarium software for the advanced amateur astronomer - -# svn export -r1050 https://skychart.svn.sourceforge.net/svnroot/skychart/trunk@1050 skychart-3.0.1.5 -# tar czf skychart-3.0.1.5.tar.gz skychart-3.0.1.5 - -Group: Amusements/Graphics -License: GPLv2+ -URL: https://sourceforge.net/projects/skychart/ -Source0: %{name}-%{version}.tar.lzma -Source1: skychart.desktop -Patch1: skychart-3.0.1.6-wl.patch -Patch2: skychart-3.0.1.6-units.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -# FIXME: http://koji.fedoraproject.org/koji/taskinfo?taskID=918916 -ExcludeArch: ppc64 - -BuildRequires: lazarus >= 0.9.26 -BuildRequires: ImageMagick -BuildRequires: desktop-file-utils -BuildRequires: dos2unix -BuildRequires: gtk2-devel -Requires: xdg-utils -Requires: tzdata - -%description -This program enables you to draw sky charts, making use of the data in 16 -catalogs of stars and nebulae. In addition the position of planets, -asteroids and comets are shown. - -The purpose of this program is to prepare different sky maps for a -particular observation. A large number of parameters help you to choose -specifically or automatically which catalogs to use, the colour and the -dimension of stars and nebulae, the representation of planets, the display -of labels and coordinate grids, the superposition of pictures, the -condition of visibility and more. All these features make this celestial -atlas more complete than a conventional planetarium. - - -%prep -%setup -q -%{__unzip} -q tools/doc/wiki_doc.zip -d tools/doc - -%patch1 -p1 -b .wl -%patch2 -p1 -b .units -find . -type f -print0 |xargs -0 chmod 644 - - -%build -lazbuild --widgetset=gtk2 --primary-config-path=$PWD/.lazarus skychart/component/cdccomponents.lpk -lazbuild --widgetset=gtk2 --primary-config-path=$PWD/.lazarus skychart/cdc.lpi - -# TODO: more libraries. Only 404 seems essential though. -make %{_smp_mflags} CFLAGS="%{optflags} -fPIC" -C skychart/library/plan404 - -# Create the Icon Theme Specification compilant icon file -convert skychart/bitmaps/mainicon/mainicon.ico skychart.png - -# Fix exotic EOL encodings -dos2unix -qk tools/doc/html_doc/en/feature_class_fichiers/common.css -dos2unix -qk tools/doc/html_doc/en/feature_class_fichiers/custom.css -dos2unix -qk tools/doc/releasenotes_ru.txt -dos2unix -qk tools/doc/releasenotes_ua.txt - -# A couple of files in Ukrainian documentation have their names and -# links incorrectly escaped, which makes those not UTF-8 compilant as -# well as links broken -charset_fix () { sed -r ' - # Special characters in file names are - # prefixed by %% vs. %%25 in HTML - s/\xd1%%(25)?81/с/g - s/\xd1%%(25)?82/т/g - s/\xd1%%(25)?8[fF]/я/g -'; } - -for ORIGNAME in $(find tools/doc/wiki_doc/uk -name '*.html') -do - NEWNAME=$(echo $ORIGNAME |charset_fix) - charset_fix <$ORIGNAME >$ORIGNAME.utf8 - touch -r $ORIGNAME $ORIGNAME.utf8 - rm -f $ORIGNAME - mv $ORIGNAME.utf8 $NEWNAME -done - - -%install -rm -rf $RPM_BUILD_ROOT - -# Directory structure -install -d $RPM_BUILD_ROOT%{_bindir} -install -d $RPM_BUILD_ROOT%{_libdir} -install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps -install -d $RPM_BUILD_ROOT%{_datadir}/applications -install -d $RPM_BUILD_ROOT%{_datadir}/skychart - -# Binary -install -pm 0755 skychart/units/skychart \ - $RPM_BUILD_ROOT%{_bindir} - -# Libraries -install -pm 0755 skychart/library/plan404/libplan404.so \ - $RPM_BUILD_ROOT%{_libdir} - -# Icon -install -pm 0644 skychart.png $RPM_BUILD_ROOT%{_datadir}/pixmaps - -# Menu entry -desktop-file-install --vendor=fedora %{SOURCE1} \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications - -# Data (Yes, tools/install_data.sh exists, but is outdated) -( - cd tools - find data/{common_names,earthmap,horizon,language,planet,sample,Themes} -type f - find data/constellation -maxdepth 1 -type f - find data/eclipses -type f -name '*.png' -o -name '*.txt' - find cat -type f -not -regex '.*/src.*' -not -name '*.prj' - find doc -type f -not -name '*.zip' -) |xargs tar cf - -C tools |tar xf - -C $RPM_BUILD_ROOT%{_datadir}/skychart - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%{_bindir}/* -%{_libdir}/*.so -%{_datadir}/applications/* -%{_datadir}/pixmaps/* -%dir %{_datadir}/skychart -%{_datadir}/skychart/data -%{_datadir}/skychart/cat -%doc %{_datadir}/skychart/doc -%doc skychart/gpl.txt - - -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig - - -%changelog -* Sun Jul 26 2009 Fedora Release Engineering - 3.0.1.6-2.20090408svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Apr 08 2009 Lubomir Rintel (Fedora Astronomy) - 3.0.1.6-1.20090408svn -- Update to post latest beta -- Drop the unzip patch -- Upstream did the datadir and xdg-open chage as well, drop patches - -* Wed Apr 08 2009 Lubomir Rintel (Fedora Astronomy) - 3.0.1.5-6.20081026svn -- Enable GTK2 UI - -* Fri Mar 27 2009 Lubomir Rintel (Fedora Astronomy) - 3.0.1.5-5.20081026svn -- Fix desktop entry categories - -* Wed Feb 25 2009 Fedora Release Engineering - 3.0.1.5-4.20081026svn -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Dec 01 2008 Lubomir Rintel (Fedora Astronomy) - 3.0.1.5-3.20081026svn -- Own /usr/share/skychart (#474037) - -* Thu Nov 06 2008 Lubomir Rintel (Fedora Astronomy) - 3.0.1.5-2.20081026svn -- Temporarily disable ppc64 build due to a compiler bug - -* Wed Oct 29 2008 Lubomir Rintel (Fedora Astronomy) - 3.0.1.5-1.20081026svn -- Rebase to later upstream, since we have more recent fpc and lazarus now - -* Sun Oct 26 2008 Lubomir Rintel (Fedora Astronomy) - 3.0.1.3-1.20071015svn -- Initial packaging attempt diff --git a/sources b/sources deleted file mode 100644 index 4f436b5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -7021c215cfa6b61ab909ef2e6266abc7 skychart-3.0.1.6.tar.lzma