1.3.1
OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlstarlet?expand=0&rev=20
This commit is contained in:
parent
9a162abf74
commit
c1cf4474b4
@ -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
3
xmlstarlet-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:effe9aba3f8003d1da2b07aa54af4f3b5956bd09f061c499442415278425885b
|
||||||
|
size 385752
|
@ -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
|
Sun Oct 02 23:31:50 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmlstarlet
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: xmlstarlet
|
Name: xmlstarlet
|
||||||
@ -24,12 +23,11 @@ BuildRequires: libxslt-devel >= 1.1.9
|
|||||||
BuildRequires: sgml-skel
|
BuildRequires: sgml-skel
|
||||||
BuildRequires: autoconf automake gcc glibc-devel libtool pkgconfig
|
BuildRequires: autoconf automake gcc glibc-devel libtool pkgconfig
|
||||||
Summary: Command Line Tool to Process XML Documents
|
Summary: Command Line Tool to Process XML Documents
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT License (or similar)
|
License: MIT
|
||||||
Group: Productivity/Publishing/XML
|
Group: Productivity/Publishing/XML
|
||||||
# http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
|
Source: http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz
|
||||||
Source0: xmlstarlet-%{version}.tar.bz2
|
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
Patch2: %{name}-xml_depyx.c.diff
|
Patch2: %{name}-xml_depyx.c.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
simple set of shell commands in similar way it is done for plain text
|
||||||
files using 'grep', 'sed', 'awk', 'tr', 'diff', or 'patch'.
|
files using 'grep', 'sed', 'awk', 'tr', 'diff', or 'patch'.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Mikhail Grushinskiy <mgrouch@users.sourceforge.net>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2
|
%patch2
|
||||||
#%patch3
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -W -Wall"
|
export CFLAGS="$RPM_OPT_FLAGS -W -Wall"
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static-libs
|
--disable-static-libs
|
||||||
|
|
||||||
%__make %{?_smp_flags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%__mkdir_p html
|
%__mkdir_p html
|
||||||
%__cp -a doc/callouts html
|
%__cp -a doc/callouts html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user