summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
AgeCommit message (Collapse)AuthorFilesLines
2009-07-24Fix makefile and spec file to include doc in rpmDaniel Veillard1-0/+5
2007-08-03apply patch from Rob Richards to improve build with VS2005 DanielDaniel Veillard1-4/+4
* win32/Makefile.msvc win32/configure.js: apply patch from Rob Richards to improve build with VS2005 Daniel svn path=/trunk/; revision=1435
2007-01-11added new function replace from Joel Reed. added new test case for above.William M. Brack1-2/+2
* libexslt/strings.c: added new function replace from Joel Reed. * tests/exslt/Makefile.am, replace.1.xml, replace.1.xsl, replace.1.out: added new test case for above. * libxslt.spec.in: trivial change from Gnome to GNOME * configure.in: trivial change for flags on my compilations * libxslt/documents.c, libxslt/documents.h, libxslt/keys.c, libxslt/keys.h, libxslt/variables.c, libxslt/templates.c, libxslt/transform.c, libxslt/variables.c, libxslt/xslt.c, libxslt/xsltutils.c: fixed some documentation/comments and compilation warnings - no change to logic. * re-generated the documentation. svn path=/trunk/; revision=1413
2006-06-06preparing release of 1.1.17 DanielDaniel Veillard1-25/+1
* configure.in libxslt.spec.in doc//*: preparing release of 1.1.17 Daniel
2005-10-02applied patch from Joel Reed to ease plugin integration DanielDaniel Veillard1-0/+1
* configure.in libxslt/Makefile.am libxslt/xsltconfig.h.in libxslt.spec.in tests/plugins/Makefile.am xslt-config.in: applied patch from Joel Reed to ease plugin integration Daniel
2005-09-04Small fix of the spec file, DanielDaniel Veillard1-1/+4
2005-03-13preparing 1.1.13, updated and rebuilt the docs. trying to fix some buildDaniel Veillard1-0/+2
* NEWS configure.in doc/*: preparing 1.1.13, updated and rebuilt the docs. * tests/plugins/Makefile.am xsltproc/Makefile.am: trying to fix some build problems. * libxslt.spec.in: adding a build require and a require for libgcrypt-devel, c.f. Red Hat bug #133211 * libxslt/xsltInternals.h: as for libxml2, XML_CAST_FPTR was wrong. Daniel
2004-10-18fix for RedHat bug #136072 to include EXSLT doc in libxslt package. DanielDaniel Veillard1-0/+1
* libxslt.spec.in doc/Makefile.am: fix for RedHat bug #136072 to include EXSLT doc in libxslt package. Daniel
2004-09-28New tutorial from Panagiotis Louridas integrated the tutorial in theDaniel Veillard1-1/+1
* doc/tutorial2/libxslt_pipes.*: New tutorial from Panagiotis Louridas * libxslt.spec.in doc/Makefile.am: integrated the tutorial in the distribution Daniel
2004-07-06better python dependancy Red hat bug #126364 by Robert Scheck DanielDaniel Veillard1-1/+1
* libxslt.spec.in: better python dependancy Red hat bug #126364 by Robert Scheck Daniel
2004-04-18preparing release 1.1.6 keep the ChangeLog compressed DanielDaniel Veillard1-3/+4
* configure.in doc/*: preparing release 1.1.6 * libxslt.spec.in: keep the ChangeLog compressed Daniel
2003-12-24prepared release of libxslt-1.1.2 some tweaking following the new EXSLTDaniel Veillard1-1/+3
* configure.in doc/*: prepared release of libxslt-1.1.2 * libxslt.spec.in doc/Makefile.am: some tweaking following the new EXSLT docs. Daniel
2003-11-14adding libexslt.pc support DanielDaniel Veillard1-0/+1
* Makefile.am configure.in libexslt.pc.in libxslt.spec.in: adding libexslt.pc support Daniel
2003-11-02some cleanup and trial for the upcoming 1.1.0 release this release removesDaniel Veillard1-5/+10
* Makefile.am configure.in libxslt.spec.in doc/libxslt-api.xml libxslt/xslt.h libxslt/xsltwin32config.h: some cleanup and trial for the upcoming 1.1.0 release * breakpoint/*: this release removes the deprecated breakpoint library Daniel
2003-10-23oops ! DanielDaniel Veillard1-1/+1
oops ! Daniel
2003-10-23doing some testing and raising the build requirement to 2.5.10 appliedDaniel Veillard1-3/+3
* configure.in libxslt.spec.in: doing some testing and raising the build requirement to 2.5.10 * libexslt/Makefile.am configure.in: applied patch from Graham Wilson for linking the exslt lib with the lib being build instead of the installed one Daniel
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