rpms/manaworld/devel manaworld.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Jun 12 03:11:04 UTC 2006


Author: wart

Update of /cvs/extras/rpms/manaworld/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12271/devel

Modified Files:
	.cvsignore sources 
Added Files:
	manaworld.spec 
Log Message:
auto-import manaworld-0.0.19-1 on branch devel from manaworld-0.0.19-1.src.rpm


--- NEW FILE manaworld.spec ---
Name:           manaworld
Version:        0.0.19
Release:        1%{?dist}
Summary:        2D MMORPG world

Group:          Amusements/Games
License:        GPL
URL:            http://themanaworld.org
Source0:        http://dl.sourceforge.net/themanaworld/tmw-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  guichan-devel desktop-file-utils physfs-devel
BuildRequires:  curl-devel libxml2-devel libpng-devel
BuildRequires:  SDL_image-devel SDL_mixer-devel SDL_net-devel

%description
The Mana World (TMW) is a serious effort to create an innovative free and open
source MMORPG. TMW uses 2D graphics and aims to create a large and diverse
interactive world.

%prep
%setup -q -n tmw-%{version}


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-install \
        --vendor fedora \
        --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ \
        --delete-original \
        $RPM_BUILD_ROOT%{_datadir}/applications/tmw.desktop

mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/tmw.png \
  $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
rmdir $RPM_BUILD_ROOT%{_datadir}/pixmaps

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files
%defattr(-,root,root,-)
%{_bindir}/tmw
%{_datadir}/tmw
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/32x32/apps/*.png
%doc AUTHORS COPYING NEWS README docs/*.txt



%changelog
* Fri Jun 09 2006 Wart <wart at kobold.org> 0.0.19-1
- Initial release for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jun 2006 03:09:32 -0000	1.1
+++ .cvsignore	12 Jun 2006 03:11:04 -0000	1.2
@@ -0,0 +1 @@
+tmw-0.0.19.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/manaworld/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jun 2006 03:09:32 -0000	1.1
+++ sources	12 Jun 2006 03:11:04 -0000	1.2
@@ -0,0 +1 @@
+b142f603c75819a04ac50d876776e92b  tmw-0.0.19.tar.gz




More information about the fedora-extras-commits mailing list