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

Karol Trzcionka (karlik) fedora-extras-commits at redhat.com
Mon Jan 22 16:04:44 UTC 2007


Author: karlik

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

Modified Files:
	.cvsignore sources 
Added Files:
	warzone2100.spec 
Log Message:
auto-import warzone2100-2.0.5-3 on branch devel from warzone2100-2.0.5-3.src.rpm


--- NEW FILE warzone2100.spec ---
Name:           warzone2100
Version:        2.0.5
Release:        3%{?dist}
Summary:        Innovative 3D real-time strategy

Group:          Amusements/Games
License:        GPL
URL:            http://wz2100.net/
Source0:        http://download.gna.org/warzone/releases/2.0/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch:    x86_64

BuildRequires: physfs-devel SDL_net-devel openal-devel bison flex zip
BuildRequires: libjpeg-devel libpng-devel libogg-devel libvorbis-devel
BuildRequires: automake >= 1.8
BuildRequires: desktop-file-utils
Requires: %{name}-data = %{version}

%package data
Summary: Warzone2100's data files
Group:   Amusements/Games
Requires: %{name} = %{version}

%description
Warzone 2100 was an innovative 3D real-time strategy game back in 1999, and
most will agree it didn't enjoy the commercial success it should have had. The
game's source code was liberated on December 6th, 2004, under a GPL license
(see COPYING in this directory for details). Soon after that, the Warzone 2100
ReDev project was formed to take care of its future.

%description data
Warzone 2100 was an innovative 3D real-time strategy game back in 1999, and
most will agree it didn't enjoy the commercial success it should have had. The
game's source code was liberated on December 6th, 2004, under a GPL license
(see COPYING in this directory for details). Soon after that, the Warzone 2100
ReDev project was formed to take care of its future.

Data (textures, maps, sounds and models) required to play warzone2100.

%prep
%setup -q


%build
./autogen.sh
%configure --disable-mp3
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/   \
        $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
rm $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/warzone2100
%{_datadir}/icons/warzone*
%{_datadir}/applications/fedora-%{name}.desktop
%doc AUTHORS ChangeLog COPYING COPYING.README README TODO

%files data
%defattr(-,root,root,-)
%{_datadir}/warzone2100

%changelog
* Tue Jan 16 2007 Karol Trzcionka <karlikt at gmail.com> - 2.0.5-3
- change ExclusiveArch: i386 to ExcludeArch: x86_64
* Tue Jan 09 2007 Karol Trzcionka <karlikt at gmail.com> - 2.0.5-2
- add an ExclusiveArch
* Sun Dec 31 2006 Karol Trzcionka <karlikt at gmail.com> - 2.0.5-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/warzone2100/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jan 2007 15:42:44 -0000	1.1
+++ .cvsignore	22 Jan 2007 16:04:14 -0000	1.2
@@ -0,0 +1 @@
+warzone2100-2.0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/warzone2100/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jan 2007 15:42:44 -0000	1.1
+++ sources	22 Jan 2007 16:04:14 -0000	1.2
@@ -0,0 +1 @@
+56e83a64d5b7aa60ced3d7ac7281bb42  warzone2100-2.0.5.tar.bz2




More information about the scm-commits mailing list