2017-05-21 21:29:20 +00:00
|
|
|
%global nhgamedir /usr/games/nethack-3.6.0
|
2017-05-22 20:32:00 +00:00
|
|
|
%global nhdatadir /var/games/nethack
|
2009-07-10 15:20:13 +00:00
|
|
|
|
|
|
|
%global fontname nethack-bitmap
|
2005-07-19 17:53:54 +00:00
|
|
|
|
|
|
|
Name: nethack
|
2017-05-21 21:29:20 +00:00
|
|
|
Version: 3.6.0
|
2018-02-09 08:05:14 +00:00
|
|
|
Release: 42%{?dist}
|
2005-08-16 17:08:58 +00:00
|
|
|
Summary: A rogue-like single player dungeon exploration game
|
2005-07-19 17:53:54 +00:00
|
|
|
|
2017-05-21 21:29:20 +00:00
|
|
|
Group: Amusements/Games
|
2008-08-11 18:51:35 +00:00
|
|
|
License: NGPL
|
2005-07-19 17:53:54 +00:00
|
|
|
URL: http://nethack.org
|
2017-05-22 21:35:08 +00:00
|
|
|
Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-360-src.tgz
|
2005-08-16 17:08:58 +00:00
|
|
|
Source1: %{name}.desktop
|
2005-07-19 17:53:54 +00:00
|
|
|
Patch0: %{name}-%{version}-makefile.patch
|
|
|
|
Patch1: %{name}-%{version}-config.patch
|
2017-05-21 21:29:20 +00:00
|
|
|
Patch2: %{name}-%{version}-guidebook.patch
|
2009-07-10 15:20:13 +00:00
|
|
|
Requires: %{fontname}-fonts-core
|
2005-07-19 17:53:54 +00:00
|
|
|
|
2006-02-15 21:54:07 +00:00
|
|
|
BuildRequires: ncurses-devel
|
2005-09-08 05:14:29 +00:00
|
|
|
BuildRequires: bison, flex, desktop-file-utils
|
2005-11-11 18:31:40 +00:00
|
|
|
BuildRequires: bdftopcf, mkfontdir, libX11-devel, libXaw-devel, libXext-devel
|
|
|
|
BuildRequires: libXmu-devel, libXpm-devel, libXt-devel
|
2009-07-10 15:20:13 +00:00
|
|
|
BuildRequires: fontpackages-devel
|
2005-09-08 05:14:29 +00:00
|
|
|
|
2005-07-19 17:53:54 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
NetHack is a single player dungeon exploration game that runs on a
|
|
|
|
wide variety of computer systems, with a variety of graphical and text
|
|
|
|
interfaces all using the same game engine.
|
|
|
|
|
|
|
|
Unlike many other Dungeons & Dragons-inspired games, the emphasis in
|
|
|
|
NetHack is on discovering the detail of the dungeon and not simply
|
|
|
|
killing everything in sight - in fact, killing everything in sight is
|
|
|
|
a good way to die quickly.
|
|
|
|
|
|
|
|
Each game presents a different landscape - the random number generator
|
|
|
|
provides an essentially unlimited number of variations of the dungeon
|
|
|
|
and its denizens to be discovered by the player in one of a number of
|
|
|
|
characters: you can pick your race, your role, and your gender.
|
|
|
|
|
|
|
|
|
2009-07-10 15:20:13 +00:00
|
|
|
%package -n %{fontname}-fonts
|
|
|
|
Summary: Bitmap fonts for Nethack
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: fontpackages-filesystem
|
|
|
|
|
|
|
|
%description -n %{fontname}-fonts
|
|
|
|
Bitmap fonts for Nethack.
|
|
|
|
|
|
|
|
%package -n %{fontname}-fonts-core
|
|
|
|
Summary: X11 core fonts configuration for %{fontname}
|
2017-05-21 21:29:20 +00:00
|
|
|
BuildArch: noarch
|
2009-07-10 15:20:13 +00:00
|
|
|
Requires: %{fontname}-fonts
|
|
|
|
Requires(post): %{fontname}-fonts
|
|
|
|
Requires(post): xorg-x11-font-utils
|
2017-05-21 21:29:20 +00:00
|
|
|
Requires(post): coreutils
|
2009-07-10 15:20:13 +00:00
|
|
|
Requires(preun): coreutils
|
|
|
|
|
|
|
|
%description -n %{fontname}-fonts-core
|
|
|
|
X11 core fonts configuration for %{fontname}.
|
|
|
|
|
|
|
|
|
2005-07-19 17:53:54 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -b .makefile
|
|
|
|
%patch1 -b .config
|
2017-05-21 21:29:20 +00:00
|
|
|
%patch2 -b .guidebook
|
|
|
|
|
|
|
|
%{__sed} -i -e "s:PREFIX=\$(wildcard ~)/nh/install:PREFIX=/usr:" sys/unix/hints/linux
|
|
|
|
%{__sed} -i -e "s:^\(HACKDIR=\).*:\1%{nhgamedir}:" sys/unix/hints/linux
|
|
|
|
sh sys/unix/setup.sh sys/unix/hints/linux
|
2005-07-19 17:53:54 +00:00
|
|
|
|
|
|
|
# Set our paths
|
2017-05-21 21:29:20 +00:00
|
|
|
%{__sed} -i -e "s:^\(HACKDIR=\).*:\1%{nhgamedir}:" sys/unix/nethack.sh
|
|
|
|
%{__sed} -i -e "s:FEDORA_CONFDIR:%{nhgamedir}:" sys/unix/nethack.sh
|
|
|
|
%{__sed} -i -e "s:FEDORA_STATEDIR:%{nhdatadir}:" include/unixconf.h
|
|
|
|
%{__sed} -i -e "s:FEDORA_HACKDIR:%{nhgamedir}:" include/config.h
|
|
|
|
%{__sed} -i -e "s:/usr/games/lib/nethackdir:%{nhgamedir}:" \
|
2005-07-19 17:53:54 +00:00
|
|
|
doc/nethack.6 doc/nethack.txt doc/recover.6 doc/recover.txt
|
|
|
|
|
2005-09-08 06:21:35 +00:00
|
|
|
# Point the linker in the right direction
|
2017-05-21 21:29:20 +00:00
|
|
|
%{__sed} -i -e "s:-L/usr/X11R6/lib:-L/usr/X11R6/%{_lib}:" \
|
2005-09-08 06:21:35 +00:00
|
|
|
src/Makefile util/Makefile
|
|
|
|
|
2005-07-19 17:53:54 +00:00
|
|
|
%build
|
|
|
|
make all
|
|
|
|
|
|
|
|
%install
|
2017-05-21 21:29:20 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%make_install \
|
|
|
|
PREFIX=$RPM_BUILD_ROOT \
|
|
|
|
HACKDIR=$RPM_BUILD_ROOT%{nhgamedir} \
|
|
|
|
GAMEDIR=$RPM_BUILD_ROOT%{nhgamedir} \
|
|
|
|
VARDIR=$RPM_BUILD_ROOT%{nhdatadir} \
|
|
|
|
SHELLDIR=$RPM_BUILD_ROOT%{_bindir} \
|
2005-07-19 17:53:54 +00:00
|
|
|
CHOWN=/bin/true \
|
|
|
|
CHGRP=/bin/true
|
|
|
|
|
2017-05-21 21:29:20 +00:00
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT%{_mandir}/man6
|
|
|
|
make -C doc MANDIR=$RPM_BUILD_ROOT%{_mandir}/man6 manpages
|
2005-07-19 17:53:54 +00:00
|
|
|
|
|
|
|
install -D -p -m 0644 win/X11/nh_icon.xpm \
|
2017-05-21 21:29:20 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/pixmaps/nethack.xpm
|
2005-07-19 17:53:54 +00:00
|
|
|
|
|
|
|
desktop-file-install \
|
2017-05-21 21:29:20 +00:00
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
2005-07-19 17:53:54 +00:00
|
|
|
--add-category Game \
|
2009-09-01 14:07:53 +00:00
|
|
|
--add-category RolePlaying \
|
2005-08-16 17:08:58 +00:00
|
|
|
%{SOURCE1}
|
2005-07-19 17:53:54 +00:00
|
|
|
|
2005-09-08 05:14:29 +00:00
|
|
|
# Install the fonts for the X11 interface
|
|
|
|
cd win/X11
|
|
|
|
bdftopcf -o nh10.pcf nh10.bdf
|
|
|
|
bdftopcf -o ibm.pcf ibm.bdf
|
2017-05-21 21:29:20 +00:00
|
|
|
install -m 0755 -d $RPM_BUILD_ROOT%{_fontdir}
|
|
|
|
install -m 0644 -p *.pcf $RPM_BUILD_ROOT%{_fontdir}
|
2005-09-08 05:14:29 +00:00
|
|
|
|
2017-05-21 21:29:20 +00:00
|
|
|
%{__sed} -i -e 's:^!\(NetHack.tile_file.*\):\1:' \
|
|
|
|
$RPM_BUILD_ROOT%{nhgamedir}/NetHack.ad
|
2009-07-10 15:20:13 +00:00
|
|
|
|
|
|
|
%post -n %{fontname}-fonts-core
|
|
|
|
mkfontdir %{_fontdir}
|
2008-01-17 15:17:49 +00:00
|
|
|
if [ ! -L /etc/X11/fontpath.d/nethack ] ; then
|
2009-07-10 15:20:13 +00:00
|
|
|
ln -s %{_fontdir} /etc/X11/fontpath.d/nethack
|
2008-01-17 15:17:49 +00:00
|
|
|
fi
|
2005-11-11 18:31:40 +00:00
|
|
|
|
2009-07-10 15:20:13 +00:00
|
|
|
%preun -n %{fontname}-fonts-core
|
2017-05-21 21:29:20 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
2009-07-10 15:20:13 +00:00
|
|
|
rm /etc/X11/fontpath.d/nethack
|
|
|
|
rm %{_fontdir}/fonts.dir
|
2017-05-21 21:29:20 +00:00
|
|
|
fi;
|
|
|
|
|
2005-07-19 17:53:54 +00:00
|
|
|
|
|
|
|
%files
|
2017-05-21 21:29:20 +00:00
|
|
|
%doc doc/*.txt README dat/license dat/history
|
2005-07-19 17:53:54 +00:00
|
|
|
%doc dat/opthelp dat/wizhelp
|
|
|
|
%{_mandir}/man6/*
|
|
|
|
%{_datadir}/pixmaps/nethack.xpm
|
2013-02-12 15:38:19 +00:00
|
|
|
%{_datadir}/applications/nethack.desktop
|
2005-07-19 17:53:54 +00:00
|
|
|
%{nhgamedir}/nhdat
|
|
|
|
%{_bindir}/nethack
|
2017-05-22 20:32:00 +00:00
|
|
|
%defattr(0664,root,games)
|
2005-07-19 17:53:54 +00:00
|
|
|
%config(noreplace) %{nhdatadir}/record
|
|
|
|
%config(noreplace) %{nhdatadir}/perm
|
|
|
|
%config(noreplace) %{nhdatadir}/logfile
|
2017-05-21 21:29:20 +00:00
|
|
|
%config(noreplace) %{nhdatadir}/xlogfile
|
2017-05-22 20:32:00 +00:00
|
|
|
%attr(0775,root,games) %dir %{nhdatadir}
|
|
|
|
%attr(0775,root,games) %dir %{nhdatadir}/save
|
|
|
|
%attr(2755,root,games) %{nhgamedir}/nethack
|
|
|
|
%config(noreplace) %{nhgamedir}/sysconf
|
|
|
|
%config(noreplace) %{nhgamedir}/NetHack.ad
|
|
|
|
%config(noreplace) %{nhgamedir}/license
|
|
|
|
%config(noreplace) %{nhgamedir}/pet_mark.xbm
|
2017-06-05 01:49:26 +00:00
|
|
|
%config(noreplace) %attr(0555,root,games) %{nhgamedir}/recover
|
2017-05-22 20:32:00 +00:00
|
|
|
%config(noreplace) %{nhgamedir}/rip.xpm
|
2017-06-26 15:52:02 +00:00
|
|
|
%config(noreplace) %{nhgamedir}/pilemark.xbm
|
2017-05-22 20:32:00 +00:00
|
|
|
%config(noreplace) %{nhgamedir}/symbols
|
|
|
|
%config(noreplace) %{nhgamedir}/x11tiles
|
2005-07-19 17:53:54 +00:00
|
|
|
|
2009-07-10 15:20:13 +00:00
|
|
|
%_font_pkg -n bitmap *.pcf
|
|
|
|
|
|
|
|
%files -n %{fontname}-fonts-core
|
2017-05-21 21:29:20 +00:00
|
|
|
%defattr(-,root,root,-)
|
2005-07-19 17:53:54 +00:00
|
|
|
|
|
|
|
%changelog
|
2018-02-09 08:05:14 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.6.0-42
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-08 04:04:09 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-41
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 03:54:18 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-40
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 22:50:34 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-39
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-26 15:52:02 +00:00
|
|
|
* Mon Jun 26 2017 Ron Olson <tachoknight@gmail.com> - 3.6.0-38
|
|
|
|
- Added pilemark.xbm to game directory to fix error when playing
|
|
|
|
under X11
|
|
|
|
|
2017-06-16 02:52:56 +00:00
|
|
|
* Mon Jun 05 2017 Ron Olson <tachoknight@gmail.com> - 3.6.0-37
|
|
|
|
- Set executable bit on recover program
|
|
|
|
|
2017-05-22 20:32:00 +00:00
|
|
|
* Sun Oct 02 2016 Ron Olson <tachoknight@gmail.com> - 3.6.0-36
|
2017-05-21 21:29:20 +00:00
|
|
|
- Upgraded to version 3.6.0
|
2017-02-10 22:13:05 +00:00
|
|
|
|
2016-02-04 09:15:40 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.3-34
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 21:41:52 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-33
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-17 11:35:46 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-32
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-18 17:48:26 +00:00
|
|
|
* Wed Jun 18 2014 Luke Macken <lmacken@redhat.com> - 3.4.3-31
|
|
|
|
- Apply a patch to fix the build with -Werror=format-security (#1037215, #1106286)
|
|
|
|
|
2014-06-07 12:32:43 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-30
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 13:08:12 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-29
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-12 15:38:19 +00:00
|
|
|
* Tue Feb 12 2013 Jon Ciesla <limburgher@gmail.com> - 3.4.3-28
|
|
|
|
- Drop desktop vendor tag.
|
|
|
|
|
2012-07-20 04:33:17 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 11:02:51 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 23:53:41 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-01-11 16:04:12 +00:00
|
|
|
* Mon Jan 11 2010 Luke Macken <lmacken@redhat.com> - 3.4.3-24
|
|
|
|
- Fix the source URL
|
|
|
|
|
2009-09-01 14:07:53 +00:00
|
|
|
* Tue Sep 01 2009 Luke Macken <lmacken@redhat.com> - 3.4.3-23
|
|
|
|
- Fix the categories for the nethack desktop entry (#485362)
|
|
|
|
|
2009-07-25 18:05:28 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-10 15:20:13 +00:00
|
|
|
* Fri Jul 10 2009 Luke Macken <lmacken@redhat.com> - 3.4.3-21
|
|
|
|
- Apply a patch from Iain Arnell to update our spec to comply with
|
|
|
|
the new font packaging guidelines (#505613)
|
|
|
|
|
2009-02-26 05:14:43 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.3-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-18 18:50:14 +00:00
|
|
|
* Wed Feb 18 2009 Jochen Schmitt <Jochen herr-schmitt de> - 3.4.3-19
|
|
|
|
- Add missing Requires
|
|
|
|
|
2008-08-11 18:51:35 +00:00
|
|
|
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.4.3-18
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-09 02:19:40 +00:00
|
|
|
* Fri Feb 8 2008 Luke Macken <lmacken@redhat.com> - 3.4.3-17
|
2008-02-09 02:18:37 +00:00
|
|
|
- Rebuild for gcc 4.3
|
|
|
|
|
2008-01-17 15:17:49 +00:00
|
|
|
* Thu Jan 17 2008 Luke Macken <lmacken@redhat.com> 3.4.3-16
|
|
|
|
- Create a symlink to our fonts in /etc/X11/fontpath.d (Bug #221692)
|
|
|
|
|
2007-08-21 20:35:11 +00:00
|
|
|
* Tue Aug 21 2007 Luke Macken <lmacken@redhat.com> 3.4.3-15
|
|
|
|
- Rebuild
|
|
|
|
|
2007-07-09 17:08:31 +00:00
|
|
|
* Mon Jul 9 2007 Luke Macken <lmacken@redhat.com> 3.4.3-14
|
|
|
|
- Fix nethack.desktop (Bug #247373)
|
|
|
|
|
2007-07-08 07:11:03 +00:00
|
|
|
* Sun Jul 08 2007 Florian La Roche <laroche@redhat.com> 3.4.3-13
|
|
|
|
- require xorg-x11-font-utils (to run mkfontdir) for post script
|
|
|
|
|
2006-10-16 22:38:48 +00:00
|
|
|
* Mon Oct 16 2006 Luke Macken <lmacken@redhat.com> 3.4.3-12
|
|
|
|
- Own /usr/games/nethack-3.4.3
|
|
|
|
|
2006-09-03 18:56:59 +00:00
|
|
|
* Sun Sep 3 2006 Luke Macken <lmacken@redhat.com> 3.4.3-11
|
|
|
|
- Rebuild for FC6
|
|
|
|
|
2006-04-11 03:11:24 +00:00
|
|
|
* Mon Apr 10 2006 Luke Macken <lmacken@redhat.com> 3.4.3-10
|
2018-02-09 08:05:14 +00:00
|
|
|
- Remove $RPM_BUILD_ROOT from %%post (Bug #188008)
|
2006-04-11 03:11:24 +00:00
|
|
|
|
2006-02-15 21:54:07 +00:00
|
|
|
* Wed Feb 15 2006 Luke Macken <lmacken@redhat.com> 3.4.3-9
|
|
|
|
- Add nethack-3.4.3-guidebook.patch to fix issues with generating the Guidebook
|
|
|
|
(this patch also removes the need for our groff dep)
|
|
|
|
|
2006-02-15 15:07:05 +00:00
|
|
|
* Wed Feb 15 2006 Luke Macken <lmacken@redhat.com> 3.4.3-8
|
|
|
|
- Add groff to BuildRequires
|
|
|
|
|
2006-02-14 23:21:01 +00:00
|
|
|
* Tue Feb 14 2006 Luke Macken <lmacken@redhat.com> 3.4.3-7
|
|
|
|
- Rebuild for FE5
|
|
|
|
|
2005-12-27 17:40:56 +00:00
|
|
|
* Tue Dec 27 2005 Luke Macken <lmacken@redhat.com> 3.4.3-6
|
|
|
|
- Rebuild
|
|
|
|
|
2005-11-24 05:37:18 +00:00
|
|
|
* Wed Nov 23 2005 Luke Macken <lmacken@redhat.com> 3.4.3-5
|
|
|
|
- Keep the license in the game directory (Bug #173385)
|
|
|
|
- Don't obsolete falconseye anymore (Bug #173385)
|
|
|
|
|
2005-11-11 18:31:40 +00:00
|
|
|
* Fri Nov 11 2005 Luke Macken <lmacken@redhat.com> 3.4.3-4
|
|
|
|
- Utilize modular xorg
|
|
|
|
|
2005-09-08 06:37:02 +00:00
|
|
|
* Thu Sep 08 2005 Luke Macken <lmacken@redhat.com> 3.4.3-3
|
2005-09-08 17:20:30 +00:00
|
|
|
- Point linker in the right direction using %%{_lib} to fix x86_64 build issues
|
2005-09-08 06:37:02 +00:00
|
|
|
|
2005-09-08 05:14:29 +00:00
|
|
|
* Tue Sep 06 2005 Luke Macken <lmacken@redhat.com> 3.4.3-2
|
|
|
|
- Enable x11 support
|
|
|
|
|
2005-07-19 17:53:54 +00:00
|
|
|
* Sun Jul 10 2005 Luke Macken <lmacken@redhat.com> 3.4.3-1
|
|
|
|
- Initial package for Fedora Extras
|