Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
yast2-xml
yast2-xml.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File yast2-xml.spec of Package yast2-xml
# # spec file for package yast2-xml (Version 2.16.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Url: http://www.suse.de/ Name: yast2-xml Version: 2.16.1 Release: 54 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-xml-2.16.1.tar.bz2 Prefix: /usr BuildRequires: doxygen gcc-c++ libxml2-devel yast2-core-devel yast2-devtools Summary: YaST2 - XML Agent Requires: yast2-core Provides: yast2-agent-xml yast2-agent-xml-devel yast2-lib-xml Obsoletes: yast2-agent-xml yast2-agent-xml-devel yast2-lib-xml %description The YaST2 XML agent Authors: -------- Anas Nashif <nashif@suse.de> %prep %setup -n yast2-xml-2.16.1 %build %{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2automake autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} make %{?jobs:-j%jobs} %install make install DESTDIR="$RPM_BUILD_ROOT" [ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do d=${f##*/} %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done rm -f $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2ag_xml.la %clean rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) %{_libdir}/YaST2/plugin/libpy2ag_xml.so.* %{_libdir}/YaST2/plugin/libpy2ag_xml.so /usr/share/YaST2/scrconf/xml.scr %doc %{prefix}/share/doc/packages/yast2-xml %changelog * Wed Apr 23 2008 mvidner@suse.cz - Removed superfluous .la file (bnc#223714). - Disabled autodocs as this is a leaf package C++wise. - 2.16.1 * Wed Nov 21 2007 mvidner@suse.cz - BuildRequirement of libxml2-devel made explicit. - Fixed a format string warning. - 2.16.0 * Mon Mar 19 2007 ug@suse.de - an empty systemID string removes the DTD declaration from the generated XML file (#254836) - 2.15.0 * Fri Oct 27 2006 mvidner@suse.cz - Removed dependencies that were present only because of YCP code (that had been moved to yast2.rpm long ago). - Removed an explicit dependency on libxcrypt-devel, only yast2-core-devel needs it. - 2.14.0 * Thu Jun 01 2006 visnov@suse.cz - De-register error handler when not parsing anymore (#175197) - 2.13.2 * Mon Feb 06 2006 jsuchome@suse.cz - reduced BuildRequires - 2.13.1 * Wed Jan 11 2006 mvidner@suse.cz - Added Read (.xml.error_message) (ug). - 2.13.0 * Tue Aug 16 2005 ug@suse.de - reset previous error state - 2.12.0 * Wed Feb 09 2005 nashif@suse.de - Moved YCP module to yast2 package * Wed Jul 28 2004 nashif@suse.de - Fixed libxml2 flags * Fri Apr 02 2004 nashif@suse.de - License changed to GPL * Fri Mar 19 2004 mvidner@suse.cz - added AGENT_LIBADD so that agents work from standalone Perl * Tue Mar 09 2004 nashif@suse.de - Dont break after find non cdata string (#35166) - 2.9.5 * Thu Mar 04 2004 nashif@suse.de - dont try to evaluate unknown data types (#35166) - 2.9.4 * Tue Mar 02 2004 nashif@suse.de - Added type info - 2.9.3 * Sat Jan 24 2004 nashif@suse.de - Updates for new interpreter - removed obsoleted perl agents and relevant ycp files - 2.9.2 * Tue Nov 11 2003 nashif@suse.de - Use doxygen - 2.9.1 * Tue Nov 11 2003 nashif@suse.de - changed xmlError function name to avoid collision - 2.9.0 * Tue Aug 19 2003 nashif@suse.de - use String::CutBlanks - 2.8.2 * Wed Aug 06 2003 nashif@suse.de - #28439: Dont parse empty xml elements defined as list into empty strings.. - 2.8.1 * Fri May 16 2003 nashif@suse.de - Added missing files to files list - 2.8.0 * Thu Jan 23 2003 nashif@suse.de - Fixed XML-RPC handling - 2.7.0 * Sat Sep 07 2002 mvidner@suse.cz - Fixed a segfault when writing a class file (#18865). - Return an error if saving fails. - 2.6.8 * Wed Aug 14 2002 nashif@suse.de - added xmlrpc to filelist - perl agent for reading XML trees - removed debugging messages - 2.6.7 * Mon Jul 29 2002 nashif@suse.de - return error if parsing fails - 2.6.6 * Sat Jul 20 2002 nashif@suse.de - use yast2-devel-packages - 2.6.5 * Tue Jul 16 2002 nashif@suse.de - Dont set empty namespaces - 2.6.4 * Tue Jul 09 2002 mvidner@suse.cz - Provide/Obsolete also yast2-agent-xml-devel * Thu Jul 04 2002 nashif@suse.de - Dont require yast2-curl - xmlrpc feature currently not used * Mon Jun 24 2002 arvin@suse.de - renamed to from yast2-agent-xml to yast2-xml and merged with yast2-lib-xml * Sat May 18 2002 nashif@suse.de - handle error message correctly - implemented XInclude for inclusion of external/remote entities - 2.6.2 * Tue May 07 2002 nashif@suse.de - Use libxml2 instead of qt XML exensions - Parse basic XML-RPC Requests - Return XML string instead of writing files only * Mon Apr 08 2002 nashif@suse.de - Fixed to compile with gcc3.1 - 2.6.0 * Sun Jan 20 2002 nashif@suse.de - 2.5.6 - Handle empty lists * Mon Jan 14 2002 nashif@suse.de - Version 2.5.5 - Save YCP Symbol correctly * Tue Jan 08 2002 nashif@suse.de - added qt3-non-mt to neededforbuild * Fri Jan 04 2002 nashif@suse.de - Version 2.5.3 - Changed neededforbuild to use qt3 * Fri Dec 14 2001 nashif@suse.de - Version 2.5.2 - Use qt3 if avialble - Removed unneeded warning messages * Tue Oct 30 2001 nashif@suse.de - Initial version
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor