packages: kstars/kstars.spec (NEW) - up to 4.7.1
arekm
arekm at pld-linux.org
Wed Sep 14 09:06:49 CEST 2011
Author: arekm Date: Wed Sep 14 07:06:49 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 4.7.1
---- Files affected:
packages/kstars:
kstars.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/kstars/kstars.spec
diff -u /dev/null packages/kstars/kstars.spec:1.1
--- /dev/null Wed Sep 14 09:06:49 2011
+++ packages/kstars/kstars.spec Wed Sep 14 09:06:44 2011
@@ -0,0 +1,87 @@
+# $Revision$, $Date$
+%define _state stable
+%define orgname kstars
+
+Summary: K Desktop Environment - Desktop planetarium
+Summary(pl_PL.UTF8): K Desktop Environment - Planetarium
+Name: kstars
+Version: 4.7.1
+Release: 1
+License: GPL
+Group: X11/Applications/Science
+Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5: fe243613d628e28371ea4986f2312d70
+URL: http://www.kde.org/
+BuildRequires: OpenGL-devel
+BuildRequires: cfitsio
+BuildRequires: eigen >= 2.0.0
+BuildRequires: kde4-kdelibs-devel >= %{version}
+BuildRequires: libindi-devel
+BuildRequires: xplanet
+Obsoletes: kde4-kdeedu-kstars < 4.6.99
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KStars lets you explore the night sky from the comfort of your
+computer chair. It provides an accurate graphical representation of
+the night sky for any date, from any location on Earth. The display
+includes 126,000 stars to 9th magnitude (well below the naked-eye
+limit), 13,000 deep-sky objects (Messier, NGC and IC catalogs), all
+planets, the Sun and Moon, hundreds of comets and asteroids, the Milky
+Way, 88 constellations, and guide lines such as the celestial equator,
+the horizon and the ecliptic.
+
+%description -l pl.UTF-8
+KStars pozwala przeglądać nocne niebo z wygodą krzesła przy
+komputerze. Dostarcza dokładną graficzną reprezentację nocnego nieba
+dla dowolnej daty, z dowolnego miejsca na Ziemi. Obraz zawiera 126000
+gwiazd do 9. wielkości (znacznie poza zasięgiem nieuzbrojonego oka),
+13000 obiektów (katalogi Messiera, NGC i IC), wszystkie planety,
+Słońce i Księżyc, setki komet i asteroid, Drogę Mleczną, 88
+konstelacji oraz linie prowadzące takie jak równik astronomiczny,
+horyzont i ekliptykę.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+ ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ kde_htmldir=%{_kdedocdir}
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kstars
+%{_desktopdir}/kde4/kstars.desktop
+%{_datadir}/config.kcfg/kstars.kcfg
+%{_datadir}/config/kstars.knsrc
+%{_datadir}/apps/kstars
+%{_iconsdir}/hicolor/*x*/apps/kstars.png
+%{_iconsdir}/hicolor/scalable/apps/kstars.svgz
+
+%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 2011/09/14 07:06:44 arekm
+- up to 4.7.1
+
================================================================
More information about the pld-cvs-commit
mailing list