SPECS: nightfall.spec (NEW) - new

lisu lisu at pld-linux.org
Fri Jun 22 01:20:58 CEST 2007


Author: lisu                         Date: Thu Jun 21 23:20:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   nightfall.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nightfall.spec
diff -u /dev/null SPECS/nightfall.spec:1.1
--- /dev/null	Fri Jun 22 01:20:58 2007
+++ SPECS/nightfall.spec	Fri Jun 22 01:20:53 2007
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+Summary:	An astronomy application
+Summary(pl.UTF-8):	Aplikacja astronomiczna
+Name:		nightfall
+Version:	1.62
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://www.la-samhna.de/nightfall/%{name}-%{version}.tar.gz
+# Source0-md5:	318314e97b83fdb74860aba6adef219b
+Patch0:		%{name}-desktop.patch
+URL:		http://www.hs.uni-hamburg.de/DE/Ins/Per/Wichmann/Nightfall.html
+BuildRequires:	gnuplot
+BuildRequires:	gtk+-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Nightfall is an astronomy application for fun, education, and science.
+It can produce animated views of eclipsing binary stars, calculate
+synthetic lightcurves and radial velocity curves, and eventually
+determine the best-fit model for a given set of observational data.
+
+%description -l pl.UTF-8
+Nightfall jest aplikacją astronomiczną do zabawy, edukacji oraz
+nauki. Potrafi tworzyć animowane obrazy zaćmionych podwójnych
+gwiazd, wyliczać syntetyczne krzywe światła, krzywe prędkości
+gwiezdnych i ewentualnie określa najlepiej pasujący model dla danego
+zestawu danych obserwacyjnych.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install %{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}/
+install %{name}.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README doc/*
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_mandir}/man1/%{name}.1*
+%{_pixmapsdir}/%{name}.xpm
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/21 23:20:53  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list