cvsextras b7899e1
Name:           wesnoth
4d50b70
Version:        1.6.1
2ef73ab
Release:        2%{?dist}
91b9d21
Summary:        Turn-based strategy game with a fantasy theme
cvsextras b7899e1
c15e74b
Group:          Amusements/Games
77cf45b
License:        GPLv2+
cvsextras b7899e1
URL:            http://www.wesnoth.org
4d50b70
Source0:        http://www.%{name}.org/files/%{name}-%{version}.tar.bz2
0aa6c68
Source1:        wesnothd.init
52fda35
Source2:        %{name}.sysconfig
77cf45b
Patch0:         %{name}-1.2.8-gcc43.patch
74dbb33
Patch1:         wesnoth-1.5.11-remove-ogg-test.patch
cvsextras b7899e1
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsextras b7899e1
b35502b
Requires:       wesnoth-data = %{version}
d0edd11
BuildRequires:	SDL_image-devel
d0edd11
BuildRequires:	SDL_mixer-devel
d0edd11
BuildRequires:  SDL_net-devel
c3a1e15
BuildRequires:	SDL_ttf-devel
d0edd11
BuildRequires:	freetype-devel
0aa6c68
BuildRequires:  libpng-devel
52fda35
BuildRequires:	fribidi-devel
db42e62
BuildRequires:	python-devel
d0edd11
BuildRequires:  desktop-file-utils
d0edd11
BuildRequires:	gettext
77cf45b
BuildRequires:	boost-devel
a06bf11
BuildRequires:	pango-devel
db42e62
# Drop these when ogg test patch is removed.
77cf45b
BuildRequires:  autoconf
77cf45b
BuildRequires:  automake
cvsextras b7899e1
cvsextras b7899e1
%description
91b9d21
The Battle for Wesnoth is a turn-based strategy game with a fantasy theme.
91b9d21
91b9d21
Build up a great army, gradually turning raw recruits into hardened
91b9d21
veterans. In later games, recall your toughest warriors and form a deadly
91b9d21
host against whom none can stand. Choose units from a large pool of
91b9d21
specialists, and hand-pick a force with the right strengths to fight well
91b9d21
on different terrains against all manner of opposition.
cvsextras b7899e1
91b9d21
Fight to regain the throne of Wesnoth, of which you are the legitimate
91b9d21
heir, or use your dread power over the Undead to dominate the land of
91b9d21
mortals, or lead your glorious Orcish tribe to victory against the humans
91b9d21
who dared despoil your lands. Wesnoth has many different sagas waiting to
91b9d21
be played out. You can create your own custom units, and write your own
91b9d21
scenarios--or even full-blown campaigns. You can also challenge your
91b9d21
friends--or strangers--and fight multi-player epic fantasy battles.
cvsextras b7899e1
f0ce723
##%ifnarch noarch
0aa6c68
%package server
0aa6c68
Summary:	%{summary}
0aa6c68
Group:		Amusements/Games
333d530
Requires:	%{name} = %{version}-%{release}
142ad59
Requires(post): /sbin/chkconfig
7f1b017
Requires(preun):/sbin/chkconfig
7f1b017
Requires(pre):	/usr/sbin/useradd
0aa6c68
52fda35
0aa6c68
%description server
0aa6c68
This package contains the binaries for running a Wesnoth server
0aa6c68
for multi-player games.
0aa6c68
0aa6c68
0aa6c68
%package tools
0aa6c68
Summary:	%{summary}
0aa6c68
Group:		Amusements/Games
333d530
Requires:	%{name} = %{version}-%{release}
0aa6c68
52fda35
0aa6c68
%description tools
0aa6c68
This package contains the game editor and development tools.
0aa6c68
f0ce723
##%else
b35502b
%package data
b35502b
Summary:	%{summary}
b35502b
Group:		Amusements/Games
b35502b
Requires:	%{name} = %{version}
f0ce723
BuildArch:	noarch
b35502b
b35502b
%description data
b35502b
This package contains the data files for Wesnoth.
f0ce723
##%endif
0aa6c68
cvsextras b7899e1
%prep
4d50b70
%setup -qn wesnoth-%{version}
77cf45b
%patch0 -p1 -b .gcc43
77cf45b
%patch1 -p0
db42e62
autoreconf
cvsextras b7899e1
cvsextras b7899e1
cvsextras b7899e1
%build
b35502b
# Cannot use configure macro because noarch-redhat-linux is not recognized by the auto tools in the tarball
2ef73ab
export CFLAGS="$RPM_OPT_FLAGS"
2ef73ab
export CXXFLAGS="$RPM_OPT_FLAGS"
b35502b
./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir}  --mandir=%{_mandir} --infodir=%{_infodir} \
b35502b
    --disable-dependency-tracking \
0aa6c68
    --with-localedir=%{_datadir}/locale \
0aa6c68
    --enable-editor \
0aa6c68
    --enable-tools \
0aa6c68
    --enable-server \
db42e62
    --enable-python \
0aa6c68
    --with-fifodir=/var/run/wesnothd \
0aa6c68
    --with-server-uid=$(id -u) \
e38a860
    --with-server-gid=$(id -g) \
e38a860
    --disable-strict-compilation
f0ce723
#%ifnarch noarch
c15e74b
make %{?_smp_mflags}
f0ce723
#%endif
cvsextras b7899e1
cvsextras b7899e1
cvsextras b7899e1
%install
cvsextras b7899e1
rm -rf $RPM_BUILD_ROOT
f0ce723
#%ifarch noarch
b35502b
### Data Files and Desktop Files
b35502b
make install-data DESTDIR=${RPM_BUILD_ROOT}
b35502b
rm -rf $RPM_BUILD_ROOT%{_datadir}/applications
cvsextras b7899e1
cvsextras b7899e1
desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
c15e74b
                     --mode="0644" --vendor fedora \
20b63a8
		     --remove-key="Version" \
52fda35
                     icons/%{name}.desktop
77cf45b
c15e74b
# add icon for menus
cvsextras b7899e1
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps
b35502b
ln -sf ../wesnoth/icons/%{name}-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps
b35502b
ln -sf ../wesnoth/icons/%{name}_editor-icon.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps
b35502b
454f1f5
# Wesnoth ships its own fonts, replace with Fedora packaged versions
454f1f5
rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/fonts/*
454f1f5
# dejavu-fonts
454f1f5
ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT/%{_datadir}/%{name}/fonts/DejaVuSans.ttf
454f1f5
# sazanami-fonts-gothic
454f1f5
ln -s /usr/share/fonts/sazanami-fonts-gothic/sazanami-gothic.ttf $RPM_BUILD_ROOT/%{_datadir}/%{name}/fonts/sazanami-gothic.ttf
454f1f5
# wqy-zenhei-fonts
454f1f5
ln -s /usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc $RPM_BUILD_ROOT/%{_datadir}/%{name}/fonts/wqy-zenhei-gb2312.ttf
454f1f5
b35502b
%find_lang %{name}.\*
b35502b
b35502b
f0ce723
#%else
b35502b
### Binaries and Config Files
b35502b
make install-exec DESTDIR=${RPM_BUILD_ROOT}
cvsextras b7899e1
b35502b
desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
b35502b
                     --mode="0644" --vendor fedora \
20b63a8
		     --remove-key="Version" \
b35502b
                     icons/%{name}_editor.desktop
77cf45b
0aa6c68
# arrange server package files
0aa6c68
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
0aa6c68
mv ${RPM_BUILD_ROOT}%{_bindir}/wesnothd ${RPM_BUILD_ROOT}%{_sbindir}
0aa6c68
mkdir -p ${RPM_BUILD_ROOT}/var/run/wesnothd
0aa6c68
touch ${RPM_BUILD_ROOT}/var/run/wesnothd/socket
0aa6c68
install -Dpm 755 %{SOURCE1} \
0aa6c68
    $RPM_BUILD_ROOT%{_initrddir}/wesnothd
0aa6c68
install -Dpm 644 %{SOURCE2} \
0aa6c68
    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/wesnoth
0aa6c68
f0ce723
#%endif
b35502b
b35502b
### Cleanup Stuff
b35502b
rm -f $RPM_BUILD_ROOT/usr/share/applications/wesnoth*
b35502b
rm -f $RPM_BUILD_ROOT/usr/share/wesnoth/icons/*.desktop
0aa6c68
cvsextras b7899e1
find $RPM_BUILD_ROOT -name ".cvs*" | xargs rm -f
cvsextras b7899e1
find $RPM_BUILD_ROOT -name "CVS" | xargs rm -rf
b35502b
find $RPM_BUILD_ROOT/ -name 'Makefile*' |xargs rm -f
cvsextras b7899e1
77cf45b
rm -rf $RPM_BUILD_ROOT/usr/share/doc/wesnoth/
77cf45b
rm -f $RPM_BUILD_ROOT/usr/share/icons/wesnoth-icon.png
77cf45b
rm -f $RPM_BUILD_ROOT/usr/share/icons/wesnoth_editor-icon.png
f0ce723
rm -f $RPM_BUILD_ROOT/usr/share/applications/fedora-wesnoth_editor.desktop
0aa6c68
cvsextras b7899e1
%clean
cvsextras b7899e1
rm -rf $RPM_BUILD_ROOT
cvsextras b7899e1
f0ce723
#%ifarch noarch
77cf45b
%post
77cf45b
touch --no-create %{_datadir}/icons/hicolor || :
77cf45b
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
77cf45b
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
77cf45b
fi
77cf45b
77cf45b
%postun
77cf45b
touch --no-create %{_datadir}/icons/hicolor || :
77cf45b
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
77cf45b
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
77cf45b
fi
f0ce723
#%endif
0aa6c68
f0ce723
#%ifnarch noarch
0aa6c68
%pre server
0aa6c68
/usr/sbin/useradd -c "Wesnoth server" -s /sbin/nologin \
0aa6c68
	-r -d /var/run/wesnothd wesnothd 2> /dev/null || :
0aa6c68
0aa6c68
0aa6c68
%post server
0aa6c68
/sbin/chkconfig --add wesnothd
0aa6c68
if [ $1 -gt 1 ]; then
0aa6c68
    %{_initrddir}/wesnothd try-restart >/dev/null || :
0aa6c68
fi
0aa6c68
0aa6c68
0aa6c68
%preun server
0aa6c68
if [ $1 -eq 0 ]; then
0aa6c68
    %{_initrddir}/wesnothd stop >/dev/null 2>&1 || :
0aa6c68
    /sbin/chkconfig --del wesnothd
0aa6c68
fi
f0ce723
#%endif
0aa6c68
f0ce723
#%ifnarch noarch
b35502b
%files
77cf45b
%doc COPYING changelog README copyright doc/manual/
b35502b
%defattr(-,root,root,-)
52fda35
%{_bindir}/%{name}
0aa6c68
0aa6c68
%files tools
0aa6c68
%defattr(-,root,root,-)
f0ce723
#%{_bindir}/wesnoth_editor
f0ce723
%{_bindir}/wesnoth_addon_manager
0aa6c68
%{_bindir}/exploder
0aa6c68
%{_bindir}/cutter
77cf45b
%{_bindir}/wmlindent
77cf45b
%{_bindir}/wmllint
77cf45b
%{_bindir}/wmlscope
f0ce723
#%{_datadir}/applications/fedora-wesnoth_editor.desktop
0aa6c68
0aa6c68
%files server
0aa6c68
%defattr(-,root,root,-)
0aa6c68
%config %{_initrddir}/wesnothd
0aa6c68
%config(noreplace) %{_sysconfdir}/sysconfig/wesnoth
0aa6c68
%{_sbindir}/wesnothd
0aa6c68
%attr(0700,wesnothd,wesnothd) %dir /var/run/wesnothd/
0aa6c68
%ghost /var/run/wesnothd/socket
f0ce723
#%endif
b35502b
f0ce723
#%ifarch noarch
b35502b
%files data -f %{name}.\*.lang
b35502b
%defattr(-,root,root,-)
b35502b
%{_datadir}/%{name}
b35502b
%{_datadir}/applications/fedora-wesnoth.desktop
b35502b
%{_datadir}/pixmaps/*
b35502b
%{_mandir}/man6/wesnoth.6*
b35502b
%{_mandir}/*/man6/wesnoth.6*
f0ce723
#%{_mandir}/man6/wesnoth_editor.6*
f0ce723
#%{_mandir}/*/man6/wesnoth_editor.6*
b35502b
%{_mandir}/man6/wesnothd.*
b35502b
%{_mandir}/*/man6/wesnothd.*
b35502b
f0ce723
#%endif
cvsextras b7899e1
cvsextras b7899e1
%changelog
2ef73ab
* Tue Apr 21 2009 Debarshi Ray <rishi@fedoraproject.org> - 1.6.1-2
2ef73ab
- Respect $RPM_OPT_FLAGS, BZ 496897.
2ef73ab
4d50b70
* Mon Apr 20 2009 Jon Ciesla <limb@jcomserv.net> - 1.6.1-1
4d50b70
- 1.6.1 maintenance release.
4d50b70
20b63a8
* Mon Mar 23 2009 Jon Ciesla <limb@jcomserv.net> - 1.6-1
20b63a8
- Update to 1.6 stable.
20b63a8
4069b55
* Tue Mar 17 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.14-1
4069b55
- Update to 1.5.14.
4069b55
897c0b0
* Wed Mar 11 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.13-1
897c0b0
- Update to 1.5.13.
897c0b0
e2d2609
* Wed Mar 04 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.12-1
e2d2609
- Update to 1.5.12.
e2d2609
e38a860
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-5
e38a860
- Drop -Werror.
e38a860
a06bf11
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-4
a06bf11
- Add pango BR.
a06bf11
c3a1e15
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-3
c3a1e15
- Add SDL_ttf BR.
c3a1e15
74dbb33
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-2
74dbb33
- Rename rediffed ogg test patch.
74dbb33
f0ce723
* Wed Feb 25 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.11-1
f0ce723
- Update to dev version 1.5.11.
f0ce723
f0ce723
* Tue Feb 24 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.10-1
f0ce723
- Update to dev version 1.5.10.
f0ce723
- Move data to noarch.
f0ce723
f0ce723
* Wed Feb 04 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.9-1
f0ce723
- Update to dev version 1.5.9.
f0ce723
f0ce723
* Mon Feb 02 2009 Jon Ciesla <limb@jcomserv.net> - 1.5.8-1
f0ce723
- Update to dev version 1.5.8.
74dbb33
- Rediffed remove-ogg-test patch.
f0ce723
ad102af
* Sun Dec 28 2008 Warren Togami <wtogami@redhat.com> - 1.4.7-1
ad102af
- 1.4.7
ad102af
- Remove font requirement
ad102af
fa74e40
* Wed Dec 17 2008 Benjamin Kosnik  <bkoz@redhat.com> - 1.4.6-6
fa74e40
- Rebuild for boost-1.37.0.
fa74e40
454f1f5
* Sun Dec 14 2008 Warren Togami <wtogami@redhat.com> - 1.4.6-5
454f1f5
- No longer ship Wesnoth's redundant copy of fonts.
454f1f5
  We now symlink to the Fedora packaged fonts that wesnoth expects.
454f1f5
  dejavu-fonts (Latin)
454f1f5
  sazanami-fonts-gothic (Japanese)
454f1f5
  wqy-zenhei-fonts (Chinese)
454f1f5
  We do not explicitly require these fonts.  Normally these fonts would be 
ad102af
  already installed by your system to use that language.
454f1f5
c5bcdb6
* Wed Dec 10 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.6-4
c5bcdb6
- Rediffed fuzzy gcc43 patch.
c5bcdb6
b609f7a
* Tue Nov 18 2008 Warren Togami <wtogami@redhat.com> 1.4.6-3
b35502b
- split into -data noarch subpackage to save mirror space
1da9de4
08c2679
* Mon Nov 17 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.6-1
08c2679
- New upstream release.
08c2679
0139cb5
* Tue Sep 09 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.5-1
0139cb5
- New upstream release.
d6838b0
c00f5ac
* Tue Aug 12 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.4-1
c00f5ac
- New upstream release.
a1a55eb
- Introduced patch fuzz workaround, will fix.
c00f5ac
abd6c60
* Thu May 08 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.2-1
abd6c60
- New upstream maintenance release.
abd6c60
153d54e
* Fri Apr 18 2008 Jon Ciesla <limb@jcomserv.net> - 1.4.1-1
153d54e
- New upstream bugfix release.
153d54e
a11e5c2
* Wed Apr 09 2008 Jon Ciesla <limb@jcomserv.net> - 1.4-2
a11e5c2
- LSB initscript fix, BZ 247094.
a11e5c2
9efd1e7
* Tue Mar 11 2008 Jon Ciesla <limb@jcomserv.net> - 1.4-1
9efd1e7
- Update to 1.4 stable.
9efd1e7
77cf45b
* Fri Feb 15 2008 Jon Ciesla <limb@jcomserv.net> - 1.3.16-1
77cf45b
- Update to 1.3.16.
77cf45b
- Updated ogg test patch.
77cf45b
- Corrected license tag.
77cf45b
- Added boost-devel BR.
77cf45b
- Corrected .desktop/icon handling for subpackage.
77cf45b
a923bce
* Mon Feb 11 2008 Warren Togami <wtogami@redhat.com> - 1.2.8-5
a923bce
- Patch to fix build with gcc-4.3.
a923bce
400a481
* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 1.2.8-4
400a481
- Rebuild for gcc-4.3.
400a481
7b20b52
* Fri Nov 30 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.8-3
7b20b52
- Re-add the server-gid that accidently got removed.
7b20b52
db42e62
* Fri Nov 30 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.8-2
db42e62
- Add patch to drop ogg test from configure script, until better workaround.
db42e62
- Enable python support.
db42e62
343ea20
* Thu Nov 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.8-1
343ea20
- Update to 1.2.8.
343ea20
7b969bc
* Tue Oct  9 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.7-1
7b969bc
- Update to 1.2.7. Fixes #324841 (CVE-2007-3917)
7b969bc
ae45654
* Tue Aug 21 2007 Warren Togami <wtogami@redhat.com> - 1.2.6-2
ae45654
- rebuild
ae45654
7f1b017
* Sat Jul 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.6-1
7f1b017
- Update to 1.2.6.
7f1b017
7960633
* Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.5-2
7960633
- Drop wmlxgettext.
7960633
85573f7
* Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.5-1
85573f7
- Update to 1.2.5.
85573f7
110e988
* Sat Apr 21 2007 Warren Togami <wtogami@redhat.com> - 1.2.4-1
110e988
- 1.2.4
110e988
371b7c9
* Fri Mar 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.3-1
371b7c9
- Update to 1.2.3.
371b7c9
c68f382
* Sat Feb 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-2
c68f382
- Bump.
c68f382
a54b358
* Sat Feb 24 2007 Warren Togami <wtogami@redhat.com> - 1.2.2-1
a54b358
- 1.2.2
a54b358
a3afc40
* Mon Jan 15 2007 Brian Pepple <bpepple@fedoraproject.org> - 1.2.1-1
a3afc40
- Update to 1.2.1.
a3afc40
b2934c8
* Sun Dec 24 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.2-1
b2934c8
- Update to 1.2.
b2934c8
52fda35
* Sat Dec 23 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.1.14-1
52fda35
- Update to 1.1.14.
52fda35
- Add BR on fribidi-devel.
52fda35
- Drop X-Fedora category from desktop file.
52fda35
- Drop help speedup patch, fixed upstream.
52fda35
- Drop ttf patch, fixed upstream.
52fda35
d0edd11
* Thu Sep  7 2006 Brian Pepple <bpepple@fedoraproject.org> - 1.0.2-4
d0edd11
- Rebuild for FC6.
d0edd11
- Remove unnecessary BR on SDL-devel.
d0edd11
521506c
* Tue Jul 18 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-3
ef170a4
- fix #199079, so loading some help pages like the "License" doesn't
ef170a4
  take ages
521506c
- remove BR SDL_ttf-devel, an included/patched copy is used since 0.8.7
521506c
- patch included SDL_ttf to build with freetype 2.x and not access
521506c
  an old freetype 1.x internal
521506c
9a608fb
* Wed Feb 15 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-2
9a608fb
- rebuilt for FC5
9a608fb
60b6354
* Wed Dec 21 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-1
60b6354
- update to 1.0.2
60b6354
5355bda
* Sat Oct 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.1-1
5355bda
- update to 1.0.1
5355bda
ad839bb
* Tue Oct  4 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0-1
ad839bb
- update to 1.0
6eaea0c
- remove README.fedora warning about game development status
ad839bb
cd8243b
* Wed Sep 21 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0-0.1.rc1
cd8243b
- update to 1.0rc1
62eb38e
- remove exe bit from Turkish manual
cd8243b
f2144da
* Wed Sep 14 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.7-1
f2144da
- update to 0.9.7
f2144da
142ad59
* Wed Aug 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.6-2
142ad59
- update summary and description
142ad59
- move and specify server package scriptlet requirements
142ad59
6b3538f
* Sun Aug 28 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.6-1
6b3538f
- update to 0.9.6
6b3538f
333d530
* Sat Aug 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.5-1
333d530
- update to 0.9.5
333d530
4525cbf
* Wed Jul 27 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.4-1
4525cbf
- update to 0.9.4
4525cbf
ebef6cc
* Fri Jul  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.3-1
ebef6cc
- update to 0.9.3
ebef6cc
0aa6c68
* Mon Jun 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-1
0aa6c68
- update to 0.9.2
0aa6c68
- BR libpng-devel is needed
0aa6c68
- add initscript and scriptlets for -server package
0aa6c68
- don't build campaign server (upstream suggestion)
7157d21
- split off editor+tools into -tools sub-package
0aa6c68
- install translations into system's locale directories
0aa6c68
- merge Panu's changes:
0aa6c68
  Sat Apr 16 2005 Panu Matilainen <pmatilai@welho.com> 0.9.0-1
0aa6c68
- enable campaign server and tools
0aa6c68
- split server to separate package
0aa6c68
- add wesnothd user in server %%pre
0aa6c68
- buildrequire gettext
0aa6c68
72cc8e1
* Thu May 26 2005 Jeremy Katz <katzj@redhat.com> - 0.8-5
72cc8e1
- fix build on x86_64
72cc8e1
71befc3
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.8-4
71befc3
- rebuild on all arches
71befc3
8cb0c9b
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
8cb0c9b
- rebuilt
8cb0c9b
cvsextras 5d43533
* Fri Jul 09 2004 Panu Matilainen <pmatilai@welho.com> 0:0.8-0.fdr.2
cvsextras 5d43533
- use upstream desktop file and icon
cvsextras 5d43533
cvsextras 5d43533
* Sat Jul 03 2004 Panu Matilainen <pmatilai@welho.com> 0:0.8-0.fdr.1
cvsextras 5d43533
- update to 0.8
cvsextras 5d43533
cvsextras b7899e1
* Tue Mar 30 2004 Panu Matilainen <pmatilai@welho.com> 0:0.7-0.fdr.1
cvsextras b7899e1
- update to 0.7
cvsextras b7899e1
cvsextras b7899e1
* Wed Dec 17 2003 Panu Matilainen <pmatilai@welho.com> 0:0.6.1-0.fdr.1
cvsextras b7899e1
- update to 0.6.1
cvsextras b7899e1
cvsextras b7899e1
* Mon Dec 15 2003 Panu Matilainen <pmatilai@welho.com> 0:0.6-0.fdr.2
cvsextras b7899e1
- update to bugfixed tarball of 0.6
cvsextras b7899e1
cvsextras b7899e1
* Fri Dec 12 2003 Panu Matilainen <pmatilai@welho.com> 0:0.6-0.fdr.1
cvsextras b7899e1
- update to 0.6
cvsextras b7899e1
- adapt to the new autoconf make system
cvsextras b7899e1
- enable editor and server
cvsextras b7899e1
cvsextras b7899e1
* Tue Nov 11 2003 Panu Matilainen <pmatilai@welho.com> 0:0.5.1-0.fdr.1
cvsextras b7899e1
- update to 0.5.1
cvsextras b7899e1
- Fedora -> fedora in desktop file vendor
cvsextras b7899e1
cvsextras b7899e1
* Tue Nov 04 2003 Panu Matilainen <pmatilai@welho.com> 0:0.5-0.fdr.1
cvsextras b7899e1
- Initial Fedora packaging.