diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index c1f3e48..0000000 --- a/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -emyller_star.svg -xvarstar-0.9.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 1191074..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xvarstar -# $Id$ -NAME := xvarstar -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..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/import.log b/import.log deleted file mode 100644 index dc00730..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -xvarstar-0_9-3_fc8:HEAD:xvarstar-0.9-3.fc8.src.rpm:1225104213 diff --git a/sources b/sources deleted file mode 100644 index d61abbd..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -1502cba8cc7c570ec928d44573ff39cd emyller_star.svg -9d42b1516dc487e57e1d6a1c25fd8820 xvarstar-0.9.tar.gz diff --git a/xvarstar.desktop b/xvarstar.desktop deleted file mode 100644 index 98942f4..0000000 --- a/xvarstar.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=XVarStar -Comment=Search through GCVS Catalogue -Exec=xvarstar -Icon=xvarstar -Terminal=false -Type=Application -Categories=Education;Astronomy;Science; diff --git a/xvarstar.spec b/xvarstar.spec deleted file mode 100644 index a9c5bbf..0000000 --- a/xvarstar.spec +++ /dev/null @@ -1,90 +0,0 @@ -Name: xvarstar -Version: 0.9 -Release: 6%{?dist} -Summary: Astronomical program used for searching GCVS - -Group: Applications/Engineering -License: GPLv2+ -URL: http://virtus.freeshell.org/%{name}/ -Source0: http://virtus.freeshell.org/%{name}/%{name}-%{version}.tar.gz -Source1: %{name}.desktop -# Public Domain icon -Source2: http://openclipart.org/people/emyller/emyller_star.svg -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: desktop-file-utils -%if 0%{?rhel} -BuildRequires: openmotif-devel -%else -BuildRequires: lesstif-devel -%endif - -%description -XVarStar is a astronomical program written for variable star observers, and is - used for searching GCVS catalogue. It allows searching by following criteria: --star name --magnitude --type --constellation --amplitude --This searching criteria can be combined so one can search for example all -variable stars located in Andromeda constellation and with magnitude -brighter than 5.00. - - -%prep -%setup -q - -%build -%configure -make %{?_smp_mflags} CFLAGS="%{optflags}" - - -%install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/ -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" \ - sysconfdir="$RPM_BUILD_ROOT%{_sysconfdir}" - -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications -desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1} --vendor=fedora -install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/xvarstar.svg - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc COPYING README -%{_bindir}/%{name} -%{_datadir}/%{name} -%{_datadir}/pixmaps/xvarstar.svg -%{_datadir}/applications/fedora-%{name}.desktop - -%config(noreplace) %{_sysconfdir}/%{name}.conf - -%changelog -* Tue Mar 24 2009 Lubomir Rintel (Fedora Astronomy) - 0.9-6 -- Fix summary -- Add icon -- Fix categories - -* Thu Feb 26 2009 Fedora Release Engineering - 0.9-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Oct 27 2008 Lubomir Rintel (Fedora Astronomy) - 0.9-4 -- Grab right Motif implementation -- Remove the broken patch, fix sysconfdir path with make option -- Honor optflags - -* Sun Sep 7 2008 - 0.9-3 -- Fixing license tag at FUDCon Brno 2008 - -* Sat Jun 28 2008 - 0.9-2 -- Removed encoding section from the .desktop and renaming of the patch - -* Fri May 2 2008 - 0.9-1 -- Initial Package - -