Name: psatcal Version: 0.1 Release: 1%{?dist} Summary: Command line predict Perl client to print coming satellite passes on screen Group: Applications/Communications License: GPLv2+ URL: http://jaakko.home.cern.ch/jaakko/Soft/ Source0: http://jaakko.home.cern.ch/jaakko/Soft/PSatcal.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch #BuildRequires: Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description PSatcal is a command line predict Perl client to print coming satellite passes on screen. %prep %setup -qn PSatcal %build #no build needed %install rm -rf $RPM_BUILD_ROOT #manual install install -D -m 0755 psatcal $RPM_BUILD_ROOT%{_bindir}/psatcal install -D -m 0644 doc/psatcal.1 $RPM_BUILD_ROOT%{_mandir}/man1/psatcal.1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING %{_bindir}/* %{_mandir}/man?/* %changelog * Tue Dec 11 2007 Sindre Pedersen Bjørdal - 0.1-1 - Initial build