Changelog for
screem-0.2.7-4.i386.rpm :
Fri Aug 4 00:00:00 2000 Tim Powers
- rebuilt against libpng-1.0.8
Tue Jul 25 00:00:00 2000 Prospector
- rebuilt
Tue Jul 11 00:00:00 2000 Tim Powers
- rebuilt
Mon Jul 3 00:00:00 2000 Trond Eivind Glomsr�d
- 0.2.7
- remove patch
- use %{_tmppath} and %makeinstall
- don\'t include anything from the IDL directory as no such directory is created
Wed May 31 00:00:00 2000 Tim Powers
- fixed broken requires lists
Sat May 27 00:00:00 2000 Tim Powers
- started changelog
- initial build for Powertools
- based on spec file in tarball
- use
CFLAGS=\"${CFLAGS:--O2 -march=i386 -mcpu=i686}\" ; export CFLAGS ;
CXXFLAGS=\"${CXXFLAGS:--O2 -march=i386 -mcpu=i686}\" ; export CXXFLAGS ;
FFLAGS=\"${FFLAGS:--O2 -march=i386 -mcpu=i686}\" ; export FFLAGS ;
[ -f configure.in ] && libtoolize --copy --force ;
./configure i386-redhat-linux \\
--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 instead of ./configure
- remove redundant defines at top of spec file
- use /usr instead of %{prefix} which was defined in the spec file
instead of by RPM\'s macros
- fixed broken files list, was claiming ownership of directories that aren\'t
owned by this package.
- applnk entry in /etc/X11/applnk
- patched configure.in so we can build the package against gnome-libs 1.2.0
instead of only older versions
- changed Requires to the versions we are currently building with
- added BuildRequires so that we know what we need to build the package before
we fail in the middle of everything
- removed obsoletes line since this package is named the same thing. RPM
handles uninstalling older versions for us :)