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

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Feb 26 21:10:04 UTC 2006


Author: pgordon

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

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


--- NEW FILE lucidlife.spec ---
Name:           lucidlife
Version:        0.9
Release:        2
Summary:        A Conway's Life simulator

Group:          Amusements/Games
License:        GPL
URL:            http://icculus.org/~jcspray/LucidLife/
Source0:        http://icculus.org/~jcspray/LucidLife/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel >= 2.6.0
BuildRequires:	gnome-vfs2-devel
BuildRequires:	desktop-file-utils

%description
LucidLife is a Conway's Life simulator. The rules are rather simple. The game
is started with a large grid of cell locations, and an arbitrary set of
living cells. On each turn, each cell thrives or dies based on the number of 
cells which sourround it. A dead (empty) cell with three live cells around it
becomes a living cell (a birth); a living cell with two or three neighbors
survives; otherwise the cell dies (due to overcrowding) or remains dead
(due to loneliness). It is based on the the GtkLife project, but with a
more modern user interface and other enhancements.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%find_lang %{name}
desktop-file-install --vendor fedora	\
	--dir %{buildroot}%{_datadir}/applications	\
	--add-category X-Fedora	\
	%{buildroot}%{_datadir}/applications/lucidlife.desktop
rm -f %{buildroot}%{_datadir}/applications/lucidlife.desktop
 

%clean
rm -rf %{buildroot}


%files -f %{name}.lang 
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/lucidlife
%{_datadir}/%{name}
%{_datadir}/pixmaps/lucidlife.png
%{_datadir}/applications/fedora-lucidlife.desktop
%{_docdir}/lucidlife


%changelog
* Sun Feb 19 2006 Peter Gordon <admin at ramshacklestudios.com> - 0.9-2
- Dropped Requires: on gtk2 and gnome-vfs2, as the -devel sonames will pull
  these in.
- Fixed handling of .desktop file to conform to Fedora Extras guidelines. 
- Changed %files section to use %{_datadir}/%{name} instead of hardcoding
  "lucidlife" to help prevent file ownership problems
- Thanks to Brian Pepple in BZ #177881 for these suggestions.

* Sun Jan 15 2006 Peter Gordon <admin at ramshacklestudios.com> - 0.9-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Feb 2006 21:08:06 -0000	1.1
+++ .cvsignore	26 Feb 2006 21:10:04 -0000	1.2
@@ -0,0 +1 @@
+lucidlife-0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Feb 2006 21:08:06 -0000	1.1
+++ sources	26 Feb 2006 21:10:04 -0000	1.2
@@ -0,0 +1 @@
+25bcde0ddbe4f7db4a7ea92fcc36b7bc  lucidlife-0.9.tar.gz




More information about the scm-commits mailing list