packages (DEVEL): ftgl/ftgl.spec - switch $(ECHO) to echo in Makefile.am to...

lisu lisu at pld-linux.org
Tue Jul 21 10:51:58 CEST 2009


Author: lisu                         Date: Tue Jul 21 08:51:58 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- switch $(ECHO) to echo in Makefile.am to avoid errors (sed)
- change %%doc section
- add one missing change to previous commit log

---- Files affected:
packages/ftgl:
   ftgl.spec (1.16.2.1 -> 1.16.2.2) 

---- Diffs:

================================================================
Index: packages/ftgl/ftgl.spec
diff -u packages/ftgl/ftgl.spec:1.16.2.1 packages/ftgl/ftgl.spec:1.16.2.2
--- packages/ftgl/ftgl.spec:1.16.2.1	Tue Jul 21 10:28:01 2009
+++ packages/ftgl/ftgl.spec	Tue Jul 21 10:51:53 2009
@@ -22,6 +22,7 @@
 BuildRequires:	ghostscript
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
+BuildRequires:	sed >= 4.0
 BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -76,6 +77,7 @@
 %prep
 %setup -q -n %{name}-%{version}~%{_rc}
 #%%patch0 -p1
+%{__sed} -i 's/\$(ECHO)/echo/' Makefile.am
 
 %build
 %{__libtoolize}
@@ -103,12 +105,12 @@
 
 %files
 %defattr(644,root,root,755)
-%doc HISTORY.txt README.txt license.txt
+%doc AUTHORS ChangeLog COPYING NEWS README docs/{*.dox,*.txt}
 %attr(755,root,root) %{_libdir}/libftgl.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc unix/docs/html
+%doc docs/html
 %attr(755,root,root) %{_libdir}/libftgl.so
 %{_libdir}/libftgl.la
 %{_includedir}/FTGL
@@ -124,11 +126,17 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16.2.2  2009/07/21 08:51:53  lisu
+- switch $(ECHO) to echo in Makefile.am to avoid errors (sed)
+- change %%doc section
+- add one missing change to previous commit log
+
 Revision 1.16.2.1  2009/07/21 08:28:01  lisu
 - updated to 2.1.3-rc5
 - Source0 URL changed to sourceforge
 - add BRs: OpenGL-devel, autoconf, ghostscript, libtool, zlib-devel
 - change build workaround (autotools, common make install)
+- gcc4.patch is obsolete
 - nfy
 
 Revision 1.16  2007/09/14 13:37:06  arvenil
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ftgl/ftgl.spec?r1=1.16.2.1&r2=1.16.2.2&f=u



More information about the pld-cvs-commit mailing list