Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 36916663
en ru br
Репозитории ALT

Группа :: Коммуникации
Пакет: gpredict

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _localstatedir %_var
Name: gpredict
Version: 2.2.1
Release: alt2
Summary: Real-time satellite tracking and orbit prediction program
Group: Communications
License: GPLv2+
Url: https://github.com/csete/gpredict
Packager: Anton Midyukov <antohami at altlinux.org>

Source: %name-%version.tar
Source1: gpredict.desktop
Source2: gpredict.appdata.xml
Patch0: build_fix.patch

BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(goocanvas-2.0)
BuildRequires: libcurl-devel
BuildRequires: desktop-file-utils
BuildRequires: intltool >= 0.21
BuildRequires: %_bindir/desktop-file-install

%description
Gpredict is a real time satellite tracking and orbit prediction
program written using the Gtk+ widgets. Gpredict is targeted mainly
towards ham radio operators but others interested in satellite
tracking may find it useful as well. Gpredict uses the SGP4/SDP4
algorithms, which are compatible with the NORAD Keplerian elements.

%prep
%setup
%patch0 -p1

%build
%autoreconf
%configure
%make_build

%install
%makeinstall_std
%find_lang %name

rm -fr %buildroot%_desktopdir/gpredict.desktop

desktop-file-install \
   --dir %buildroot%_desktopdir \
   %SOURCE1

mkdir -p %buildroot%_datadir/appdata/
install -m 644 %SOURCE2 %buildroot%_datadir/appdata/%name.appdata.xml

%files -f %name.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%_bindir/*
%_datadir/appdata/*%name.appdata.xml
%_datadir/%name
%_desktopdir/*%name.desktop
%_pixmapsdir/gpredict
%_pixmapsdir/gpredict-icon.png
%_man1dir/gpredict*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin