rpms/nightfall/F-8 nightfall-1.62-fixmakefile.patch, NONE, 1.1 nightfall.desktop, NONE, 1.1 nightfall.spec, NONE, 1.1 sources, 1.1, 1.2

Marek Mahut (mmahut) fedora-extras-commits at redhat.com
Thu Dec 27 09:58:46 UTC 2007


Author: mmahut

Update of /cvs/pkgs/rpms/nightfall/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6748

Modified Files:
	sources 
Added Files:
	nightfall-1.62-fixmakefile.patch nightfall.desktop 
	nightfall.spec 
Log Message:
Initial import.


nightfall-1.62-fixmakefile.patch:

--- NEW FILE nightfall-1.62-fixmakefile.patch ---
diff -Naur ./nightfall-1.62-upstream/Makefile.in ./nightfall-1.62/Makefile.in
--- ./nightfall-1.62-upstream/Makefile.in	2007-12-03 22:06:27.000000000 +0100
+++ ./nightfall-1.62/Makefile.in	2007-12-03 22:07:00.000000000 +0100
@@ -57,7 +57,7 @@
 AUTOHEADER = @AUTOHEADER@
 
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 transform = @program_transform_name@


--- NEW FILE nightfall.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Nightfall
Comment=Nightfall is an astronomy application for emulation of eclipsing stars
Exec=/usr/bin/nightfall -U
Icon=/usr/share/nightfall/pixmaps/gnome-nightfall.png
Terminal=false
Type=Application
Categories=Education;Science;Astronomy;


--- NEW FILE nightfall.spec ---
Name:		nightfall
Version:	1.62
Release:	2%{?dist}
Summary:	Nightfall is an astronomy application for emulation of eclipsing stars

License:	GPLv2+
Group:		Applications/Engineering
URL:		http://www.hs.uni-hamburg.de/DE/Ins/Per/Wichmann/Nightfall.html
Source0:	http://www.la-samhna.de/%{name}/%{name}-%{version}.tar.gz
Source1:	nightfall.desktop
Patch0:		nightfall-1.62-fixmakefile.patch

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	gtk2-devel, desktop-file-utils
Requires:	gnuplot

%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 of an eclipsing binary star system.
It is, however, not able to fry your breakfast egg on your harddisk.

%prep
%setup -q
%patch0 -p2 -b .makefile

%build
%configure --with-gnuplot --enable-gnome
make %{_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install
%find_lang %{name}
desktop-file-install --vendor fedora --dir ${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}

%clean
rm -rf ${RPM_BUILD_ROOT}

%files -f %{name}.lang
%defattr(-,root,root)
%doc UserManual.pdf UserManual.html README COPYING AUTHORS ChangeLog
%attr(755,root,root) %{_bindir}/nightfall
%attr(644,root,root) %{_mandir}/man1/nightfall.*
%{_datadir}/nightfall/*
%{_datadir}/applications/fedora-nightfall.desktop

%changelog
* Sun Nov 25 2007 Marek Mahut <mmahut at fedoraproject.org> - 1.62-2
- Initial build.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nightfall/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Dec 2007 14:45:21 -0000	1.1
+++ sources	27 Dec 2007 09:58:09 -0000	1.2
@@ -0,0 +1 @@
+318314e97b83fdb74860aba6adef219b  nightfall-1.62.tar.gz




More information about the fedora-extras-commits mailing list