Compare commits
38 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94140ec4d1 | ||
|
|
98f2c1e6ec | ||
|
|
9885aa81ae | ||
|
|
ce4163f66f | ||
|
|
4e25ac96ac | ||
|
|
4fdd5e1be5 | ||
|
|
18a78578ca | ||
|
|
a5267128fa | ||
|
|
bdb0a411b6 | ||
|
|
fbd9dc6e23 | ||
|
|
d4059cbc15 | ||
|
|
03061bc3e2 | ||
|
|
6e577943b3 | ||
|
|
9503c9af52 | ||
|
|
61ddd10f97 | ||
|
|
49c474c7b2 | ||
|
|
3cc4ebfc7e | ||
|
|
c4311c7ef6 | ||
| c01ba293f7 | |||
|
|
e324dac1ad | ||
|
|
09c5be0bf8 | ||
|
|
ba52bf0b0a | ||
|
|
3a9cf801b2 | ||
|
|
753431c8ee | ||
|
|
0c18a98b88 | ||
|
|
c37b491e55 | ||
|
|
784f3127a5 | ||
|
|
e2b714a6c6 | ||
|
|
1722f4f6c8 | ||
| d4da5b9876 | |||
|
|
7e8c4f646b | ||
|
|
bed10046b2 | ||
|
|
394dc1e828 | ||
|
|
ae17894dcf | ||
|
|
4a79e40e76 | ||
|
|
abfe325300 | ||
|
|
3efd163716 | ||
|
|
30b90f3893 |
6 changed files with 119 additions and 36 deletions
|
|
@ -1 +0,0 @@
|
||||||
xml2-0.4.tar.gz
|
|
||||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
/xml2-0.4.tar.gz
|
||||||
|
/xml2-0.5.tar.gz
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: xml2
|
|
||||||
# $Id: Makefile,v 1.1 2009/03/30 21:40:12 kevin Exp $
|
|
||||||
NAME := xml2
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
xml2-0_4-2_fc10:HEAD:xml2-0.4-2.fc10.src.rpm:1238449914
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
8a0ef16fe0b3e1495307318c590c1ec0 xml2-0.4.tar.gz
|
48eacf64b01ca3a4a5afb1a36f5906e6 xml2-0.5.tar.gz
|
||||||
|
|
|
||||||
128
xml2.spec
128
xml2.spec
|
|
@ -1,13 +1,14 @@
|
||||||
Name: xml2
|
Name: xml2
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: 3%{?dist}
|
Release: 34%{?dist}
|
||||||
Summary: XML/Unix Processing Tools
|
Summary: XML/Unix Processing Tools
|
||||||
Group: Applications/Text
|
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://dan.egnor.name/xml2/
|
URL: http://dan.egnor.name/xml2/
|
||||||
Source0: http://download.ofb.net/gale/%{name}-%{version}.tar.gz
|
Source0: http://download.ofb.net/gale/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRequires: make
|
||||||
BuildRequires: libxml-devel
|
BuildRequires: gcc
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: symlinks
|
BuildRequires: symlinks
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -28,29 +29,132 @@ make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
# cleanup symlinks
|
# cleanup symlinks
|
||||||
symlinks -c %{buildroot}%{_bindir}
|
symlinks -c %{buildroot}%{_bindir}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/2csv
|
%{_bindir}/2csv
|
||||||
%{_bindir}/2html
|
%{_bindir}/2html
|
||||||
%{_bindir}/2xml
|
%{_bindir}/2xml
|
||||||
%{_bindir}/csv2
|
%{_bindir}/csv2
|
||||||
%{_bindir}/xml2
|
%{_bindir}/xml2
|
||||||
%{_bindir}/html2
|
%{_bindir}/html2
|
||||||
|
%if 0%{?_licensedir:1}
|
||||||
|
%license COPYING
|
||||||
|
%else
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
%endif # licensedir
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-34
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-33
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-32
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-31
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 0.5-30
|
||||||
|
- convert license to SPDX
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-29
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-28
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-27
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-26
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-24
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-22
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Mar 24 2018 Thomas Moschny <thomas.moschny@gmx.de> - 0.5-16
|
||||||
|
- Add BR on gcc.
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2016 Thomas Moschny <thomas.moschny@gmx.de> - 0.5-10
|
||||||
|
- Spec file cleanup.
|
||||||
|
|
||||||
|
* Mon Aug 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 0.5-9
|
||||||
|
- Mark license with %%license.
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue