summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
AgeCommit message (Collapse)AuthorFilesLines
2003-06-13Moved the man pages to section 3 applied patch from Peter BreitenlohnerDaniel Veillard1-2/+2
* libxslt.spec.in libexslt/Makefile.am libexslt/libexslt.3 libxslt/Makefile.am libxslt/libxslt.3: Moved the man pages to section 3 * libexslt/sets.c: applied patch from Peter Breitenlohner * doc/*: rebuilt the docs * tests/docbook/result//* tests/xmlspec/*.html: changes in generattion of " as " in element content. Daniel
2003-05-15fixing portability bug #113002 on HP-UX cleanup of --with-python like forDaniel Veillard1-19/+0
* xsltproc/xsltproc.c: fixing portability bug #113002 on HP-UX * configure.in libxslt.spec.in python/Makefile.am: cleanup of --with-python like for libxml2 Daniel
2003-04-01Fixed a prereq problem, DanielDaniel Veillard1-6/+6
2003-03-24Result Value Tree are now generated with a document root node not anDaniel Veillard1-6/+6
* libxslt/pattern.c libxslt/transform.c libxslt/variables.c: Result Value Tree are now generated with a document root node not an element, it's quite cleaner. * configure.in libxslt.spec.in NEWS: But this requires libxml2-2.5.5 also prepared for libxslt-1.0.28 release * doc/*: updated and regenerated the docs Daniel
2003-02-24libxslt.spec.in there is actually a hard dependancy on libxml2-2.5.4Daniel Veillard1-6/+6
introduced by Igor :-(, Daniel
2003-02-21fixed RH#84801 wrong prereqs in the spec file DanielDaniel Veillard1-6/+6
* libxslt.spec.in: fixed RH#84801 wrong prereqs in the spec file Daniel
2003-01-14preparing release 2.0.24 small update updated the news, rebuilt the APIsDaniel Veillard1-0/+1
* configure.in: preparing release 2.0.24 * libxslt.spec.in: small update * doc/*: updated the news, rebuilt the APIs descriptions Daniel
2002-12-11copied over the apibuild.py from libxml2, adapted a bit and regeneratedDaniel Veillard1-0/+1
* doc/Makefile.am doc/apibuild.py doc/libxslt-api.xml: copied over the apibuild.py from libxml2, adapted a bit and regenerated the API description in XML. Todo: libexslt-api.xml * libxslt/attributes.c libxslt/documents.c libxslt/extensions.c libxslt/imports.c libxslt/numbers.c libxslt/numbersInternals.h libxslt/pattern.c libxslt/preproc.c libxslt/security.c libxslt/templates.c libxslt/transform.c libxslt/transform.h libxslt/variables.c libxslt/xslt.c libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h: cleanup based on the report from the scripts. * libxslt.spec.in: make sure libxslt-api.xml ends up in the devel package Daniel
2002-11-25add a line in %changelog for releases DanielDaniel Veillard1-0/+3
* libxslt.spec.in configure.in: add a line in %changelog for releases Daniel
2002-11-08integrated libxslt.m4 written by Thomas Schraitle (RFE #96485) DanielDaniel Veillard1-0/+1
* Makefile.am libxslt.m4 libxslt.spec.in: integrated libxslt.m4 written by Thomas Schraitle (RFE #96485) Daniel
2002-10-23cleaned up the spec file and associated changes in the Makefiles. DanielDaniel Veillard1-44/+28
* Makefile.am libxslt.spec.in doc/Makefile.am: cleaned up the spec file and associated changes in the Makefiles. Daniel
2002-09-09fixes libary path for x86_64 AMD DanielDaniel Veillard1-14/+19
* libxslt.spec.in: fixes libary path for x86_64 AMD Daniel
2002-08-21fixed a bug w.r.t. namespace context when doing the evaluation ofDaniel Veillard1-2/+4
* libxslt/templates.c: fixed a bug w.r.t. namespace context when doing the evaluation of attribute value templates * libxslt.spec.in python/Makefile.am: fixed some troubles with "make rpm" Daniel
2002-05-21applied patch from Geert Kloosterman to not miss gif and .png files in theDaniel Veillard1-1/+1
* libxslt.spec.in: applied patch from Geert Kloosterman to not miss gif and .png files in the RPM documentation Daniel
2002-02-09Fixed the python Makefiles, corrected a bug showing up on ia64, changedDaniel Veillard1-1/+4
* configure.in libxslt.spec.in python/Makefile.am python/generator.py python/libxsl.py python/libxslt.c python/tests/Makefile.am: Fixed the python Makefiles, corrected a bug showing up on ia64, changed the name of the python internal module too Daniel
2002-02-08change the Licence to MIT Licence and release of 1.0.11 updates of theDaniel Veillard1-2/+8
* Copyright Makefile.am configure.in libxslt.spec.in: change the Licence to MIT Licence and release of 1.0.11 * doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html doc/xslt.html: updates of the docs accordingly * libxslt/xsltwin32config.h: numbering * python/generator.py python/libxml_wrap.h python/libxsltclass.txt python/libxslt-python-api.xml: cleanup the dependancies with libxml2 * python/tests/extfunc.py: updated examples. Daniel
2002-02-06the spec file will now build libxslt-python, fought with shared and otherDaniel Veillard1-0/+44
* libxslt.spec.in python/Makefile.am python/libxsl.py: the spec file will now build libxslt-python, fought with shared and other crazyness, seems to work now :-) * doc/libxslt-api.xml: regenerated Daniel
2002-01-14fixed a couple of cut and paste errors in the math functions detectionDaniel Veillard1-0/+1
* configure.in: fixed a couple of cut and paste errors in the math functions detection * libxslt.spec.in: added missing file entry for libxslt.pc Daniel
2001-11-10preparing 1.0.7 cleanup similar to libxml2 one finished cleaning upDaniel Veillard1-27/+27
* configure.in: preparing 1.0.7 * libxslt.spec.in: cleanup similar to libxml2 one * breakpoint/*.[hc]: finished cleaning up contributed code * doc/*: updated and rebuilt the documentation * xsltproc/xsltproc.c: cleanup of the timing code * xsltproc/Makefile.am: auto* sucks * libxslt/transform.c: added a missing include Daniel
2001-09-13install xsltproc man page DanielDaniel Veillard1-3/+5
* libxslt.spec.in doc/Makefile.am: install xsltproc man page Daniel
2001-07-23releasing 1.0.1 updated the docs. activate line numbering unfortunatelyDaniel Veillard1-1/+2
* configure.in libxslt.spec.in libxslt/xsltwin32config.h: releasing 1.0.1 * doc/html/*.html: updated the docs. * xsltproc/xsltproc.c: activate line numbering unfortunately this works only with CVS, libxml2-2.4.1 is broken in this respect Daniel
2001-06-28added configuration/version informations for Windows/MSC internal headerDaniel Veillard1-1/+1
* libxslt/xsltwin32config.h[.in]: added configuration/version informations for Windows/MSC * libxslt/libxslt.h libxslt/*.c: internal header to centralize includes switches * libxslt/Makefile.am: added libxslt.h and xsltwin32config.h[.in] * libxslt/*.[ch] libxslt/*.in: quite a bit of cleanup, especially the email addresses * AUTHORS: added William Daniel
2001-06-17- configure.in: preparing 0.12.0 releaseDaniel Veillard1-1/+1
- libxslt/transform.c: a bit of cleanup on the XInclude defaults - libxslt/xsltconfig.h.in: added doc inline comment - libxslt/xslt.[ch] libxslt/xsltproc.c: added more version informations and enriched xsltproc --version to show them - doc/html/*.html: rebuilt the docs - doc/Makefile.am libxslt.spec.in: try to make sure John Fleck tutorial ends up in the tars and RPMs Daniel
2001-06-16updated the descriptions DanielDaniel Veillard1-3/+3
* libxslt.spec.in: updated the descriptions Daniel
2001-06-01- configure.in libxslt.spec.in: released 0.11.0Daniel Veillard1-2/+2
Daniel
2001-05-03- TODO configure.in libxslt.spec.in: getting ready for 0.9.0Daniel Veillard1-4/+4
release - doc/html/* doc/xslt.html: updated and regenerated the docs Daniel
2001-03-01Released libxslt-0.4.0:Daniel Veillard1-4/+4
- configure.in libxslt.spec.in: updated to 0.4.0 and 2.3.3 - doc/xslt.html: updated Daniel
2001-02-24- configure.in libxslt.spec.in: releasing 0.3.0Daniel Veillard1-2/+2
- doc/xslt.html: updated Daniel
2001-02-15one bug fix, preparing 0.2.0 release:Daniel Veillard1-2/+2
- libxlst/functions.c: fixed ID generation - doc/xslt.html doc/html/*.html: updated/regenerated the doc Daniel
2001-02-08Getting ready for first 0.1.0 beta release:Daniel Veillard1-4/+4
- README configure.in libxslt.spec.in: bumped to 0.1.0, getting ready for the release - libxslt/keys.c libxslt/xslt.c: cleanup of uninitialized vars - tests/REC1/Makefile.am tests/REC/Makefile.am: the EXTRA list was not up to date Daniel
2001-01-28- configure.in libxslt.spec.in: changes needed for libxml2-develDaniel Veillard1-2/+2
changes Daniel
2001-01-27Fixed small dep prob on the spec, DanielDaniel Veillard1-0/+1
2001-01-27*** empty log message ***Daniel Veillard1-0/+1
2001-01-23Preparing for a not too distant alpha release:Daniel Veillard1-1/+1
- Makefile.am libxslt.spec.in tests/REC1/Makefile.am tests/REC2/Makefile.am: updated the makefiles and spec files to add tests, and the FEATURES file to the RPM Daniel
2001-01-22Setup stuff: - Makefile.am libxslt.spec.in libxslt/Makefile.amDaniel Veillard1-1/+1
Setup stuff: - Makefile.am libxslt.spec.in libxslt/Makefile.am tests/Makefile.am: prepared the Makefiles and spec files for a first release. - COPYING.LIB: added LGPL Licence Daniel
2001-01-22CFirst try to make a spec file, DanielDaniel Veillard1-0/+96