rpms/adonthell/devel adonthell.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mathieu Bridon (bochecha) fedora-extras-commits at redhat.com
Wed Jun 18 19:36:42 UTC 2008


Author: bochecha

Update of /cvs/pkgs/rpms/adonthell/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20030/devel

Modified Files:
	.cvsignore sources 
Added Files:
	adonthell.spec import.log 
Log Message:
Adonthell: first import in devel branch.



--- NEW FILE adonthell.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           adonthell
Version:        0.3.5
Release:        0.3%{?dist}
Summary:        A 2D graphical RPG game

Group:          Amusements/Games
License:        GPLv2+
URL:            http://adonthell.linuxgames.com/
Source0:        http://download.savannah.gnu.org/releases/adonthell/adonthell-0.3.5.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  freetype-devel
BuildRequires:  libxml2-devel
BuildRequires:  libogg-devel
BuildRequires:  libvorbis-devel
BuildRequires:  SDL_mixer-devel
BuildRequires:  SDL_ttf-devel
BuildRequires:  libpng-devel
BuildRequires:  swig
BuildRequires:  doxygen
BuildRequires:  graphviz


%description
A 2D, graphical, single player role playing game inspired by good old
console RPGs from the 16 bit console gaming era.

This package contains the Adonthell engine. You will also need a game
package to play Adonthell. For this release, the official package is
Waste's Edge.


%package doc
Summary:        API documentation for %{name}

Group:          Documentation
Requires:       %{name} = %{version}-%{release}

%description doc
API documentation for %{name} generated by doxygen in HTML format.


%prep
%setup -q
# install locale files in the right place
sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc
# remove hardcoded CFLAGS
sed -i 's|^CFLAGS|^#CFLAGS|g' configure


%build
%configure --enable-doc
make %{?_smp_mflags} 


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING FULLSCREEN.howto NEWBIE NEWS README
%{_bindir}/%{name}
%{_bindir}/%{name}-0.3
%{_datadir}/%{name}/

%files doc
%doc doc/devel/html


%changelog
* Tue Jun 03 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.5-0.3
- added -p option to install

* Sat May 31 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.5-0.2
- applied patch to configure instead of configure.in
- removed trademarks names from description
- removed explicit requires

* Tue May 27 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.5-0.1
- switched to 0.3.5 release (includes bug fixes and fixes for building RPM for
  fedora like pythin finding and errors with fedora specific flags)

* Fri May 22 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.8
- fixed license tag (GPLv2 to GPLv2+)
- removed explicit requires
- fixed directories ownership

* Thu Apr 17 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.7
- fixed building on 64 bits arch (/lib was hard coded in configure.in)

* Fri Apr 04 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.6
- fixed typo in doc description

* Fri Feb 22 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.5
- search for translations in the right place so that wastesedge
package can install them in the right place

* Thu Feb 21 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.4
- separated the doc in a dedicated package

* Thu Feb 21 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.3
- cleaned the spec file again

* Thu Feb 21 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.2
- cleaned the spec file

* Mon Feb 18 2008 Mathieu Bridon <bochecha at no-log.org> 0.3.4-0.1
- first version of the SPEC file


--- NEW FILE import.log ---
adonthell-0_3_5-0_3_fc9:HEAD:adonthell-0.3.5-0.3.fc9.src.rpm:1213817439


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/adonthell/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jun 2008 17:00:50 -0000	1.1
+++ .cvsignore	18 Jun 2008 19:35:58 -0000	1.2
@@ -0,0 +1 @@
+adonthell-0.3.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/adonthell/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jun 2008 17:00:50 -0000	1.1
+++ sources	18 Jun 2008 19:35:58 -0000	1.2
@@ -0,0 +1 @@
+64a344b1ed8a7808d7adafa337120a00  adonthell-0.3.5.tar.gz




More information about the fedora-extras-commits mailing list