rpms/lincity-ng/devel lincity-ng.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Sep 25 21:59:15 UTC 2005


Author: spot

Update of /cvs/extras/rpms/lincity-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17400/devel

Modified Files:
	.cvsignore sources 
Added Files:
	lincity-ng.spec 
Log Message:
auto-import lincity-ng-1.0.1-2 on branch devel from lincity-ng-1.0.1-2.src.rpm


--- NEW FILE lincity-ng.spec ---
Name:		lincity-ng
Version:	1.0.1
Release:	2%{?dist}
License:	GPL
Group:		Amusements/Games
Summary:	City Simulation Game
URL:		http://lincity-ng.berlios.de/
Source0:	http://download.berlios.de/lincity-ng/lincity-ng-1.0.1.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	jam, physfs-devel, zlib-devel, libxml2-devel
BuildRequires:	SDL-devel, SDL_mixer-devel, SDL_image-devel, SDL_gfx-devel
BuildRequires:	SDL_ttf-devel, xorg-x11-devel, desktop-file-utils
Requires:	%{name}-data = %{version}-%{release}

%description
LinCity-NG is a City Simulation Game. It is a polished and improved version
of the classic LinCity (http://www.floot.demon.co.uk/lincity.html) game with
a new iso-3D graphics engine and a completely redone and modern GUI.

%package data
Summary:	Data files needed to run lincity-ng
Group:		Amusements/Games
Requires:	%{name} = %{version}-%{release}

%description data
This package contains the data files (graphics, models, audio) necessary to
play Lincity-NG.

%prep
%setup -q

%build
%configure
jam

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

desktop-file-install --delete-original		\
  --vendor fedora				\
  --dir $RPM_BUILD_ROOT%{_datadir}/applications	\
  --mode 0644					\
  --add-category X-Fedora			\
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc %{_datadir}/doc/%{name}-%{version}
%{_bindir}/lincity-ng
%{_datadir}/pixmaps/*
%{_datadir}/applications/fedora-lincity-ng.desktop

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

%changelog
* Sun Sep 25 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-2
- split datadir/lincity-ng into its own package
- shorten main description

* Fri Aug 19 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.1-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lincity-ng/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Sep 2005 21:43:43 -0000	1.1
+++ .cvsignore	25 Sep 2005 21:59:13 -0000	1.2
@@ -0,0 +1 @@
+lincity-ng-1.0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lincity-ng/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Sep 2005 21:43:43 -0000	1.1
+++ sources	25 Sep 2005 21:59:13 -0000	1.2
@@ -0,0 +1 @@
+1576a0765eb29a668f7af3084de00739  lincity-ng-1.0.1.tar.bz2




More information about the fedora-extras-commits mailing list