rpms/xmlfy/F-11 import.log, NONE, 1.1 xmlfy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Arthur Gouros arthurguru at fedoraproject.org
Sun May 24 07:19:00 UTC 2009


Author: arthurguru

Update of /cvs/pkgs/rpms/xmlfy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1642/F-11

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

* Sun May 24 2009 Arthur Gouros <arthurguru at users.sourceforge.net> 1.4.3-1
- New package for the Fedora project




--- NEW FILE import.log ---
xmlfy-1_4_3-1:F-11:xmlfy-1.4.3-1.src.rpm:1243149618


--- NEW FILE xmlfy.spec ---
Summary: Convert text/UTF-8 based output into XML format
Name: xmlfy
Version: 1.4.3
Release: 1%{?dist}
License: BSD
Group: Applications/Text
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
URL: http://xmlfy.sourceforge.net/
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description 
The xmlfy command is a powerful yet lightweight tool that primarily
caters for converting text or UTF-8 based output into XML format on
the fly and dealing with common issues associated with this kind of
transformation. xmlfy can be invoked from the command line or from
within a shell script to transform data quickly, easily and reliably.

xmlfy provides many features and options to capture and encapsulate data
between XML tags for both simple and complex XML tree hierarchies. The
behavior of xmlfy is controlled by arguments and/or by specifying a
schema file providing high levels of flexibility and customization for
differing input scenarios.

With the increasing presence of object-oriented systems requiring well
structured data presentation, xmlfy allows you to convert your raw data
into XML format easily which can then be used as input for modern
object-oriented systems e.g. XML style sheets (XSLT).

%prep
%setup -q

%build
make RPM_OPT_FLAGS="%{optflags}"

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
make DESTDIR=%{buildroot} bindir=%{_bindir} mandir=%{_mandir} RPM_OPT_FLAGS="%{optflags}" install

%files
%defattr(-,root,root,-)
%doc README
%doc LICENSE

%{_bindir}/*
%{_mandir}/man*/*

%clean
rm -rf %{buildroot}

%changelog
* Wed Apr 29 2009 Arthur Gouros <arthurguru at users.sourceforge.net> 1.4.3-1
- point release, consult RELEASE_NOTES file for details

* Thu Mar 26 2009 Arthur Gouros <arthurguru at users.sourceforge.net> 1.4.2-1
- point release, consult RELEASE_NOTES file for details

* Wed Feb 25 2009 Arthur Gouros <arthurguru at users.sourceforge.net> 1.4.1-1
- point release, consult RELEASE_NOTES file for details

* Wed Feb 11 2009 Arthur Gouros <arthurguru at users.sourceforge.net> 1.4.0-1
- normal release, consult RELEASE_NOTES file for details

* Fri Dec 05 2008 Arthur Gouros <arthurguru at users.sourceforge.net> 1.3.0-1
- normal release, consult RELEASE_NOTES file for details

* Thu Sep 18 2008 Arthur Gouros <arthurguru at users.sourceforge.net> 1.2.0-1
- normal release, consult RELEASE_NOTES file for details

* Sun Jun 08 2008 Arthur Gouros <arthurguru at users.sourceforge.net> 1.1.0-1
- normal release, consult RELEASE_NOTES file for details

* Tue May 13 2008 Arthur Gouros <arthurguru at users.sourceforge.net> 1.0.0-1
- first release, consult RELEASE_NOTES file for details



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xmlfy/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	20 May 2009 05:42:22 -0000	1.1
+++ .cvsignore	24 May 2009 07:18:29 -0000	1.2
@@ -0,0 +1 @@
+xmlfy-1.4.3-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xmlfy/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	20 May 2009 05:42:22 -0000	1.1
+++ sources	24 May 2009 07:18:29 -0000	1.2
@@ -0,0 +1 @@
+5af8140bf5f0516c3221c17f84762a95  xmlfy-1.4.3-src.tar.gz




More information about the fedora-extras-commits mailing list