SPECS: xalan-c.spec - fixed %doc - adapterized - rel 5

pawelz pawelz at pld-linux.org
Sun Sep 28 17:01:17 CEST 2008


Author: pawelz                       Date: Sun Sep 28 15:01:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed %doc
- adapterized
- rel 5

---- Files affected:
SPECS:
   xalan-c.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: SPECS/xalan-c.spec
diff -u SPECS/xalan-c.spec:1.43 SPECS/xalan-c.spec:1.44
--- SPECS/xalan-c.spec:1.43	Sun Sep 28 16:49:48 2008
+++ SPECS/xalan-c.spec	Sun Sep 28 17:01:12 2008
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8):	Biblioteka xslt dla C++
 Name:		xalan-c
 Version:	1.10.0
-Release:	4
+Release:	5
 License:	Apache v2.0
 Group:		Applications/Publishing/XML
 Source0:	http://www.apache.org/dist/xml/xalan-c/Xalan-C_%{_ver}-src.tar.gz
@@ -86,8 +86,8 @@
 %build
 cd c
 export XALANCROOT=$(pwd)
-export XERCESROOT=/usr
-export ICUROOT=/usr
+export XERCESROOT=%{_prefix}
+export ICUROOT=%{_prefix}
 export XALAN_USE_ICU=true
 
 ./runConfigure \
@@ -110,8 +110,8 @@
 rm -rf $RPM_BUILD_ROOT
 cd c
 export XALANCROOT=$(pwd)
-export XERCESROOT=/usr
-export ICUROOT=/usr
+export XERCESROOT=%{_prefix}
+export ICUROOT=%{_prefix}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -141,7 +141,7 @@
 %attr(755,root,root) %{_libdir}/libxalanMsg.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libxalan-c.so.110
 %attr(755,root,root) %ghost %{_libdir}/libxalanMsg.so.110
-%doc commits.xml KEYS NOTICE
+%doc c/commits.xml c/KEYS c/NOTICE
 
 %files devel
 %defattr(644,root,root,755)
@@ -164,6 +164,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2008/09/28 15:01:12  pawelz
+- fixed %doc
+- adapterized
+- rel 5
+
 Revision 1.43  2008/09/28 14:49:48  pawelz
 - unified %files
 - added %doc
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xalan-c.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list