rpms/berusky/FC-6 berusky-1.1-build.patch, NONE, 1.1 berusky.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Fri May 25 12:04:08 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/berusky/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32399

Modified Files:
	.cvsignore sources 
Added Files:
	berusky-1.1-build.patch berusky.spec 
Log Message:
initial upload

berusky-1.1-build.patch:

--- NEW FILE berusky-1.1-build.patch ---
--- berusky-1.1/src/editor.cpp.build	2007-04-05 16:12:25.000000000 +0200
+++ berusky-1.1/src/editor.cpp	2007-05-08 09:44:07.000000000 +0200
@@ -29,7 +29,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <string.h>
-#include <curses.h>
 #include <sys/wait.h>
 #include <error.h>
 #include <errno.h>
--- berusky-1.1/src/berusky.cpp.build	2007-03-13 18:34:21.000000000 +0100
+++ berusky-1.1/src/berusky.cpp	2007-05-08 09:44:07.000000000 +0200
@@ -30,7 +30,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <string.h>
-#include <curses.h>
 
 #include "berusky.h"
 #include "berusky_gui.h"
--- berusky-1.1/src/main.cpp.build	2007-04-22 11:08:10.000000000 +0200
+++ berusky-1.1/src/main.cpp	2007-05-08 09:49:49.000000000 +0200
@@ -29,7 +29,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <string.h>
-#include <curses.h>
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>


--- NEW FILE berusky.spec ---
Summary:        Berusky, 2D logic game
Name:           berusky
Version:        1.1
Release:        4%{?dist}
License:        GPL
Group:          Amusements/Games
Source:         http://www.anakreon.cz/download/berusky/tar.gz/%{name}-%{version}.tar.gz
Patch:		berusky-1.1-build.patch
URL:            http://www.anakreon.cz/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:  	berusky-data
Requires:  	SDL
BuildRequires:  SDL-devel


%description
Berusky is a 2D logic game based on an ancient puzzle named Sokoban.

An old idea of moving boxes in a maze has been expanded with new logic
items such as explosives, stones, special gates and so on.
In addition, up to five bugs can cooperate and be controlled by the player.

This package contains a binary for the game.

%prep
%setup -q -n %{name}-%{version}
%patch -p1 -b .build

%build
%configure \
    CFLAGS="$RPM_OPT_FLAGS"

make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}

pushd %{buildroot}/usr/doc/berusky
mv * %{buildroot}%{_docdir}/%{name}-%{version}
popd

rm -rf %{buildroot}/%{_datadir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc %{_docdir}/%{name}-%{version}/*
%{_bindir}/berusky

%changelog
* Wed May 23 2007 Martin Stransky <stransky at redhat.com> 1.1-4
- removed spec files from binary rpm package

* Tue May 8 2007 Martin Stransky <stransky at redhat.com> 1.1-3
- moved documentation from doc/berusky-1.1/berusky to doc/berusky-1.1

* Tue May 8 2007 Martin Stransky <stransky at redhat.com> 1.1-2
- fixed build in mock

* Mon Apr 23 2007 Martin Stransky <stransky at redhat.com> 1.1-1
- fixes from #237416

* Fri Apr 20 2007 Martin Stransky <stransky at redhat.com> 1.0-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/berusky/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 May 2007 15:06:01 -0000	1.1
+++ .cvsignore	25 May 2007 12:03:33 -0000	1.2
@@ -0,0 +1 @@
+berusky-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/berusky/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 May 2007 15:06:01 -0000	1.1
+++ sources	25 May 2007 12:03:33 -0000	1.2
@@ -0,0 +1 @@
+bb0a03a9fde970124a2674943775c117  berusky-1.1.tar.gz




More information about the fedora-extras-commits mailing list