mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-05 12:10:38 +03:00
Preparing for a not too distant alpha release:
- 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
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Tue Jan 23 14:58:32 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* 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
|
||||
|
||||
Mon Jan 22 23:35:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* Makefile.am libxslt.spec.in libxslt/Makefile.am tests/Makefile.am:
|
||||
|
||||
@@ -28,4 +28,9 @@ xsltConf.sh: xsltConf.sh.in Makefile
|
||||
test tests:
|
||||
@(cd tests ; make test)
|
||||
|
||||
cleantar:
|
||||
@(rm -f libxslt*.tar.gz)
|
||||
|
||||
rpm: cleantar distcheck
|
||||
rpm -ta libxslt*.tar.gz
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
|
||||
%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
|
||||
%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO FEATURES
|
||||
|
||||
%{prefix}/lib/lib*.so.*
|
||||
%{prefix}/bin/xsltproc
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
$(top_builddir)/libxslt/xsltproc:
|
||||
@(cd ../../libxslt ; make xsltproc)
|
||||
|
||||
EXTRA_DIST = doc.xsl doc.xml result.xml
|
||||
|
||||
all: test
|
||||
|
||||
test tests: $(top_builddir)/libxslt/xsltproc
|
||||
@(rm -f .memdump ; touch .memdump)
|
||||
@($(top_builddir)/libxslt/xsltproc doc.xsl doc.xml > doc.res ; \
|
||||
@@ -10,4 +14,3 @@ test tests: $(top_builddir)/libxslt/xsltproc
|
||||
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
|
||||
rm -f doc.res)
|
||||
|
||||
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
$(top_builddir)/libxslt/xsltproc:
|
||||
@(cd ../../libxslt ; make xsltproc)
|
||||
|
||||
EXTRA_DIST = data.xml vrml.xsl vrml.xml svg.xsl svg.xml html.xsl html.xml
|
||||
|
||||
all: test
|
||||
|
||||
test tests: $(top_builddir)/libxslt/xsltproc
|
||||
@(rm -f .memdump ; touch .memdump)
|
||||
@($(top_builddir)/libxslt/xsltproc vrml.xsl data.xml > vrml.res ; \
|
||||
@@ -18,4 +22,3 @@ test tests: $(top_builddir)/libxslt/xsltproc
|
||||
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0";\
|
||||
rm -f html.res)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user