Parag Nemade 6e0e759
%global logwatch_root %{_datadir}/logwatch
Parag Nemade 6e0e759
%global logwatch_conf %{logwatch_root}/dist.conf
Parag Nemade 6e0e759
%global logwatch_scripts %{logwatch_root}/scripts
Michael Thomas 656f3c8
Michael Thomas 78b72a9
Name:           xpilot-ng
5d18481
Version:        4.7.3
f752a8a
Release:        12%{?dist}
ad32e9e
Summary:        Multi-player space arcade game
Michael Thomas 78b72a9
Michael Thomas 78b72a9
Group:          Amusements/Games
Michael Thomas 059e1be
License:        GPLv2+
Michael Thomas 78b72a9
URL:            http://xpilot.sourceforge.net
Michael Thomas 5d6228d
Source0:        http://downloads.sourceforge.net/sourceforge/xpilot/xpilot-ng-%{version}.tar.gz
Michael Thomas 3418f2b
Source1:        xpilot-ng.png
ad32e9e
Source2:        xpilot-ng-sdl.desktop
ad32e9e
Source3:        xpilot-ng-sdl.appdata.xml
5d18481
Source4:        xpilot-ng-server.service
Michael Thomas fd70b68
Source5:        xpilot-ng.sysconfig
Michael Thomas fd70b68
Source6:        xpilot-ng.logrotate
Michael Thomas 656f3c8
Source10:       logwatch.logconf.xpilot
Michael Thomas 656f3c8
Source11:       logwatch.script.xpilot
Michael Thomas 656f3c8
Source12:       logwatch.serviceconf.xpilot
Michael Thomas 656f3c8
Source13:       logwatch.shared.applyxpilotdate
ad32e9e
Source14:       xpilot-ng-server.metainfo.xml
Michael Thomas 656f3c8
Patch0:         xpilot-ng-4.7.2-scoreassert.patch
5d18481
Patch1:         xpilot-ng-4.7.2-rhbz830640.patch
ad32e9e
Patch2:         xpilot-ng-4.7.3-fix-alut-detect.patch
Michael Thomas 78b72a9
0d05c11
BuildRequires:  desktop-file-utils libappstream-glib
Michael Thomas 78b72a9
BuildRequires:  expat-devel SDL_ttf-devel SDL_image-devel zlib-devel
Michael Thomas 384a2e1
BuildRequires:  libXt-devel libGLU-devel libXxf86misc-devel
ad32e9e
BuildRequires:  openal-soft-devel freealut-devel automake
ad32e9e
Requires:       %{name}-data = %{version}-%{release} hicolor-icon-theme
ad32e9e
Provides:       %{name}-engine = %{version}-%{release}
Michael Thomas 78b72a9
Michael Thomas 78b72a9
%description
Michael Thomas 78b72a9
A highly addictive, infinitely configurable multiplayer space
Michael Thomas 78b72a9
arcade game.  You pilot a spaceship around space, dodging
Michael Thomas 78b72a9
obstacles, shooting players and bots, collecting power-ups, and
Michael Thomas 78b72a9
causing general mayhem.
Michael Thomas 78b72a9
5d18481
ad32e9e
%package x11
ad32e9e
Summary:        %{name} X11 version
ad32e9e
Requires:       %{name}-data = %{version}-%{release}
ad32e9e
Provides:       %{name}-engine = %{version}-%{release}
ad32e9e
ad32e9e
%description x11
ad32e9e
Version of %{name} which uses libX11 rather then SDL.
ad32e9e
ad32e9e
ad32e9e
%package data
ad32e9e
Summary:        Datafiles for %{name}
ad32e9e
BuildArch:      noarch
ad32e9e
Requires:       %{name}-engine = %{version}-%{release} dejavu-sans-fonts
ad32e9e
ad32e9e
%description data
ad32e9e
Datafiles for %{name}.
ad32e9e
ad32e9e
Michael Thomas 78b72a9
%package server
ad32e9e
Summary:        Server for hosting xpilot games
ad32e9e
Requires:       %{name}-data = %{version}-%{release}
ad32e9e
Requires(pre):  shadow-utils
ad32e9e
Requires(post): systemd
ad32e9e
Requires(preun): systemd
ad32e9e
Requires(postun): systemd
ad32e9e
BuildRequires:  systemd
ad32e9e
Provides:       %{name}-engine = %{version}-%{release}
5d18481
# Make sure the old no longer supported selinux policy from 4.7.2 gets removed
ad32e9e
Obsoletes:      %{name}-selinux < %{version}
5d18481
Michael Thomas 78b72a9
%description server
Michael Thomas 78b72a9
The xpilot server.  This allows you to host xpilot games on your
Michael Thomas 78b72a9
computer and develop new xpilot maps.  This is required if you
Michael Thomas 78b72a9
are playing alone, but not required if you are joining one of the
Michael Thomas 78b72a9
public xpilot games hosted on the internet.
Michael Thomas 78b72a9
Michael Thomas 3418f2b
Michael Thomas 656f3c8
%package logwatch
ad32e9e
Summary:        logwatch scripts for the xpilot game server
ad32e9e
Requires:       %{name}-server = %{version}-%{release} logwatch
ad32e9e
Michael Thomas 656f3c8
%description logwatch
Michael Thomas 656f3c8
logwatch scripts for the Xpilot game server
Michael Thomas 656f3c8
5d18481
Michael Thomas 78b72a9
%prep
Michael Thomas 78b72a9
%setup -q
Michael Thomas 656f3c8
%patch0
979b82d
%patch1 -p1
ad32e9e
%patch2 -p1
ad32e9e
# regenerate autofoo files for patch2
ad32e9e
./bootstrap
Michael Thomas 78b72a9
pushd doc/man
Michael Thomas 78b72a9
iconv --from=ISO-8859-1 --to=UTF-8 xpilot-ng-server.man > xpilot-ng-server.man.new
Michael Thomas 78b72a9
mv xpilot-ng-server.man.new xpilot-ng-server.man
Michael Thomas 78b72a9
iconv --from=ISO-8859-1 --to=UTF-8 xpilot-ng-x11.man > xpilot-ng-x11.man.new
Michael Thomas 78b72a9
mv xpilot-ng-x11.man.new xpilot-ng-x11.man
Michael Thomas 78b72a9
popd
Michael Thomas 78b72a9
Michael Thomas 3418f2b
Michael Thomas 78b72a9
%build
ad32e9e
%configure --enable-sound
Michael Thomas 78b72a9
make %{?_smp_mflags}
Michael Thomas 78b72a9
Michael Thomas 3418f2b
Michael Thomas 78b72a9
%install
ad32e9e
%make_install INSTALL="install -p"
Michael Thomas 78b72a9
Michael Thomas 78b72a9
chmod a+x $RPM_BUILD_ROOT/%{_datadir}/%{name}/mapconvert.py
Michael Thomas 78b72a9
ad32e9e
desktop-file-install --dir ${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE2}
Michael Thomas 78b72a9
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/
Michael Thomas 78b72a9
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/
ad32e9e
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
ad32e9e
install -p -m 644 %{SOURCE3} %{SOURCE14} $RPM_BUILD_ROOT%{_datadir}/appdata
ad32e9e
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/*.xml
Michael Thomas 78b72a9
5d18481
install -p -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/lib/systemd/system/%{name}-server.service
Michael Thomas fd70b68
Michael Thomas fd70b68
# Copy certain configuration files to /etc so that they can be properly managed
Michael Thomas fd70b68
# as config files.
b5e0320
install -p -D -m 644 %{SOURCE5} $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/%{name}-server-cmdline-opts
Michael Thomas fd70b68
install -p -D -m 644 lib/defaults.txt $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/defaults.txt
Michael Thomas fd70b68
install -p -D -m 600 lib/password.txt $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/password.txt
Michael Thomas fd70b68
b5e0320
install -p -D -m 644 %{SOURCE6} \
b5e0320
    $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/%{name}-server
b5e0320
Michael Thomas e6ead34
# Replace bundled fonts with system fonts
Michael Thomas e6ead34
Michael Thomas e6ead34
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/FreeSansBoldOblique.ttf
Michael Thomas e6ead34
ln -s %{_datadir}/fonts/dejavu/DejaVuSans-BoldOblique.ttf $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/FreeSansBoldOblique.ttf
Michael Thomas e6ead34
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/VeraMoBd.ttf
Michael Thomas e6ead34
ln -s %{_datadir}/fonts/dejavu/DejaVuSansMono-Bold.ttf $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/VeraMoBd.ttf
Michael Thomas e6ead34
Michael Thomas e6ead34
Michael Thomas 656f3c8
# Install logwatch files
Michael Thomas 656f3c8
install -pD -m 0644 %{SOURCE10} $RPM_BUILD_ROOT%{logwatch_conf}/logfiles/%{name}.conf
Michael Thomas 656f3c8
install -pD -m 0755 %{SOURCE11} $RPM_BUILD_ROOT%{logwatch_scripts}/services/%{name}
Michael Thomas 656f3c8
install -pD -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{logwatch_conf}/services/%{name}.conf
Michael Thomas 656f3c8
install -pD -m 0755 %{SOURCE13} $RPM_BUILD_ROOT%{logwatch_scripts}/shared/applyxpilotdate
Michael Thomas 656f3c8
Michael Thomas 3418f2b
Michael Thomas 78b72a9
%post
5d18481
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
Michael Thomas 78b72a9
Michael Thomas 78b72a9
%postun
5d18481
if [ $1 -eq 0 ] ; then
5d18481
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
5d18481
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Michael Thomas 78b72a9
fi
Michael Thomas 78b72a9
5d18481
%posttrans
5d18481
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
5d18481
5d18481
Michael Thomas 4235963
%pre server
Michael Thomas 059e1be
getent group xpilot >/dev/null || groupadd -r xpilot
Michael Thomas 059e1be
getent passwd xpilot >/dev/null || \
Michael Thomas 059e1be
useradd -r -g xpilot -d %{_datadir}/%{name} -s /sbin/nologin \
Michael Thomas 059e1be
    -c "xpilot game server" xpilot
Michael Thomas 059e1be
exit 0
Michael Thomas 4235963
Michael Thomas fd70b68
%post server
ad32e9e
%systemd_post xpilot-ng-server.service
Michael Thomas fd70b68
Michael Thomas fd70b68
%preun server
ad32e9e
%systemd_preun xpilot-ng-server.service
Michael Thomas fd70b68
Michael Thomas fd70b68
%postun server
ad32e9e
%systemd_postun_with_restart xpilot-ng-server.service 
Michael Thomas 3418f2b
Michael Thomas 78b72a9
Michael Thomas 78b72a9
%files
Michael Thomas 78b72a9
%{_bindir}/xpilot-ng-replay
Michael Thomas 78b72a9
%{_bindir}/xpilot-ng-sdl
ad32e9e
%{_datadir}/appdata/xpilot-ng-sdl.appdata.xml
ad32e9e
%{_datadir}/applications/xpilot-ng-sdl.desktop
ad32e9e
%{_datadir}/icons/hicolor/48x48/apps/xpilot-ng.png
ad32e9e
%{_mandir}/man6/xpilot-ng-replay.6.gz
ad32e9e
%{_mandir}/man6/xpilot-ng-sdl.6.gz
ad32e9e
ad32e9e
%files data
ad32e9e
%doc AUTHORS BUGS ChangeLog FEATURES README TODO
ad32e9e
%license COPYING
Michael Thomas 78b72a9
%dir %{_datadir}/%{name}
Michael Thomas 78b72a9
%{_datadir}/%{name}/textures
Michael Thomas 78b72a9
%{_datadir}/%{name}/fonts
ad32e9e
%{_datadir}/%{name}/sound
ad32e9e
ad32e9e
%files x11
ad32e9e
%{_bindir}/xpilot-ng-x11
Michael Thomas 78b72a9
%{_mandir}/man6/xpilot-ng-x11.6.gz
Michael Thomas 78b72a9
Michael Thomas 78b72a9
%files server
Michael Thomas 78b72a9
%{_bindir}/xpilot-ng-xp-mapedit
Michael Thomas 78b72a9
%{_bindir}/xpilot-ng-server
5d18481
/lib/systemd/system/xpilot-ng-server.service
Michael Thomas fd70b68
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-server
Michael Thomas 3418f2b
%{_datadir}/%{name}
ad32e9e
%exclude %{_datadir}/%{name}/textures
ad32e9e
%exclude %{_datadir}/%{name}/fonts
ad32e9e
%exclude %{_datadir}/%{name}/sound
ad32e9e
%{_datadir}/appdata/xpilot-ng-server.metainfo.xml
Michael Thomas fd70b68
%dir %{_sysconfdir}/%{name}
Michael Thomas 656f3c8
%config(noreplace) %attr(0600,xpilot,root) %{_sysconfdir}/%{name}/password.txt
Michael Thomas fd70b68
%config(noreplace) %{_sysconfdir}/%{name}/defaults.txt
b5e0320
%config(noreplace) %{_sysconfdir}/%{name}/xpilot-ng-server-cmdline-opts
Michael Thomas 78b72a9
%{_mandir}/man6/xpilot-ng-server.6.gz
Michael Thomas 78b72a9
%{_mandir}/man6/xpilot-ng-xp-mapedit.6.gz
Michael Thomas 3418f2b
Michael Thomas 656f3c8
%files logwatch
Michael Thomas 656f3c8
%{logwatch_conf}/logfiles/%{name}.conf
Michael Thomas 656f3c8
%{logwatch_conf}/services/%{name}.conf
Michael Thomas 656f3c8
%{logwatch_scripts}/services/%{name}
Michael Thomas 656f3c8
%{logwatch_scripts}/shared/applyxpilotdate
Michael Thomas 656f3c8
5d18481
Michael Thomas 78b72a9
%changelog
f752a8a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.3-12
f752a8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f752a8a
4561b12
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.3-11
4561b12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4561b12
2dd172c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.3-10
2dd172c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2dd172c
bac903e
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.3-9
bac903e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bac903e
ad32e9e
* Sun Jan 31 2016 Hans de Goede <hdegoede@redhat.com> - 4.7.3-8
ad32e9e
- Enable sound support
ad32e9e
- Use systemd-rpm macros (rhbz#850373)
ad32e9e
- Split out client data in a -data package, share it between client and server
ad32e9e
- Split out libX11 client version into a -x11 package, drop .desktop for it
ad32e9e
- Add appdata
ad32e9e
70191ae
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.3-7
70191ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
70191ae
c00e1f1
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.3-6
c00e1f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c00e1f1
c4d31a5
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.3-5
c4d31a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c4d31a5
504746e
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.3-4
504746e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
504746e
Parag Nemade 6e0e759
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 4.7.3-3
Parag Nemade 6e0e759
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
Parag Nemade 6e0e759
ad32e9e
* Sun Jul 29 2012 Hans de Goede <hdegoede@redhat.com> - 4.7.3-2
b5e0320
- Move server cmdline config file to /etc/xpilot-ng, where all the other
b5e0320
  config-files are. You can now find it here:
b5e0320
  /etc/xpilot/xpilot-ng-server-cmdline-opts
b5e0320
ad32e9e
* Sun Jul 29 2012 Hans de Goede <hdegoede@redhat.com> - 4.7.3-1
5d18481
- Fix a crash in the welcome screen (rhbz#830640)
5d18481
- Upgrade to latest upstream 4.7.3
5d18481
- Drop selinux module, it no longer compiles and selinux support belongs
5d18481
  in selinux-policy*, not in the apps themselves
5d18481
- Replace sysv init script by a systemd unit file
5d18481
02e9d35
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.2-22
02e9d35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
02e9d35
fcc6606
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.2-21
fcc6606
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fcc6606
916fd61
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.2-20
916fd61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
916fd61
Michael Thomas e6ead34
* Sun Apr 25 2010 Wart <wart@kobold.org> - 4.7.2-19
Michael Thomas e6ead34
- Replace bundled fonts with system fonts (BZ #477487)
Michael Thomas e6ead34
979b82d
* Fri Jan 15 2010 Hans de Goede <hdegoede@redhat.com> - 4.7.2-18
979b82d
- Fix FTBFS (#511717)
979b82d
691b2e8
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.2-17
691b2e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
691b2e8
3573973
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.7.2-16
3573973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3573973
a6269f9
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.7.2-15
a6269f9
- Rebuild for Python 2.6
a6269f9
ad32e9e
* Mon Feb 18 2008 Wart <wart at kobold.org>
Michael Thomas 5d6228d
- Better Sourceforge download URL
Michael Thomas 5d6228d
ad32e9e
* Mon Feb 18 2008 Wart <wart at kobold.org> 4.7.2-14
Michael Thomas f7967aa
- Rebuild for gcc 4.3
Michael Thomas f7967aa
Michael Thomas 059e1be
* Thu Aug 23 2007 Wart <wart at kobold.org> 4.7.2-13
Michael Thomas 059e1be
- Minor selinux modifications for rawhide
Michael Thomas 059e1be
- License tag clarification
Michael Thomas 059e1be
- Fix version and category fields in .desktop files
Michael Thomas 059e1be
- Use new user creation guidelines
Michael Thomas 059e1be
Michael Thomas 9519add
* Fri Feb 23 2007 Wart <wart at kobold.org> 4.7.2-12
Michael Thomas 9519add
- Update logwatch script with a previously unknown log field
Michael Thomas 9519add
Michael Thomas 656f3c8
* Thu Feb 22 2007 Wart <wart at kobold.org> 4.7.2-11
Michael Thomas 656f3c8
- Add patch to prevent crash when running with robots not in idle mode
Michael Thomas 656f3c8
- Added logwatch files
Michael Thomas 656f3c8
- Switch from fedora-usermgmt to vanilla useradd
Michael Thomas 656f3c8
Michael Thomas 3418f2b
* Tue Aug 29 2006 Wart <wart at kobold.org> 4.7.2-10
Michael Thomas 3418f2b
- Added SELinux policies for the game server
Michael Thomas 3418f2b
- Don't attempt to create the xpilot user if it already exists
Michael Thomas 3418f2b
- Don't ghost the compiled python files anymore
Michael Thomas 3418f2b
Michael Thomas 96ae944
* Mon Jul 17 2006 Wart <wart at kobold.org> 4.7.2-9
Michael Thomas 1c82efb
- Use the new xpilot user in the init.d script
Michael Thomas 1c82efb
- Add info on firewall configuration in the sysconfig script
Michael Thomas 1c82efb
- Explicitly disable reporting to the meta server (BZ #199164)
Michael Thomas 3418f2b
- Don't restart the server in %%postun unless it was already running.
Michael Thomas 1c82efb
Michael Thomas 384a2e1
* Tue Jul 11 2006 Wart <wart at kobold.org> 4.7.2-8
Michael Thomas 384a2e1
- Fix Requires: for the -server subpackage
Michael Thomas 384a2e1
Michael Thomas 4235963
* Wed Mar 1 2006 Wart <wart at kobold.org> 4.7.2-7
Michael Thomas 4235963
- Create an xpilot user for running the server daemon
Michael Thomas 4235963
- Fix typo in logrotate configuration file.
Michael Thomas 4235963
Michael Thomas fd70b68
* Tue Feb 28 2006 Wart <wart at kobold.org> 4.7.2-6
Michael Thomas fd70b68
- Added sysconfig and initrd files for starting xpilot server at boot time
Michael Thomas fd70b68
- Add copies of customizable configuration files to /etc/xpilot
Michael Thomas fd70b68
- More readable spacing in changelog
Michael Thomas fd70b68
- Add missing ; in desktop file
Michael Thomas fd70b68
- Added RPM_OPT_FLAGS to compile line
Michael Thomas fd70b68
Michael Thomas aa6a21e
* Thu Feb 16 2006 Wart <wart at kobold.org> 4.7.2-5
Michael Thomas aa6a21e
- Rebuild for FC-5
Michael Thomas fd70b68
Michael Thomas aa6a21e
* Mon Feb 6 2006 Wart <wart at kobold.org> 4.7.2-4
Michael Thomas 78b72a9
- Don't make duplicates of the doc files for the subpackage.
Michael Thomas 78b72a9
- Use version macro is source path
Michael Thomas 78b72a9
- Preserve timestamps when installing icons.
Michael Thomas fd70b68
Michael Thomas 78b72a9
* Fri Feb 3 2006 Wart <wart at kobold.org> 4.7.2-3
Michael Thomas 78b72a9
- Add readme and license files to the server subpackage
Michael Thomas 78b72a9
- Set default file attributes for the server subpackage
Michael Thomas fd70b68
Michael Thomas 78b72a9
* Fri Feb 3 2006 Wart <wart at kobold.org> 4.7.2-2
Michael Thomas 78b72a9
- Allow both packages to 0wn datadir/xpilot-ng
Michael Thomas 78b72a9
- Clean up non-utf8 man pages 
Michael Thomas fd70b68
Michael Thomas 78b72a9
* Thu Feb 2 2006 Wart <wart at kobold.org> 4.7.2-1
Michael Thomas 78b72a9
- Initial submission to Fedora Extras