source: projects/specs/trunk/k/kdepim3/kdepim3-vl.spec @ 9021

Revision 9021, 18.1 KB checked in by inagaki, 9 years ago (diff)

2014-10-25 Ryoichi INAGAKI <ryo1@…>

  • kdebase3, kdepim3, kdewebdev: update


Line 
1Name: kdepim3
2Summary: Compatibility support for kdepim3
3Version: 3.5.10
4Release: 3%{?_dist_release}
5
6URL: http://www.kde.org/
7Group: Applications/Productivity
8License: GPLv2
9
10Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdepim-%{version}.tar.bz2
11Patch0: kdepim-3.5.10-gcc.patch
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: bison
15BuildRequires: desktop-file-utils
16BuildRequires: flex
17BuildRequires: kdelibs3-devel >= %{version}
18BuildRequires: libart_lgpl-devel
19BuildRequires: cyrus-sasl-devel
20BuildRequires: gpgme-devel
21BuildRequires: libXpm-devel libXScrnSaver-devel
22BuildRequires: zlib-devel
23BuildRequires: python-devel
24#BuildRequires: libmal-devel
25#BuildRequires: pilot-link-devel >= 0.9.5
26
27%description
28%{summary}, including libkcal.
29
30%package libs
31Summary: Runtime files for %{name}
32Summary(ja): %{name} のランタイムライブラリ
33Group: System Environment/Libraries
34Requires: kdelibs3 >= %{version}
35
36%description libs
37%{summary}, including libkcal.
38
39%package devel
40Summary: Development files for %{name}
41Summary(ja): %{name} の開発用ファイル
42Group: Development/Libraries
43Requires: %{name}-libs = %{version}-%{release}
44Requires: kdelibs3-devel
45
46%description devel
47Development files for %{name}.
48Install %{name}-devel if you want to write or compile %{name} plugins.
49
50%prep
51%setup -q -n kdepim-%{version}
52%patch0 -p1 -b .gcc47
53
54%build
55unset QTDIR || : ; . /etc/profile.d/qt.sh
56
57%configure \
58    --with-qt-libraries=$QTDIR/lib \
59    --enable-new-ldflags \
60    --disable-dependency-tracking \
61    --disable-rpath \
62    --disable-debug --disable-warnings \
63    --enable-final \
64    --includedir=%{_includedir}/kde \
65    --with-gpg=%{_bindir}/gpg \
66    --with-gpgsm=%{_bindir}/gpgsm \
67    --with-sasl \
68    --without-gnokii \
69    --without-mal \
70    --without-pilot-link
71
72for lib in ktnef libkmime libemailfunctions libkcal libkdepim; do
73make %{?_smp_mflags} -C ${lib}
74done
75
76%install
77rm -rf $RPM_BUILD_ROOT
78for lib in ktnef libkmime libemailfunctions libkcal libkdepim; do
79    make install DESTDIR=$RPM_BUILD_ROOT -C $lib
80done
81
82#unpackaged files
83rm -f  $RPM_BUILD_ROOT%{_libdir}/lib*.la
84rm -f  $RPM_BUILD_ROOT%{_libdir}/libkdepim*
85rm -rf $RPM_BUILD_ROOT%{_datadir}/apps/libkdepim/
86rm -rf $RPM_BUILD_ROOT%{_datadir}/apps/kdepimwidgets/
87rm -f  $RPM_BUILD_ROOT%{_libdir}/kde3/plugins/designer/*
88rm -f  $RPM_BUILD_ROOT%{_libdir}/lib{kmime,ktnef}.so
89rm -rf $RPM_BUILD_ROOT%{_includedir}/kde/ktnef/
90rm -rf $RPM_BUILD_ROOT%{_datadir}/applications
91rm -rf $RPM_BUILD_ROOT%{_datadir}/icons
92rm -rf $RPM_BUILD_ROOT%{_datadir}/mimelnk
93rm -rf $RPM_BUILD_ROOT%{_datadir}/apps/ktnef
94rm -f  $RPM_BUILD_ROOT%{_bindir}/ktnef
95
96
97%post libs -p /sbin/ldconfig
98
99%postun libs -p /sbin/ldconfig
100
101%clean
102rm -rf $RPM_BUILD_ROOT
103
104%files libs
105%defattr(-,root,root)
106%doc README korganizer/COPYING
107%{_datadir}/config.kcfg/pimemoticons.kcfg
108%{_datadir}/apps/libical/
109%{_datadir}/services/kresources/kcal*
110%{_libdir}/libkcal.so.2*
111%{_libdir}/kde3/kcal*
112%{_libdir}/libkmime.so.2*
113%{_libdir}/libktnef.so.1*
114
115%files devel
116%defattr(-,root,root)
117%{_includedir}/kde/kdepimmacros.h
118%{_includedir}/kde/libemailfunctions
119%{_includedir}/kde/libkcal
120%{_libdir}/libkcal.so
121
122%changelog
123* Fri Oct 24 2014 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.10-3
124- added Patch0 from fc
125- not link to libmal and pilot-link
126
127* Sat May 26 2012 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.10-2
128- rebuilt with rpm-4.8.1-3
129- added BR: arts-devel
130
131* Sun Mar 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.10-1
132- updated to 3.5.10
133- built with new toolchain
134
135* Sat Sep  5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-2
136- renamed kdepim3
137
138* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
139- applied new versioning policy, spec in UTF-8
140- added Japnaese summary
141
142* Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
143- rebuild for VineSeed
144
145* Tue Oct 16 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
146- new upstream release
147
148* Wed Jun 20 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
149- rebuild for VineSeed
150
151* Wed May 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
152- new upstream release
153- remove all patches
154
155* Mon Apr 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
156- new upstream release
157- add Patch0, 1 , 2 and 3
158
159* Mon Oct 23 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3
160- added --with-qt-libraries and --enable-libsuffix option
161
162* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
163- rebuild for VineSeed
164
165* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
166- new upstream release
167
168* Mon Sep  4 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl3
169- rebuild with pilot-link-0.12.0-0vl1
170
171* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
172- rebuild for VineSeed
173
174* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
175- new upstream release
176
177* Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
178- rebuild for VineSeed
179
180* Wed May 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
181- new upstream release
182
183* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
184- rebuild for VineSeed
185
186* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
187- new upstream release
188
189* Tue Jan 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
190- rebuild for VineSeed
191
192* Tue Jan 31 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
193- new upstream release
194- delete BuildPrereq: libmal-devel and Requires: libmal
195
196* Thu Dec  8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
197- rebuild for VineSeed
198
199* Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
200- new upstream release
201
202* Mon Nov 14 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
203- new upstream release
204
205* Mon Oct 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1
206- new upstream release
207- delete all patches
208- add Requires: kdeaccessibility  >= %%{version}
209- add --enable-indexlib to configure option
210
211* Tue Sep 20 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1
212- new upstream release
213- remove Patch0
214- add Patch0 - Patch1
215
216* Tue Aug  2 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2
217- rebuild for VineSeed
218
219* Tue Aug  2 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1
220- new upstream release
221- remove Patch0
222- add BuildPrereq: gpgme-devel >= 0.4.5
223- add Patch0 (http://bugs.kde.org/show_bug.cgi?id=109003)
224
225* Mon Jul  4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2
226- rebuild for VineSeed
227- add --disable-rpath to configure option
228
229* Mon Jun  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1
230- new upstream release (delete old patch and add new security patch)
231- use %%{?_smp_mflags} for make option
232
233* Thu Mar 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2
234- rebuild for VineSeed
235
236* Wed Mar 16 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1
237- new upstream release
238- add patch0
239
240* Fri Mar  4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl0.rc1
241- new upstream release (3.4.0-rc1)
242
243* Tue Feb  8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.92-0vl1
244- new upstream release
245
246* Wed Feb  2 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1
247- new upstream release
248
249* Sat Jan  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2
250- rebuild for VineSeed
251
252* Sat Jan  1 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1
253- new upstream release
254
255* Sun Oct 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1
256- source upgrade
257- update %%files
258- all sub-packages are integrated into main package (exclude devel)
259
260* Tue Aug 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2
261- rebuild with qt32
262
263* Tue Jun 15 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1
264- source upgrade
265- remove lines about vine26
266
267* Sat May  1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1
268- source upgrade
269- update %%files
270
271* Sat Mar 20 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1
272- source upgrade
273- update %%description
274- add Obsoletes: kdenetwork < 3.2.0
275
276* Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2
277- rebuild for VineSeedPlus
278
279* Sun Jan 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1
280- source upgrade
281- build for VinePlus/2.6
282- (VinePlus/2.6) BuildPrereq: autoconf258
283- remove Patch
284
285* Sun Dec 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3
286- build for VineSeed with new toolchain and qt-3.2.3
287- add configure option --with-xinerama --enable-final
288
289* Sun Nov  2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2
290- rebuild with qt-3.2.1-0.26vl3
291
292* Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2
293- rebuild with qt-3.2.1-0vl3
294
295* Sat Sep 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1
296- build with gcc-3.2.3
297
298* Thu Sep 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl1
299- source upgrade
300- BuildPrereq: qt-devel >= 3.2.1 arts-devel >= 1:1.1.4
301
302* Sat Aug  2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0.26vl1
303- rebuild for Vine2.6
304
305* Mon Jul 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1
306- source upgrade
307- change spec to build with gcc295
308- change make option for SMP and add script
309- add BuildPrereq: libmal-devel
310- add Requires: libmal for pilot
311
312* Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1
313- source upgrade
314- remove Patch800 (included in this source)
315- built with libpng >= 1.2.5 when %%{vine26} is set to 0 (ie VineSeedPlus)
316
317* Sat Apr  5 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1
318- source upgrade
319- change spec to build both VineSeed and Vine2.5/2.6
320- revised description and files section
321- remove source900
322- add patch0 (http://bugs.kde.org/show_bug.cgi?id=55541)
323- add patch800 (Kdeveloper:02753)
324
325* Sat Oct 19 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2
326- objprelink2 support only ix86 (add %%ifarch %%{ix86} ... )
327
328* Sun Oct 13 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1
329- source upgrade
330
331* Wed Oct  9 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl2
332- rebuild with qt-3.0.5-0vl1
333- BuildPrereq: autoconf253 objprelink2
334
335* Wed Sep 18 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl1
336- source upgrade
337
338* Sun Jul 14 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1
339- source upgrade
340- add BuildPrereq: autoconf252 automake15
341
342* Thu Jul  4 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.1-1vl1
343- merged with rawhide 3.0.1-1
344- change %%doc %%{_docdir}/HTML -> %%doc %%{_datadir}/doc/HTML
345- add Requires: for each package
346- There is Vine's previous changes, hacked for Vine
347 -- Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
348  - build for VineSeed
349  - delete Epoch
350  - objprelink (i386 only)
351
352* Tue Jun 25 2002 Than Ngo <than@redhat.com> 3.0.1-1
353- 3.0.1
354- fixed bug #67303
355
356* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
357- automated rebuild
358
359* Thu May 23 2002 Tim Powers <timp@redhat.com>
360- automated rebuild
361
362* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
363- Rename libraries
364
365* Wed Apr 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-2
366- Fix #61901
367
368* Fri Mar 29 2002 Than Ngo <than@redhat.com> 3.0.0-1
369- final
370
371* Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020122.1
372- Update
373- Fix build on ia64
374
375* Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010726.1
376- Update, fixes korganizer (#50006)
377
378* Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
379- Update to get rid of abbrowser (moved to kdebase)
380
381* Thu Feb 22 2001 Than Ngo <than@redhat.com>
382- add missing ldconfig in %post anf %postun again
383- clean up specfile
384
385* Wed Feb 21 2001 Than Ngo <than@redhat.com>
386- 2.1-respin
387- fix dangling symlink
388- remove excludearch ia64, some hacks to build on ia64
389
390* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
391- 2.1
392
393* Mon Feb  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
394- Update
395
396* Tue Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
397- Update
398
399* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
400- Update to CVS
401- Enable building kpilot
402- Obsolete kpilot
403- Don't exclude ia64, use -O0 on ia64
404- Disable building kpilot on ia64 (compiler breakage)
405
406* Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
407- 2.0 final
408
409* Wed Oct  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
410- 2.0
411
412* Sun Oct  1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
413- new CVS
414- fix installation of fonts
415
416* Sat Sep 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
417- new CVS snapshot
418- fix up spec file
419
420* Wed Aug 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
421- get rid of the 3d-screensavers package - now that qt-GL is part of qt,
422  there's no need to keep them separate to avoid the dependency.
423
424* Mon Aug 21 2000 Than Ngo <than@redhat.com>
425- fix gnome-session so that KDE2 can be started from gdm
426- pam/kde2 instead pam/kde to avoid problem with KDE1
427- don't requires qt-GL, It's now in qt
428
429* Sun Aug 20 2000 Than Ngo <than@redhat.com>
430- fix dependency problem with KDE1 so that KDE1 and KDE2 can be installed
431  at the same time
432- add missing ldconfig in %post anf %postun
433- fix for reading config files in /etc/X11/xdm, add Xsession to requires
434
435* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
436- Fix keytable in konsole (Bug #15682)
437
438* Sun Aug  6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
439- rebuild, now that kdelibs2 works on alpha
440- use the same ugly hack to get kdebase to compile
441- remove ksysguard on alpha (even more compiler problems)
442
443* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
444- new snapshot (fixed libGL detection in CVS)
445
446* Wed Aug  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
447- move to /usr/lib/kde2
448- new snapshot
449
450* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
451- fix the --xdmdir arg to be correct (oops)
452
453* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
454- move kdm config files from /usr/config to /etc/X11 by forcing xdmdir
455
456* Fri Jul 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
457- new snapshot
458- some fixes to spec file
459
460* Tue Jul 18 2000 Than Ngo <than@redhat.de>
461- rebuilt against glibc-2.1.92-14, gcc-2.96-40
462
463* Sun Jul 16 2000 Than Ngo <than@redhat.de>
464- use new snapshot
465- disable Motif
466
467* Tue Jul 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
468- use gcc 2.96
469- new snapshot
470
471* Sun Jul  2 2000 Bernhard Rosenkraenzer <bero@redhat.com>
472- Epoch 3
473- Update to current
474- Use egcs++
475
476* Fri Jun 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
477- Update (I put the fixes directly to CVS rather than collecting them
478  in the spec)
479
480* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
481- remove man2html; we get that from man
482- new snapshot
483
484* Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
485- new snapshot
486- ExcludeArch ia64 for now
487- remove gnome .desktop file, we get it from gnome-core now.
488
489* Wed Apr  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
490- remove dependency on xpm (now in XFree86)
491
492* Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
493- new snapshot
494- move it to /usr, where it belongs
495
496* Sat Dec 25 1999 Bernhard Rosenkraenzer <bero@redhat.com>
497- Build the OpenGL screensavers, and move them to a separate package
498- Improve the spec file (BuildPrereqs etc.)
499
500* Thu Dec 16 1999 Bernhard Rosenkraenzer <bero@redhat.com>
501- remove patch #3 (obsoleted by kwin)
502
503* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.de>
504- 2.0 CVS snapshot
505- fix compilation
506
507* Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
508- clean up files in /tmp from startkde
509- mark doc files as such
510
511* Tue Sep 21 1999 Preston Brown <pbrown@redhat.com>
512- start autorun if present in startkde
513- check for configured soundcard before running sound services
514
515* Mon Sep 20 1999 Preston Brown <pbrown@redhat.com>
516- made kdelnks display Name property if they are of type Link
517
518* Thu Sep 16 1999 Preston Brown <pbrown@redhat.com>
519- moved png handling here (from kdelibs)
520- changed low color icon directory name to locolor
521
522* Tue Sep 14 1999 Preston Brown <pbrown@redhat.com>
523- added optional session management to logout dialog
524- include GNOME menus
525
526* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
527- added link to /etc/X11/applnk, .directory file
528- included lowcolor icon sub-package
529- enable .desktop file access
530
531* Fri Sep 10 1999 Preston Brown <pbrown@redhat.com>
532- customized startkde script to set up user environment if not present.
533- mention kthememgr in description.
534
535* Wed Sep 08 1999 Preston Brown <pbrown@redhat.com>
536- upgraded to 1.1.2 release
537- kvt is back
538- kde icon included
539- linux console fonts included
540
541* Thu Jul 15 1999 Preston Brown <pbrown@redhat.com>
542- PAM console logout problem solved.
543
544* Mon Jul 12 1999 Preston Brown <pbrown@redhat.com>
545- now includes screensaver password security fix
546
547* Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
548- snapshot, includes kde 1.1.1 + fixes
549- kvt removed for security reasons.  It is a steaming pile of...
550
551* Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
552- last snapshot before release
553
554* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
555- today's snapshot makes kfm a bit nicer and some other fixes
556- moved default rc files to kdesupport
557
558* Thu Apr 15 1999 Preston Brown <pbrown@redhat.com>
559- SUID bit removed from konsole_grantpty -- not needed w/glibc 2.1
560
561* Wed Apr 14 1999 Preston Brown <pbrown@redhat.com>
562- built with today's snapshot -- had to rebuild to fix pam problems.
563
564* Tue Apr 13 1999 Preston Brown <pbrown@redhat.com>
565- new snapshot fixes mimetype video/x-flic problem
566
567* Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
568- latest stable snapshot
569
570* Fri Apr 09 1999 Preston Brown <pbrown@redhat.com>
571- removed bell.xpm (used to be in fvwm2-icons, don't want installer to see
572- this previous connection and autoselect kdebase for upgrade).
573
574* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
575- moved gdm patch
576
577* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
578- added gdm session control file
579
580* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
581- added pam-console stuff to kde pam file
582
583* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
584- Injected new description and group.
585
586* Mon Feb 07 1999 Preston Brown <pbrown@redhat.com>
587- upgraded to KDE 1.1 final.
588
589* Tue Jan 19 1999 Preston Brown <pbrown@redhat.com>
590- updated macros for RPM 3.0, removed red hat logo.
591
592* Tue Jan 05 1999 Preston Brown <pbrown@redhat.com>
593- re-merged from Duncan Haldane's stuff
Note: See TracBrowser for help on using the repository browser.