rpms/xalan-c/F-8 xalan-c-1.10.0-escaping.patch, NONE, 1.1 xalan-c.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Mon Nov 26 18:41:57 UTC 2007


Author: lkundrak

Update of /cvs/pkgs/rpms/xalan-c/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19545/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	xalan-c-1.10.0-escaping.patch xalan-c.spec 
Log Message:
Initial import


xalan-c-1.10.0-escaping.patch:

--- NEW FILE xalan-c-1.10.0-escaping.patch ---
--- xml-xalan/c/runConfigure.escaping	2005-08-17 01:48:26.000000000 +0200
+++ xml-xalan/c/runConfigure	2007-11-19 17:06:39.000000000 +0100
@@ -198,7 +198,7 @@
 
 # Get the command line parameters
 if test -x /bin/getopt -o -x /usr/bin/getopt; then
-    set -- `getopt C:p:P:c:x:dm:n:t:m:M:r:b:l:z:h $*`
+    eval set -- `getopt -o C:p:P:c:x:dm:n:t:m:M:r:b:l:z:h -- "$@"`
 
     if [ $? != 0 ]
         then


--- NEW FILE xalan-c.spec ---
Name:           xalan-c
Version:        1.10.0
Release:        2%{?dist}
Summary:        Xalan XSLT processor for C

Group:          System Environment/Libraries
License:        ASL 2.0
URL:            http://xml.apache.org/xalan-c/
Source0:        http://www.apache.org/dist/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz
Patch0:         xalan-c-1.10.0-escaping.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xerces-c-devel
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

%description
Xalan is an XSLT processor for transforming XML documents into HTML, text, or
other XML document types.


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


%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.


%package doc
Group:          Documentation
Summary:        Documentation for Xerces-C++ validating XML parser


%description doc
Documentation for %{name}.


%prep
%setup -q -n xml-xalan/c
%patch -p2 -b .escaping
find -type d -name CVS -print0 | xargs -0 rm -rf
chmod 644 NOTICE


%build
export XALANCROOT="${PWD}"
export XERCESROOT=%{_includedir}/xercesc/
COMMONARGS="-plinux -cgcc -xg++ -minmem -rpthreads"
%ifarch alpha ppc64 s390x sparc64 x86_64
./runConfigure ${COMMONARGS} -b64 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
%else
./runConfigure ${COMMONARGS} -b32 -P %{_prefix} -C --libdir="%{_libdir}" -z '%{optflags}'
%endif
# _smp_mflags do not work
make


%install
rm -rf $RPM_BUILD_ROOT
export XALANCROOT="${PWD}"
export XERCESROOT=%{_includedir}/xercesc/
make install DESTDIR=$RPM_BUILD_ROOT


%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE KEYS NOTICE
%{_bindir}/Xalan
%{_libdir}/libxalan*.so.*


%files devel
%defattr(-,root,root,-)
%{_libdir}/libxalan*.so
%{_includedir}/xalanc/


%files doc
%defattr(-,root,root,-)
%doc readme.html xdocs samples


%changelog
* Mon Nov 19 2007 Lubomir Kundrak <lkundrak at redhat.com> - 1.10.0-2
- Fix passing of compiler flags
- Bump to stable source instead of CVS snapshot
- Fixed License tag

* Thu Feb 15 2007 Till Maas <opensource till name> - 1.10.0-1
- Initial spec for fedora extras


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xalan-c/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Nov 2007 17:16:42 -0000	1.1
+++ .cvsignore	26 Nov 2007 18:41:23 -0000	1.2
@@ -0,0 +1 @@
+Xalan-C_1_10_0-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xalan-c/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Nov 2007 17:16:42 -0000	1.1
+++ sources	26 Nov 2007 18:41:23 -0000	1.2
@@ -0,0 +1 @@
+0a3fbb535885531cc544b07a2060bfb1  Xalan-C_1_10_0-src.tar.gz




More information about the fedora-extras-commits mailing list