86 lines
2.5 KiB
RPMSpec
86 lines
2.5 KiB
RPMSpec
Name: xml2
|
|
Version: 0.5
|
|
Release: 7%{?dist}
|
|
Summary: XML/Unix Processing Tools
|
|
Group: Applications/Text
|
|
License: GPLv2+
|
|
URL: http://dan.egnor.name/xml2/
|
|
Source0: http://download.ofb.net/gale/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: symlinks
|
|
|
|
|
|
%description
|
|
These tools are used to convert XML and HTML to and from a
|
|
line-oriented format more amenable to processing by classic Unix
|
|
pipeline processing tools, like grep, sed, awk, cut, shell scripts,
|
|
and so forth.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
# cleanup symlinks
|
|
symlinks -c %{buildroot}%{_bindir}
|
|
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/2csv
|
|
%{_bindir}/2html
|
|
%{_bindir}/2xml
|
|
%{_bindir}/csv2
|
|
%{_bindir}/xml2
|
|
%{_bindir}/html2
|
|
%doc COPYING
|
|
|
|
|
|
%changelog
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Mon Jun 27 2011 Thomas Moschny <thomas.moschny@gmx.de> - 0.5-1
|
|
- Update to 0.5.
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Sat Mar 28 2009 Thomas Moschny <thomas.moschny@gmx.de> - 0.4-2
|
|
- Use macros in Source0 tag.
|
|
|
|
* Sat Mar 28 2009 Thomas Moschny <thomas.moschny@gmx.de> - 0.4-1
|
|
- New package.
|
|
|