rpms/spacechart/devel spacechart.desktop, NONE, 1.1 spacechart.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marek Mahut (mmahut) fedora-extras-commits at redhat.com
Mon Mar 24 17:03:50 UTC 2008


Author: mmahut

Update of /cvs/pkgs/rpms/spacechart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24607/devel

Modified Files:
	.cvsignore sources 
Added Files:
	spacechart.desktop spacechart.spec 
Log Message:
Initial import of spacechart software



--- NEW FILE spacechart.desktop ---
[Desktop Entry]
Name=SpaceChart
Comment=A 3D star-mapping program
Exec=spacechart
Terminal=false
Type=Application
Categories=Education;Science;Astronomy;


--- NEW FILE spacechart.spec ---
Name:		spacechart
Version:	0.9.5
Release:	1%{?dist}
Summary:	A 3D star-mapping program

Group:		Applications/Engineering
License:	GPLv2+
URL:		http://www.gnu.org/software/spacechart/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1:	spacechart.desktop

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	flex, gnome-libs-devel, desktop-file-utils

%description
GNU SpaceChart is a program that allows you to see the stars in
glorious 3D and rotate them to see them from any point of view.
You can also limit which stars you want to see, according to their
spectral class and luminosity, and draw links between all stars
closer than a certain distance.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%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 ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/doc/%{name}
%config(noreplace)%{_sysconfdir}/%{name}rc
%{_datadir}/applications/fedora-%{name}.desktop

%changelog
* Sun Mar 23 2008 Marek Mahut <mmahut at fedoraproject.org> - 0.9.5-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/spacechart/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Mar 2008 16:56:25 -0000	1.1
+++ .cvsignore	24 Mar 2008 17:03:14 -0000	1.2
@@ -0,0 +1 @@
+spacechart-0.9.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/spacechart/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Mar 2008 16:56:25 -0000	1.1
+++ sources	24 Mar 2008 17:03:14 -0000	1.2
@@ -0,0 +1 @@
+5d23778a92b3c4a1e843efc114d69f83  spacechart-0.9.5.tar.gz




More information about the fedora-extras-commits mailing list