SPECS: GUIlib.spec - updated to 1.1.2, added C++ patch

qboosh qboosh at pld-linux.org
Sat May 20 02:46:36 CEST 2006


Author: qboosh                       Date: Sat May 20 00:46:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.1.2, added C++ patch

---- Files affected:
SPECS:
   GUIlib.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/GUIlib.spec
diff -u SPECS/GUIlib.spec:1.5 SPECS/GUIlib.spec:1.6
--- SPECS/GUIlib.spec:1.5	Mon Jan  5 21:23:05 2004
+++ SPECS/GUIlib.spec	Sat May 20 02:46:30 2006
@@ -2,12 +2,13 @@
 Summary:	Simple GUI framework for use with SDL
 Summary(pl):	Prosty szkielet GUI do używania z SDL
 Name:		GUIlib
-Version:	1.1.1
+Version:	1.1.2
 Release:	1
 License:	GPL
 Group:		Libraries
 Source0:	http://www.libsdl.org/projects/GUIlib/src/%{name}-%{version}.tar.gz
-# Source0-md5:	9d5d88cdb42dd8611e31f5e3f8a3084e
+# Source0-md5:	831d03b8e5bd3898b368d78e65c2ec2e
+Patch0:		%{name}-gcc4.patch
 URL:		http://www.libsdl.org/projects/GUIlib/
 BuildRequires:	SDL-devel >= 1.0.1
 BuildRequires:	autoconf
@@ -33,7 +34,9 @@
 Summary:	GUIlib header files
 Summary(pl):	Pliki nagłówkowe GUIlib
 Group:		Development/Libraries
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
+Requires:	SDL-devel >= 1.0.1
+Requires:	libstdc++-devel
 
 %description devel
 GUIlib header files.
@@ -45,7 +48,7 @@
 Summary:	GUIlib static library
 Summary(pl):	Statyczna biblioteka GUIlib
 Group:		Development/Libraries
-Requires:	%{name}-devel = %{version}
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 GUIlib static library.
@@ -55,10 +58,9 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
-# remove old libtool.m4 from acinclude.m4
-head -n 165 acinclude.m4 > acinclude.tmp
-mv -f acinclude.tmp acinclude.m4
+rm -f acinclude.m4
 
 %build
 %{__libtoolize}
@@ -87,18 +89,18 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libGUI-*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libGUI.so
+%{_libdir}/libGUI.la
 %{_includedir}/GUI
 %{_examplesdir}/%{name}-%{version}
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libGUI.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -106,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/05/20 00:46:30  qboosh
+- updated to 1.1.2, added C++ patch
+
 Revision 1.5  2004/01/05 20:23:05  ankry
 - new head/tail syntax
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/GUIlib.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list