Summary: An X Window System-based calendar program. Name: ical Version: 2.3.3 #Release: 26 Release: 27 Source: http://www.research.digial.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/ical-%{PACKAGE_VERSION}.tar.gz Url: http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/home.html License: distributable Group: Applications/Productivity BuildRoot: %{_tmppath}/%{name}-root Packager: Tom Bennet , starting with the RH 7.3 package. %description Ical is an X Window System based calendar program. Ical will create/edit/delete entries, create repeating entries, remind you about upcoming appointments, print and list item occurrences, and allow shared calendars between different users. %prep %setup -q # XXX patch0 changes configure.in # Need to find out the right way to do this. autoconf # XXX drill out duplicate libs perl -pi -e 's/ \@TCL_LIBS\@//' Makefile.in %build ./configure --with-tclsh=%{_bindir}/tclsh --with-tclconfig=/usr/lib --with-tclscripts=/usr/share/tcl/tcl8.4 --with-tkscripts=/usr/share/tcl/tk8.4 make OPTF="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %install rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1 %makeinstall BINDIR=${RPM_BUILD_ROOT}%{_bindir} LIBDIR=${RPM_BUILD_ROOT}%{_libdir} MANDIR=${RPM_BUILD_ROOT}%{_mandir} strip ${RPM_BUILD_ROOT}%{_bindir}/ical-* mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/X11/applnk/Applications cat > ${RPM_BUILD_ROOT}%{_sysconfdir}/X11/applnk/Applications/ical.desktop < - Attempt to build an rpm for RH 9.0 386. * Wed Sep 12 2001 Tim Powers - rebuild with new gcc and binutils * Tue Jul 31 2001 Than Ngo - fix bug #50485 * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. * Sun Apr 29 2001 Bill Nottingham - rebuild for C++ exception handling on ia64 - fix build * Tue Oct 24 2000 Than Ngo - fixed ical -print option broken, thanks to wtanaka@yahoo.com (Bug #19627) - used RPM_OPT_FLAGS * Wed Oct 18 2000 Than Ngo - rebuilt against gcc-2.96-60 * Sat Aug 05 2000 Than Ngo - add swedish translation (Bug #15311) * Thu Jul 13 2000 Prospector - automatic rebuild * Tue Jul 4 2000 Jakub Jelinek - Rebuild with new C++ * Thu Jun 15 2000 Bill Nottingham - rebuild to fix dependencies * Sat Jun 3 2000 Jeff Johnson - rebuild against tcltk-8.3.1. - diddle the ia64 patch to build against glibc-2.2. * Sat May 20 2000 Ngo Than - put man pages in /usr/share/man/* * Sat May 6 2000 Bill Nottingham - fixes for ia64 compilation * Sun Mar 19 2000 Jeff Johnson - hack: add char * cast to compile with glibc-2.95. * Sat Mar 18 2000 Jeff Johnson - rebuild against tcl-8.2.3. * Thu Feb 03 2000 Preston Brown - convert wmconfig to .desktop - strip man page * Sat May 15 1999 Jeff Johnson - Mark /etc/X11/wmconfig/ical as %config (#31) * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 9) * Wed Feb 24 1999 Preston Brown - Injected new description and group. * Thu Sep 24 1998 Cristian Gafton - patch to build against the latest tcltk * Thu Aug 13 1998 Jeff Johnson - build root * Thu May 07 1998 Prospector System - translations modified for de, fr, tr * Thu Oct 30 1997 Otto Hammersmith - fixed wmconfig entry * Thu Oct 23 1997 Otto Hammersmith - replaced references to the version number with %{PACKAGE_VERSION} * Wed Oct 22 1997 Otto Hammersmith - updated to version 2.2, which is supposed to work with Tcl/Tk 8.0 - added wmconfig entry * Mon Oct 20 1997 Otto Hammersmith - Update version * Tue Sep 30 1997 Erik Troan - build against tcl/tk 8.0 * Fri Aug 22 1997 Erik Troan - built against glibc