packages: gl2ps/gl2ps.spec - work around another shitty build system that c...

gotar gotar at pld-linux.org
Sat May 29 17:48:51 CEST 2010


Author: gotar                        Date: Sat May 29 15:48:51 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- work around another shitty build system that can't cope with lib64

---- Files affected:
packages/gl2ps:
   gl2ps.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/gl2ps/gl2ps.spec
diff -u packages/gl2ps/gl2ps.spec:1.7 packages/gl2ps/gl2ps.spec:1.8
--- packages/gl2ps/gl2ps.spec:1.7	Sat May 29 17:13:17 2010
+++ packages/gl2ps/gl2ps.spec	Sat May 29 17:48:46 2010
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	GL2PS - biblioteka drukowania z OpenGL-a do PostScriptu
 Name:		gl2ps
 Version:	1.3.5
-Release:	1
+Release:	2
 License:	LGPL v2+ or GP2PS License v2+ (see COPYING.GL2PS)
 Group:		Libraries
 Source0:	http://www.geuz.org/gl2ps/src/%{name}-%{version}.tgz
@@ -86,12 +86,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
+install -d $RPM_BUILD_ROOT%{_libdir}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT%{_libdir}/libgl2ps.so{,.0.0.0}
+mv $RPM_BUILD_ROOT{%{_prefix}/lib/libgl2ps.so,%{_libdir}/libgl2ps.so.0.0.0}
 ln -s libgl2ps.so.0.0.0 $RPM_BUILD_ROOT%{_libdir}/libgl2ps.so
 
 %clean
@@ -121,6 +121,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2010/05/29 15:48:46  gotar
+- work around another shitty build system that can't cope with lib64
+
 Revision 1.7  2010/05/29 15:13:17  gotar
 - switched build to cmake
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gl2ps/gl2ps.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list