Changelog for
sablotron-devel-1.0.3-1.n0i.3.fc6.i386.rpm :
Mon Aug 21 10:00:00 2006 Marius FERARU
- 1.0.3-1.n0i.3
- version 1.0.3
Wed Jan 19 09:00:00 2005 Marius FERARU 1.0.2-1.n0i.2
- version 1.0.2
Sun Feb 1 09:00:00 2004 Marius FERARU 1.0.1-0.n0i.1
- spec clean up (Fedora style)
Mon Nov 24 09:00:00 2003 Petr Cimpricg
- sablotron 1.0.1 RPM release 1
Fri Aug 8 10:00:00 2003 Petr Cimprich
- sablotron 1.0 RPM release 1
- Add optional support for JS thru defines
- all defines can be set from command line
- patch for src/engine/Makefile.in updated
Mon May 19 10:00:00 2003 Chris Chabot
- Replace tabs w/ spaces in header
- Add optional GPL licence compile support and
Add optional support for readline thru defines
and changes package licence field appropiatly
- Package man page in man1 instead putting it in the doc dir
- Add sablot-config to package
- Add conflicts tag for non-supported expat release
- Changed buildroot to use temp path macro
- Removed .la file, new-redhat style
- Add check for rm -rf\'s that build root is not /
- Made setup quiet
- Add NOTES & DEBUGGER to the main package and
apidoc\'s to devel package
- Set file mode for README to 0644
- Expanded Requires & BuildRequires tags
Tue Apr 8 10:00:00 2003 Petr Cimprich
- sablotron 0.98 RPM release 1
- Expat 1.95.2 or higher required
Mon Dec 30 09:00:00 2002 Petr Cimprich
- sablotron 0.97 RPM release 1
Thu Sep 5 10:00:00 2002 Petr Cimprich
- sablotron 0.96 RPM release 1
- added switches to
CFLAGS=\"${CFLAGS:--Wall -pipe -O2 -g -march=pentium4 -mtune=pentium4 -mfpmath=sse -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -fasynchronous-unwind-tables}\" ; export CFLAGS ;
CXXFLAGS=\"${CXXFLAGS:--Wall -pipe -O2 -g -march=pentium4 -mtune=pentium4 -mfpmath=sse -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -fasynchronous-unwind-tables}\" ; export CXXFLAGS ;
FFLAGS=\"${FFLAGS:--Wall -pipe -O2 -g -march=pentium4 -mtune=pentium4 -mfpmath=sse -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -fasynchronous-unwind-tables}\" ; export FFLAGS ;
for i in $(find . -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu \\
--target=i386-redhat-linux \\
--program-prefix= \\
--prefix=/usr \\
--exec-prefix=/usr \\
--bindir=/usr/bin \\
--sbindir=/usr/sbin \\
--sysconfdir=/etc \\
--datadir=/usr/share \\
--includedir=/usr/include \\
--libdir=/usr/lib \\
--libexecdir=/usr/libexec \\
--localstatedir=/var \\
--sharedstatedir=/usr/com \\
--mandir=/usr/share/man \\
--infodir=/usr/share/info and JS environment
Wed Jul 31 10:00:00 2002 Alkis Evlogimenos
- Removed unnecessary %builddir definition
- Changed configure target to take configure options of the system
- Changed install to use the
/usr/bin/make \\
prefix=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr \\
exec_prefix=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr \\
bindir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/bin \\
sbindir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/sbin \\
sysconfdir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/etc \\
datadir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/share \\
includedir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/include \\
libdir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/lib \\
libexecdir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/libexec \\
localstatedir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/var \\
sharedstatedir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/com \\
mandir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/share/man \\
infodir=/home/altblue/rpmbuild/BUILD/sablotron-1.0.3-1.n0i.3.fc6-root-altblue/usr/share/info \\
install macro
Tue Jun 25 10:00:00 2002 Petr Cimprich
- sablotron 0.95 RPM release 1
- added manpage for sabcmd
Mon Mar 11 09:00:00 2002 Petr Cimprich
- sablotron 0.90 RPM release 1
Wed Jan 30 09:00:00 2002 Petr Cimprich
- sablotron 0.82 RPM release 1
Fri Jan 18 09:00:00 2002 Petr Cimprich
- sablotron 0.81 RPM release 2
- added CPLUS_INCLUDE_PATH=/usr/include/js
Wed Jan 16 09:00:00 2002 Petr Cimprich
- sablotron 0.81 RPM release 1
Thu Jan 10 09:00:00 2002 Petr Cimprich
- sablotron 0.80 RPM release 2
- removed --enable-perlconnect
Wed Jan 9 09:00:00 2002 Petr Cimprich
- sablotron 0.80 RPM release 1
- requires JavaScript now
- build under RedHat 7.2 with rpm 4.0.3
Tue Nov 6 09:00:00 2001 Petr Cimprich
- sablotron 0.71 RPM release 1
- adapted to new project layout
Tue Sep 18 10:00:00 2001 Petr Cimprich
- sablotron 0.70 RPM release 1
Wed Aug 15 10:00:00 2001 Petr Cimprich
- sablotron 0.65 RPM release 1
Thu Jun 14 10:00:00 2001 Petr Cimprich
- sablotron 0.60 RPM release 1
- build under RedHat 7.1 with rpm 4.0.2
Sun Apr 22 10:00:00 2001 Petr Cimprich
- sablotron 0.52 RPM release 1
- based on 0.51-5 spec by Henri Gomez
Thu Feb 22 09:00:00 2001 Henri Gomez
- sablotron 0.51 RPM release 5
- apply patch to add -lexpat and -lstdc++ in libsablot.so
REQUIRED for use with PHP4
Thu Feb 22 09:00:00 2001 Henri Gomez
- sablotron 0.51 RPM release 4
- follow Redhat way to dispatch between pack and pack-devel
Tue Feb 20 09:00:00 2001 Henri Gomez
- sablotron 0.51 RPM release 3
- added ldconfig is post/preun and cleanup stuff
- build under Redhat 6.2 + updates with rpm 3.0.5
Mon Feb 19 09:00:00 2001 Henri Gomez
- sablotron 0.51 RPM release 2
- added Requires expat >= 1.95.1
Mon Feb 19 09:00:00 2001 Henri Gomez
- sablotron 0.51 RPM release 1
- updated spec file