Pascal Bleser 2012-02-21 11:33:20 +00:00 committed by Git OBS Bridge
parent 9a162abf74
commit c1cf4474b4
4 changed files with 16 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba203d1fd949892a6398280f6cead5c2c71d93a1342d03073d34d7e87671d255
size 330749

3
xmlstarlet-1.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:effe9aba3f8003d1da2b07aa54af4f3b5956bd09f061c499442415278425885b
size 385752

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 21 11:27:45 UTC 2012 - pascal.bleser@opensuse.org
- update to 1.3.1:
* handle multiple values for --value-of properly (sf#2563866)
* substitute external entities (sf#3467320)
* pyx output needs space between attribute name and value (sf#3440797)
-------------------------------------------------------------------
Sun Oct 02 23:31:50 UTC 2011 - pascal.bleser@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package xmlstarlet
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: xmlstarlet
@ -24,12 +23,11 @@ BuildRequires: libxslt-devel >= 1.1.9
BuildRequires: sgml-skel
BuildRequires: autoconf automake gcc glibc-devel libtool pkgconfig
Summary: Command Line Tool to Process XML Documents
Version: 1.3.0
Version: 1.3.1
Release: 1
License: MIT License (or similar)
License: MIT
Group: Productivity/Publishing/XML
# http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
Source0: xmlstarlet-%{version}.tar.bz2
Source: http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
Source1: %{name}-rpmlintrc
Patch2: %{name}-xml_depyx.c.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -41,23 +39,16 @@ transform, query, validate, and edit XML documents and files using
simple set of shell commands in similar way it is done for plain text
files using 'grep', 'sed', 'awk', 'tr', 'diff', or 'patch'.
Authors:
--------
Mikhail Grushinskiy <mgrouch@users.sourceforge.net>
%prep
%setup -q
%patch2
#%patch3
%build
export CFLAGS="$RPM_OPT_FLAGS -W -Wall"
%configure \
--disable-static-libs
%__make %{?_smp_flags}
%__make %{?_smp_mflags}
%__mkdir_p html
%__cp -a doc/callouts html