Fix packaging files.

pull/193/head
Michael R Sweet 17 years ago
parent 8aff906d87
commit 972b44eb29
  1. 22
      mxml.list.in
  2. 4
      mxml.spec

@ -3,7 +3,7 @@
# #
# EPM software list file for Mini-XML, a small XML library. # EPM software list file for Mini-XML, a small XML library.
# #
# Copyright 2003-2005 by Michael Sweet. # Copyright 2003-2008 by Michael Sweet.
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public # modify it under the terms of the GNU Library General Public
@ -62,12 +62,6 @@ information, nor does it support character entities other than
those required by the XML specification. those required by the XML specification.
EOF EOF
# Manpage extensions...
$CAT1EXT=@CAT1EXT@
$CAT3EXT=@CAT3EXT@
$MAN1EXT=@MAN1EXT@
$MAN3EXT=@MAN3EXT@
# Executables # Executables
f 0555 root sys ${bindir}/mxmldoc mxmldoc f 0555 root sys ${bindir}/mxmldoc mxmldoc
@ -80,14 +74,14 @@ f 0444 root sys ${includedir}/mxml.h mxml.h
f 0555 root sys ${libdir}/libmxml.sl.1 libmxml.sl.1 f 0555 root sys ${libdir}/libmxml.sl.1 libmxml.sl.1
l 0555 root sys ${libdir}/libmxml.sl libmxml.sl.1 l 0555 root sys ${libdir}/libmxml.sl libmxml.sl.1
%system dylib %system darwin
f 0555 root sys ${libdir}/libmxml.1.dylib libmxml.1.dylib f 0555 root sys ${libdir}/libmxml.1.dylib libmxml.1.dylib
l 0555 root sys ${libdir}/libmxml.dylib libmxml.1.dylib l 0555 root sys ${libdir}/libmxml.dylib libmxml.1.dylib
%system freebsd irix linux netbsd openbsd solaris tru64 %system freebsd irix linux netbsd openbsd solaris tru64
f 0555 root sys ${libdir}/libmxml.so.1.0 libmxml.so.1.0 f 0555 root sys ${libdir}/libmxml.so.1.4 libmxml.so.1.4
l 0555 root sys ${libdir}/libmxml.sl.1 libmxml.sl.1.0 l 0555 root sys ${libdir}/libmxml.so.1 libmxml.so.1.4
l 0555 root sys ${libdir}/libmxml.sl libmxml.sl.1.0 l 0555 root sys ${libdir}/libmxml.so libmxml.so.1.4
%system all %system all
%endif %endif
@ -105,10 +99,8 @@ f 0444 root sys ${docdir}/mxml.html $srcdir/doc/mxml.html
f 0444 root sys ${docdir}/mxml.pdf $srcdir/doc/mxml.pdf f 0444 root sys ${docdir}/mxml.pdf $srcdir/doc/mxml.pdf
# Man pages # Man pages
f 0444 root sys ${mandir}/cat1/mxmldoc.$CAT1EXT $srcdir/mxmldoc.$CAT1EXT f 0444 root sys ${mandir}/man1/mxmldoc.1 $srcdir/mxmldoc.man
f 0444 root sys ${mandir}/man1/mxmldoc.$MAN1EXT $srcdir/mxmldoc.man f 0444 root sys ${mandir}/man3/mxml.3 $srcdir/mxml.man
f 0444 root sys ${mandir}/cat3/mxml.$CAT3EXT $srcdir/mxml.$CAT3EXT
f 0444 root sys ${mandir}/man3/mxml.$MAN3EXT $srcdir/mxml.man
# #
# End of "$Id$". # End of "$Id$".

@ -3,7 +3,7 @@
# #
# RPM "spec" file for Mini-XML, a small XML library. # RPM "spec" file for Mini-XML, a small XML library.
# #
# Copyright 2003-2007 by Michael Sweet. # Copyright 2003-2008 by Michael Sweet.
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public # modify it under the terms of the GNU Library General Public
@ -18,7 +18,7 @@
Summary: Miniature XML development library Summary: Miniature XML development library
Name: mxml Name: mxml
Version: 2.4 Version: 2.5
Release: 1 Release: 1
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries

Loading…
Cancel
Save