Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37870416
en ru br
ALT Linux repositórios
4.1: 2.8.0-alt1
4.0: 2.7.0-alt1
3.0: 2.6.0-alt1

Group :: Sistema/Bibliotecas
RPM: xerces-c

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define tarversion 2_7_0

# threads

# values: pthreads, none
%define threads pthreads

Name: xerces-c
Version: 2.7.0
Release: alt1

Summary: Xerces-C++ validating XML parser
Url: http://xml.apache.org/xerces-c/
Packager: Eugene Ostapets <eostapets at altlinux.ru>

Source: %name-src_%tarversion.tar.gz
Patch0: %name-src_2_6_0-lsattr.patch
License: Apache
Group: System/Libraries

# Automatically added by buildreq on Wed Mar 09 2005

BuildRequires: gcc-c++ libstdc++-devel

%description
Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

The parser provides high performance, modularity, and scalability. Source
code, samples and API documentation are provided with the parser. For
portability, care has been taken to make minimal use of templates, no RTTI,
and minimal use of #ifdefs.

%package devel
Requires: xerces-c = %version
Group: System/Libraries
Summary: Header files for Xerces-C++ validating XML parser

%description devel
Header files you can use to develop XML applications with Xerces-C++.

Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

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

%description doc
Documentation for Xerces-C++.

Xerces-C++ is a validating XML parser written in a portable subset of C++.
Xerces-C++ makes it easy to give your application the ability to read and
write XML data. A shared library is provided for parsing, generating,
manipulating, and validating XML documents.

%prep
%setup -q -n %name-src_%tarversion
%patch0 -p1

%build
export XERCESCROOT=$RPM_BUILD_DIR/%name-src_%tarversion
cd $XERCESCROOT/src/xercesc
./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -r%threads -P%prefix
make
cd $XERCESCROOT/samples
./runConfigure -plinux -cgcc -xg++
make

%install
export XERCESCROOT=$RPM_BUILD_DIR/%name-src_%tarversion
cd $XERCESCROOT/src/xercesc
make PREFIX=%buildroot%prefix install
if [ ! -x %buildroot%_libdir ] ; then
   mv %buildroot/usr/lib %buildroot%_libdir
fi
mkdir -p %buildroot%_bindir
#we don't want obj directory
install `find $XERCESCROOT/bin -type f -maxdepth 1` %buildroot%_bindir
mkdir -p %buildroot%_datadir/%name
cp -a $XERCESCROOT/samples %buildroot%_datadir/%name

%post -p %post_ldconfig

%postun -p %post_ldconfig

%files
%_bindir/*
%_libdir/libxerces-c.so*
%_libdir/libxerces-depdom.so*

%files devel
%dir %_includedir/xercesc
%_includedir/xercesc/*
%dir %_datadir/%name/samples
%_datadir/%name/samples/*

%files doc
%doc LICENSE NOTICE STATUS credits.txt Readme.html doc/

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009