|
|
822824 |
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
822824 |
|
|
|
822824 |
Name: xmlstarlet
|
|
|
822824 |
Version: 1.6.1
|
|
|
822824 |
Release: 20%{?dist}
|
|
|
822824 |
Summary: Command Line XML Toolkit
|
|
|
822824 |
License: MIT
|
|
|
822824 |
URL: http://xmlstar.sourceforge.net/
|
|
|
822824 |
Source0: http://downloads.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz
|
|
|
822824 |
# https://sourceforge.net/p/xmlstar/bugs/109/
|
|
|
822824 |
Patch0: xmlstarlet-1.6.1-nogit.patch
|
|
|
822824 |
# http://sourceforge.net/tracker/?func=detail&aid=3266898&group_id=66612&atid=515106
|
|
|
822824 |
|
|
|
822824 |
BuildRequires: make
|
|
|
822824 |
BuildRequires: gcc
|
|
|
822824 |
BuildRequires: xmlto automake autoconf libxslt-devel
|
|
|
822824 |
BuildRequires: libxml2-devel >= 2.6.23
|
|
|
822824 |
BuildRequires: docbook5-schemas
|
|
|
822824 |
|
|
|
822824 |
|
|
|
822824 |
%description
|
|
|
822824 |
XMLStarlet is a set of command line utilities which can be used
|
|
|
822824 |
to transform, query, validate, and edit XML documents and files
|
|
|
822824 |
using simple set of shell commands in similar way it is done for
|
|
|
822824 |
plain text files using UNIX grep, sed, awk, diff, patch, join, etc
|
|
|
822824 |
commands.
|
|
|
822824 |
|
|
|
822824 |
%prep
|
|
|
822824 |
%autosetup -p1
|
|
|
822824 |
|
|
|
822824 |
|
|
|
822824 |
%build
|
|
|
822824 |
autoreconf -i
|
|
|
822824 |
%configure --disable-static-libs --with-libxml-include-prefix=%{_includedir}/libxml2 --docdir=%{_pkgdocdir} # --libdir=%{_libdir}
|
|
|
822824 |
%make_build
|
|
|
822824 |
|
|
|
822824 |
|
|
|
822824 |
%install
|
|
|
822824 |
%make_install
|
|
|
822824 |
# Avoid name kludging in autotools
|
|
|
822824 |
mv %{buildroot}%{_bindir}/xml %{buildroot}%{_bindir}/xmlstarlet
|
|
|
822824 |
|
|
|
822824 |
|
|
|
822824 |
%check
|
|
|
822824 |
make check
|
|
|
822824 |
|
|
|
822824 |
|
|
|
822824 |
|
|
|
822824 |
%files
|
|
|
822824 |
%doc AUTHORS ChangeLog NEWS README Copyright TODO
|
|
|
822824 |
%doc %{_pkgdocdir}/*
|
|
|
822824 |
%{_mandir}/man1/xmlstarlet.1*
|
|
|
822824 |
%{_bindir}/xmlstarlet
|
|
|
822824 |
|
|
|
822824 |
|
|
|
822824 |
%changelog
|
|
|
822824 |
* Mon Jun 20 2022 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.6.1-20
|
|
|
822824 |
- Rebuild
|
|
|
822824 |
- Related: #1882020
|
|
|
822824 |
|
|
|
822824 |
* Thu Mar 17 2022 Neal Gompa <ngompa@datto.com> - 1.6.1-19
|
|
|
822824 |
- Minor spec improvements
|
|
|
822824 |
|
|
|
822824 |
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-18
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-17
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-16
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-15
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-14
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-13
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-12
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-11
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-10
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-9
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-8
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-7
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Tue Mar 01 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 1.6.1-6
|
|
|
822824 |
- Mark installed documentation as %%doc (#1308255)
|
|
|
822824 |
|
|
|
822824 |
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-5
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-4
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Mon Dec 8 2014 Paul W. Frields <stickster@gmail.com> - 1.6.1-3
|
|
|
822824 |
- Fix noisy git related spew (#1171864)
|
|
|
822824 |
|
|
|
822824 |
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-2
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Wed Aug 13 2014 Paul W. Frields <stickster@gmail.com> - 1.6.1-1
|
|
|
822824 |
- Update to upstream 1.6.1 (#1129106)
|
|
|
822824 |
|
|
|
822824 |
* Mon Jun 16 2014 Paul W. Frields <stickster@gmail.com> - 1.6.0-1
|
|
|
822824 |
- Update to upstream 1.6.0 (#1037400, #1107292)
|
|
|
822824 |
|
|
|
822824 |
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-3
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Sat Jul 27 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.5.0-2
|
|
|
822824 |
- Install docs to %%{_pkgdocdir} where available.
|
|
|
822824 |
|
|
|
822824 |
* Wed Jul 10 2013 Paul W. Frields <stickster@gmail.com> - 1.5.0-1
|
|
|
822824 |
- Update to upstream 1.5.0 (#983025)
|
|
|
822824 |
- Fix man page rendering (#981050)
|
|
|
822824 |
- Use standard docdir
|
|
|
822824 |
|
|
|
822824 |
* Mon Mar 25 2013 Paul W. Frields <stickster@gmail.com> - 1.4.2-1
|
|
|
822824 |
- Update to upstream 1.4.2 (#851880)
|
|
|
822824 |
|
|
|
822824 |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-4
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-3
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Wed Feb 15 2012 Paul W. Frields <stickster@gmail.com> - 1.3.1-2
|
|
|
822824 |
- Fix build with configure flag
|
|
|
822824 |
|
|
|
822824 |
* Wed Feb 15 2012 Paul W. Frields <stickster@gmail.com> - 1.3.1-1
|
|
|
822824 |
- Update to upstream 1.3.1 (#782066)
|
|
|
822824 |
|
|
|
822824 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Mon Oct 3 2011 Paul W. Frields <stickster@gmail.com> - 1.3.0-1
|
|
|
822824 |
- Update to upstream 1.3.0
|
|
|
822824 |
|
|
|
822824 |
* Fri Aug 26 2011 Paul W. Frields <stickster@gmail.com> - 1.2.1-1
|
|
|
822824 |
- Update to upstream 1.2.1
|
|
|
822824 |
|
|
|
822824 |
* Sun Apr 10 2011 Paul W. Frields <stickster@gmail.com> - 1.1.0-1
|
|
|
822824 |
- Update to upstream 1.1.0
|
|
|
822824 |
|
|
|
822824 |
* Thu Apr 07 2011 Dan Horák <dan[at]danny.cz> - 1.0.6-2
|
|
|
822824 |
- fix build on 64-bit big-endians
|
|
|
822824 |
|
|
|
822824 |
* Sat Mar 26 2011 Paul W. Frields <stickster@gmail.com> - 1.0.6-1
|
|
|
822824 |
- Update to upstream 1.0.6
|
|
|
822824 |
- Drop obsolete patch
|
|
|
822824 |
|
|
|
822824 |
* Thu Feb 17 2011 Paul W. Frields <stickster@gmail.com> - 1.0.5-1
|
|
|
822824 |
- Update to upstream 1.0.5
|
|
|
822824 |
- Update libxml2 requirement
|
|
|
822824 |
- Drop unnecessary patch, naming issue fixed upstream
|
|
|
822824 |
|
|
|
822824 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-2
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Wed Jan 19 2011 Paul W. Frields <stickster@gmail.com> - 1.0.4-1
|
|
|
822824 |
- Update to new upstream 1.0.4
|
|
|
822824 |
- Drop patches for fixed upstream issues
|
|
|
822824 |
|
|
|
822824 |
* Fri Dec 17 2010 Paul W. Frields <stickster@gmail.com> - 1.0.3-1
|
|
|
822824 |
- Update to new upstream 1.0.3
|
|
|
822824 |
- Add %%check section for validation testing
|
|
|
822824 |
|
|
|
822824 |
* Mon Nov 1 2010 Paul W. Frields <stickster@gmail.com> - 1.0.2-1
|
|
|
822824 |
- Update to new upstream 1.0.2
|
|
|
822824 |
|
|
|
822824 |
* Sun Jan 10 2010 Paul W. Frields <stickster@gmail.com> - 1.0.1-9
|
|
|
822824 |
- Correct source URL
|
|
|
822824 |
|
|
|
822824 |
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-8
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-7
|
|
|
822824 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
822824 |
|
|
|
822824 |
* Fri Mar 21 2008 Paul W. Frields <stickster@gmail.com> - 1.0.1-6
|
|
|
822824 |
- Rebuild to use FORTIFY_SOURCE correctly
|
|
|
822824 |
|
|
|
822824 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.1-5
|
|
|
822824 |
- Autorebuild for GCC 4.3
|
|
|
822824 |
|
|
|
822824 |
* Sat Sep 2 2006 Paul W. Frields <stickster@gmail.com> - 1.0.1-4
|
|
|
822824 |
- Bump release for FC6 mass rebuild
|
|
|
822824 |
|
|
|
822824 |
* Fri Feb 17 2006 Paul W. Frields <stickster@gmail.com> - 1.0.1-3
|
|
|
822824 |
- FESCo mandated rebuild
|
|
|
822824 |
|
|
|
822824 |
* Wed Nov 23 2005 Paul W. Frields <stickster@gmail.com> - 1.0.1-2
|
|
|
822824 |
- Minor changes per review
|
|
|
822824 |
|
|
|
822824 |
* Tue Nov 22 2005 Paul W. Frields <stickster@gmail.com> - 1.0.1-1.2
|
|
|
822824 |
- Improve patching to conquer inconsistent naming
|
|
|
822824 |
|
|
|
822824 |
* Tue Nov 22 2005 Paul W. Frields <stickster@gmail.com> - 1.0.1-1.1
|
|
|
822824 |
- Initial RPM version
|
|
|
822824 |
|
|
|
822824 |
|