rpms/xml2/devel import.log, NONE, 1.1 xml2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thomas Moschny thm at fedoraproject.org
Mon Mar 30 21:52:57 UTC 2009


Author: thm

Update of /cvs/pkgs/rpms/xml2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27268/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xml2.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
xml2-0_4-2_fc10:HEAD:xml2-0.4-2.fc10.src.rpm:1238449914


--- NEW FILE xml2.spec ---
Name:           xml2
Version:        0.4
Release:        2%{?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:  libxml-devel
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
* Sat Mar 28 2009 Thomas Moschny <thomas.moschny at gmx.de> - 0.4-2
- Use macros in Source0 tag.

* Sat Mar 28 2009 Thomas Moschny <thomas.moschny at gmx.de> - 0.4-1
- New package.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xml2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Mar 2009 21:40:12 -0000	1.1
+++ .cvsignore	30 Mar 2009 21:52:27 -0000	1.2
@@ -0,0 +1 @@
+xml2-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xml2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Mar 2009 21:40:12 -0000	1.1
+++ sources	30 Mar 2009 21:52:27 -0000	1.2
@@ -0,0 +1 @@
+8a0ef16fe0b3e1495307318c590c1ec0  xml2-0.4.tar.gz




More information about the fedora-extras-commits mailing list