rpms/guichan/devel guichan-werror-cxxflag-disable.patch, NONE, 1.1 guichan.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hugo Cisneiros (eitch) fedora-extras-commits at redhat.com
Mon Jun 12 02:00:02 UTC 2006


Author: eitch

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

Modified Files:
	.cvsignore sources 
Added Files:
	guichan-werror-cxxflag-disable.patch guichan.spec 
Log Message:
auto-import guichan-0.4.0-2 on branch devel from guichan-0.4.0-2.src.rpm

guichan-werror-cxxflag-disable.patch:

--- NEW FILE guichan-werror-cxxflag-disable.patch ---
diff -ur guichan-0.4.0.orig/configure guichan-0.4.0/configure
--- guichan-0.4.0.orig/configure	2005-05-17 16:23:18.000000000 -0300
+++ guichan-0.4.0/configure	2006-06-10 00:22:01.000000000 -0300
@@ -20001,7 +20001,7 @@
 fi
 
 
-CXXFLAGS="$CXXFLAGS -Wall -Werror -Wno-unused -DGUICHAN_BUILD"
+CXXFLAGS="$CXXFLAGS -Wall -Wno-unused -DGUICHAN_BUILD"
 
 
 
diff -ur guichan-0.4.0.orig/configure.in guichan-0.4.0/configure.in
--- guichan-0.4.0.orig/configure.in	2005-05-17 16:23:06.000000000 -0300
+++ guichan-0.4.0/configure.in	2006-06-10 00:22:59.000000000 -0300
@@ -51,7 +51,7 @@
 AC_PROG_INSTALL
 AC_HEADER_STDC
 
-CXXFLAGS="$CXXFLAGS -Wall -Werror -Wno-unused -DGUICHAN_BUILD"
+CXXFLAGS="$CXXFLAGS -Wall -Wno-unused -DGUICHAN_BUILD"
 
 dnl NoX()
 dnl {


--- NEW FILE guichan.spec ---
Name:           guichan
Version:        0.4.0
Release:        2%{?dist}
Summary:        Portable C++ GUI library for games using Allegro, SDL and OpenGL

Group:          Development/Libraries
License:        BSD
URL:            http://guichan.sourceforge.net
Source0:        http://easynews.dl.sourceforge.net/sourceforge/guichan/%{name}-%{version}-src.tar.gz
Patch0:         guichan-werror-cxxflag-disable.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  allegro-devel, SDL-devel, SDL_image-devel, libGL-devel

%description
Guichan is a small, efficient C++ GUI library designed for games. It comes
with a standard set of widgets and can use several different objects for 
displaying graphics and grabbing user input.

%package devel
Summary:        Header and libraries for guichan development
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description devel
This package includes header and libraries files for development using
guichan, a small and efficient C++ GUI library designed for games. This
package is needed to build programs written using guichan.

%prep
%setup -q
%patch -p1
touch aclocal.m4 Makefile.in */Makefile.in */*/Makefile.in */*/*/Makefile.in
touch include/config.hpp.in


%build
%configure
make %{?_smp_mflags}


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

# Removing Libtool archives
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/libguichan.so.*
%{_libdir}/libguichan_allegro.so.*
%{_libdir}/libguichan_opengl.so.*
%{_libdir}/libguichan_sdl.so.*

%files devel
%defattr(-,root,root,-)
%doc docs/html
%{_includedir}/guichan.hpp
%{_includedir}/guichan/
%{_libdir}/libguichan.a
%{_libdir}/libguichan.so
%{_libdir}/libguichan_allegro.a
%{_libdir}/libguichan_allegro.so
%{_libdir}/libguichan_opengl.a
%{_libdir}/libguichan_opengl.so
%{_libdir}/libguichan_sdl.a
%{_libdir}/libguichan_sdl.so


%changelog
* Sat Jun 10 2006 Hugo Cisneiros <hugo at devin.com.br> 0.4.0-2
- Using libGL-devel instead of mesa-libGL-devel in BuildRequires
- Put documentation under -devel instead of a whole -doc
- Touch "autoxxx" files to take out autoxxx commands use in devel
- Add proper location do doc files (/usr/share/doc/xxx/html)

* Fri Jun  9 2006 Hugo Cisneiros <hugo at devin.com.br> 0.4.0-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/guichan/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jun 2006 01:58:29 -0000	1.1
+++ .cvsignore	12 Jun 2006 02:00:02 -0000	1.2
@@ -0,0 +1 @@
+guichan-0.4.0-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/guichan/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jun 2006 01:58:29 -0000	1.1
+++ sources	12 Jun 2006 02:00:02 -0000	1.2
@@ -0,0 +1 @@
+f68b6c603c4fb3d70a8737f916214a35  guichan-0.4.0-src.tar.gz




More information about the fedora-extras-commits mailing list