rpms/sear/devel sear-0.6.3-desktop.patch, NONE, 1.1 sear.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Tue Feb 20 01:33:49 UTC 2007


Author: wart

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

Modified Files:
	.cvsignore sources 
Added Files:
	sear-0.6.3-desktop.patch sear.spec 
Log Message:
auto-import sear-0.6.3-2 on branch devel from sear-0.6.3-2.src.rpm

sear-0.6.3-desktop.patch:

--- NEW FILE sear-0.6.3-desktop.patch ---
--- sear.desktop.in.orig	2007-02-17 13:11:15.000000000 -0800
+++ sear.desktop.in	2007-02-17 13:11:31.000000000 -0800
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Categories=GNOME;Application;Game;X-Red-Hat-Base;
+Categories=Game;
 Comment=
 Comment[sv]=
 Encoding=UTF-8


--- NEW FILE sear.spec ---
Name:           sear
Version:        0.6.3
Release:        2%{?dist}
Summary:        3D WorldForge client

Group:          Amusements/Games
License:        GPL
URL:            http://www.worldforge.org
Source0:        http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
Patch0:         sear-0.6.3-desktop.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  lib3ds-devel mercator-devel varconf-devel eris-devel sage-devel
BuildRequires:  cal3d-devel guichan-devel libmodelfile-devel libGLU-devel
BuildRequires:  pkgconfig libtiff-devel libjpeg-devel libpng-devel
BuildRequires:  SDL_image-devel SDL_mixer-devel libXt-devel
BuildRequires:  desktop-file-utils
Requires:       wfut

%description
Sear is a 3D client for the WorldForge roleplaying environment.  WorldForge
can be viewed as a MMORPG construction kit, providing a working 3D environment
in which quests and full games can be built.


%prep
%setup -q
%patch0 -p0 -b .desktop
chmod a-x COPYING AUTHORS
chmod a-x */*.h
chmod a-x */*.cpp
chmod a-x */*.xpm


%build
%configure
make %{?_smp_mflags}

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

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

mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
mv $RPM_BUILD_ROOT%{_datadir}/icons/worldforge/sear_icon.xpm \
    $RPM_BUILD_ROOT%{_datadir}/pixmaps/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-bin
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/sear_icon.xpm
%{_datadir}/%{name}


%changelog
* Sat Feb 17 2007 Wart <wart at kobold.org> 0.6.3-2
- Clean up .desktop and icon installations

* Wed Feb 7 2007 Wart <wart at kobold.org> 0.6.3-1
- Update to 0.6.3

* Mon Oct 2 2006 Wart <wart at kobold.org> 0.6.2-2
- Added dependency on wfut
- Removed unnecessary BR: for libsigc++20-devel
- Remove FC-4 specific bits from BR:
- Remove some spurious execute permission bits

* Wed Jul 7 2006 Wart <wart at kobold.org> 0.6.2-1
- Initial spec file for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sear/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Feb 2007 01:15:00 -0000	1.1
+++ .cvsignore	20 Feb 2007 01:33:16 -0000	1.2
@@ -0,0 +1 @@
+sear-0.6.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sear/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2007 01:15:00 -0000	1.1
+++ sources	20 Feb 2007 01:33:16 -0000	1.2
@@ -0,0 +1 @@
+6aefebcecc95f35e2e41f9c7d222cb11  sear-0.6.3.tar.gz




More information about the scm-commits mailing list