packages: mxml/mxml.spec - update url, enhanced descs - fix manual page mes...

glen glen at pld-linux.org
Tue Dec 29 20:29:16 CET 2009


Author: glen                         Date: Tue Dec 29 19:29:16 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- update url, enhanced descs
- fix manual page messup with -devel and main package; rel 2

---- Files affected:
packages/mxml:
   mxml.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/mxml/mxml.spec
diff -u packages/mxml/mxml.spec:1.13 packages/mxml/mxml.spec:1.14
--- packages/mxml/mxml.spec:1.13	Tue Dec 29 19:43:27 2009
+++ packages/mxml/mxml.spec	Tue Dec 29 20:29:11 2009
@@ -1,20 +1,30 @@
 # $Revision$, $Date$
-Summary:	Small XML parsing library
+Summary:	Mini-XML: Lightweight XML Library
 Summary(pl.UTF-8):	Mała biblioteka parsująca XML
 Name:		mxml
 Version:	2.6
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Libraries
 Source0:	http://ftp.easysw.com/pub/mxml/2.6/%{name}-%{version}.tar.gz
 # Source0-md5:	68977789ae64985dddbd1a1a1652642e
-URL:		http://www.easysw.com/~mike/mxml/software.php
+URL:		http://www.minixml.org/
 BuildRequires:	autoconf
+BuildRequires:	sed >= 4.0
+# Conflicts due SONAME
 Conflicts:	libmxml
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Mini-XML is a small XML parsing library.
+Mini-XML is a small XML library that you can use to read and write XML
+and XML-like data files in your application without requiring large
+non-standard libraries.
+
+Mini-XML supports reading of UTF-8 and UTF-16 and writing of UTF-8
+encoded XML files and strings. Data is stored in a linked-list tree
+structure, preserving the XML data hierarchy, and arbitrary element
+names, attributes, and attribute values are supported with no preset
+limits, just available memory.
 
 %description -l pl.UTF-8
 Mini-XML jest małą biblioteką parsującą XML.
@@ -46,7 +56,7 @@
 
 %prep
 %setup -q
-%{__perl} -pi -e 's/OPTIM="-O"/OPTIM=$OPTFLAGS/' configure.in
+%{__sed} -i -e 's/OPTIM="-O"/OPTIM=$OPTFLAGS/' configure.in
 
 %build
 %{__autoconf}
@@ -62,8 +72,8 @@
 	BUILDROOT=$RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT%{_docdir}/mxml
-rm -rf $RPM_BUILD_ROOT%{_mandir}/cat1/mxmldoc.1*
-rm -rf $RPM_BUILD_ROOT%{_mandir}/cat3/mxml.3*
+rm -f $RPM_BUILD_ROOT%{_mandir}/cat1/mxmldoc.1*
+rm -f $RPM_BUILD_ROOT%{_mandir}/cat3/mxml.3*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -76,8 +86,8 @@
 %doc CHANGES README
 %attr(755,root,root) %{_libdir}/libmxml.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libmxml.so.1
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man3/*
+%attr(755,root,root) %{_bindir}/mxmldoc*
+%{_mandir}/man1/mxmldoc.1*
 
 %files devel
 %defattr(644,root,root,755)
@@ -85,7 +95,7 @@
 %{_libdir}/libmxml.so
 %{_pkgconfigdir}/*.pc
 %{_includedir}/*.h
-%{_mandir}/man1/*
+%{_mandir}/man3/mxml.3*
 
 %files static
 %defattr(644,root,root,755)
@@ -97,6 +107,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2009/12/29 19:29:11  glen
+- update url, enhanced descs
+- fix manual page messup with -devel and main package; rel 2
+
 Revision 1.13  2009/12/29 18:43:27  glen
 - add ldconfig; rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mxml/mxml.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list