be5c887
be5c887
# Fedora review: http://bugzilla.redhat.com/194375
be5c887
cvsdist d07437f
%define debug 0
8c69fec
%define final 1 
93d6b5d
%define make_cvs 1
7818609
%define arts 1
0ed51b6
0ed51b6
%if 0%{?fedora} > 7
0ed51b6
# include -devel subpkg or not? 1=yes
0ed51b6
%else
0ed51b6
%define devel 1
0ed51b6
%endif
0ed51b6
1ed03cd
%define appdir %{_datadir}/applications/kde
1ed03cd
ae07bdf
Name:    kdeutils
cvsdist a790d96
Summary: K Desktop Environment - Utilities
ae07bdf
Epoch:   6
8c69fec
Version: 3.5.8
ead495a
Release: 3%{?dist}
c247767
27f2a3e
License: GPLv2
ae07bdf
Group:   Applications/System
6804579
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
99c01ce
Url: http://www.kde.org
c247767
c247767
Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
be7faa2
Source1: klaptop_acpi_helper.pam
57b8607
Source2: klaptop_acpi_helper.console
57b8607
Source3: kcmlaptoprc
cvsdist d07437f
cvsdist a31bf76
Patch1: kdf-3.0.2-label.patch
ccdf4ab
Patch2: kdeutils-3.5.4-bz#205553.patch
d14f179
Patch3: kdeutils-3.5.4-suspend.patch
985b4e4
Patch5: kdeutils-3.5.7-glibc-open.patch
353d1fc
6804579
Requires(post): /sbin/ldconfig
6804579
Requires(postun): /sbin/ldconfig
cvsdist 92b2cbc
a6ddd12
BuildRequires: kdelibs3-devel >= %{version}
ca58646
%if %{make_cvs}
be5c887
BuildRequires: automake libtool
ca58646
%endif
8910237
BuildRequires: gettext
8f9f6df
BuildRequires: net-snmp-devel
4349beb
BuildRequires: python-devel
32e5172
BuildRequires: gmp-devel
be5c887
%if 0%{?fedora} > 4 || 0%{?rhel} > 4
7fed28f
BuildRequires: libXScrnSaver-devel libXtst-devel
be5c887
%endif
be5c887
BuildRequires: xmms-devel
cvsdist a31bf76
be5c887
%define superkaramba_ver 0.39
be5c887
Obsoletes: superkaramba < 0:%{superkaramba_ver}
be5c887
Provides:  superkaramba = 0:%{superkaramba_ver}
cvsdist d07437f
8c69fec
%if ! 0%{?devel}
ead495a
# helps multilib upgrades
ead495a
Obsoletes: %{name} < %{?epoch:%{epoch}:}%{version}-%{release}
a6ddd12
Obsoletes: %{name}-devel < %{epoch}:%{version}-%{release}
a6ddd12
%endif
a6ddd12
cvsdist c6e7e45
%description
e9a6522
Utilities for the K Desktop Environment, including:
e9a6522
  * ark (tar/gzip archive manager)
e9a6522
  * kcalc (scientific calculator)
e9a6522
  * kcharselect (character selector)
e9a6522
  * kdepasswd (change password)
e9a6522
  * kdessh (ssh front end)
e9a6522
  * kdf (view disk usage)
e9a6522
  * kedit (simple text editor)
e9a6522
  * kfloppy (floppy formatting tool)
be5c887
  * kgpg (gpg gui)
e9a6522
  * khexedit (hex editor)
e9a6522
  * kjots (note taker)
e9a6522
  * kregexpeditor (regular expression editor)
e9a6522
  * ktimer (task scheduler)
c247767
  * kwikdisk (removable media utility)
cvsdist c6e7e45
8c69fec
%if 0%{?devel} 
a6ddd12
# afaik, nobody BR's it, and it pulls kdeutils into multilib -- Rex
cvsdist a31bf76
%package devel
27f2a3e
Summary: Development files for %{name} 
cvsdist a31bf76
Group: Development/Libraries
cvsdist a31bf76
Requires: %{name} = %{epoch}:%{version}-%{release}
c247767
Requires: %{name}-extras = %{epoch}:%{version}-%{release}
a6ddd12
Requires: kdelibs3-devel
cvsdist a31bf76
%description devel
27f2a3e
Development files for %{name}.
a6ddd12
%endif
cvsdist a31bf76
c247767
%package extras
27f2a3e
Summary: Extras packages from %{name} 
c247767
Group: Applications/Internet
c247767
Requires: %{name} = %{epoch}:%{version}-%{release}
be5c887
Requires: usermode
c247767
%description extras
c247767
More Utilities for the K Desktop Environment:
c247767
 * kmilo
c247767
 * ksim (system information monitor);
c247767
 * klaptopdaemon (battery monitoring and management for laptops);
c247767
ae07bdf
cvsdist c6e7e45
%prep
6804579
%setup -q
c247767
cvsdist a31bf76
%patch1 -p1 -b .label
ccdf4ab
%patch2 -p1 -b .bz#205553
d14f179
%patch3 -p1 -b .suspend
985b4e4
%patch5 -p1 -b .glibc-open
353d1fc
93d6b5d
%if %{make_cvs}
93d6b5d
  make -f admin/Makefile.common cvs
93d6b5d
%endif
cvsdist c6e7e45
ae07bdf
ae07bdf
%build
ae07bdf
unset QTDIR || : ; . /etc/profile.d/qt.sh
ae07bdf
cvsdist a31bf76
%configure \
7818609
   --enable-new-ldflags \
7818609
   --disable-dependency-tracking \
cvsdist d07437f
   --disable-rpath \
7818609
%if %{debug} == 0
7818609
   --disable-debug \
7818609
   --disable-warnings \
7818609
%endif
cvsdist c565141
%if %{final}
cvsdist d07437f
   --enable-final \
cvsdist c565141
%endif
7818609
%if %{arts} == 0
7818609
   --without-arts \
7818609
%endif
8910237
   --includedir=%{_includedir}/kde \
7fed28f
   --with-snmp \
7fed28f
   --with-xscreensaver
cvsdist c565141
cvsdist c6e7e45
make %{?_smp_mflags}
cvsdist c6e7e45
c247767
cvsdist c6e7e45
%install
1f5936f
rm -rf %{buildroot}
cvsdist a31bf76
1f5936f
make install DESTDIR=%{buildroot}
cvsdist c6e7e45
ca58646
# Show only in KDE (really? -- Rex)
1615847
for i in kcalc kregexpeditor Kjots ktimer kdf kcmdf ksim KFloppy KEdit \
e9a6522
  KCharSelect ark kwalletmanager kwalletconfig \
e9a6522
 irkick kcmlirc laptop pcmcia kvaio thinkpad kwikdisk; do
e9a6522
 if [ -f %{buildroot}%{_datadir}/applications/kde/$i.desktop ] ; then
e9a6522
   echo "OnlyShowIn=KDE;" >> %{buildroot}%{_datadir}/applications/kde/$i.desktop
e9a6522
 fi
1615847
done
1615847
c247767
## File lists
c247767
# locale's
c247767
%find_lang %{name} || touch %{name}.lang
c247767
# HTML (1.0)
c247767
HTML_DIR=$(kde-config --expandvars --install html)
c247767
if [ -d %{buildroot}$HTML_DIR ]; then
c247767
for lang_dir in %{buildroot}$HTML_DIR/* ; do
c247767
  if [ -d $lang_dir ]; then
c247767
    lang=$(basename $lang_dir)
c247767
    echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
c247767
    # replace absolute symlinks with relative ones
c247767
    pushd $lang_dir
c247767
      for i in *; do
c247767
        [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
c247767
      done
c247767
    popd
c247767
    pushd $lang_dir/kcontrol
c247767
      for i in *; do
c247767
        [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../../common $i/common
c247767
      done
c247767
    popd
c247767
  fi
cvsdist c6e7e45
done
c247767
fi
cvsdist c6e7e45
be7faa2
# using pam
be5c887
install -p -D -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/pam.d/klaptop_acpi_helper
be5c887
install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/security/console.apps/klaptop_acpi_helper
be7faa2
c247767
pushd %{buildroot}%{_bindir}
c247767
  mkdir -p %{buildroot}%{_sbindir}
c247767
  mv klaptop_acpi_helper ../sbin
c247767
  ln -s consolehelper klaptop_acpi_helper
be7faa2
popd
be7faa2
57b8607
# klaptop setting
be5c887
install -p -D -m 644 %{SOURCE3} %{buildroot}%{_datadir}/config/kcmlaptoprc
57b8607
a6ddd12
# unpackaged files
8c69fec
%if ! 0%{?devel}
a6ddd12
rm -rf %{buildroot}%{_includedir}/kde/
a6ddd12
rm -f %{buildroot}%{_libdir}/lib{kcmlaptop,khexeditcommon,kmilo,kregexpeditorcommon,ksimcore}.so
a6ddd12
%endif
a6ddd12
ae07bdf
cvsdist c6e7e45
%clean
1f5936f
rm -rf %{buildroot}
cvsdist c6e7e45
ae07bdf
6804579
%post
6804579
/sbin/ldconfig
6804579
for f in crystalsvg hicolor locolor ; do
6804579
  touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
6804579
  gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
6804579
done
6804579
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsdist c6e7e45
6804579
%postun
6804579
/sbin/ldconfig
6804579
for f in crystalsvg hicolor locolor ; do
6804579
  touch --no-create %{_datadir}/icons/$f 2> /dev/null  ||:
6804579
  gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
6804579
done
6804579
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
cvsdist c6e7e45
c247767
%post extras
c247767
/sbin/ldconfig
c247767
for f in crystalsvg hicolor ; do
c247767
  touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
c247767
  gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
c247767
done
c247767
c247767
%postun extras
c247767
/sbin/ldconfig
c247767
for f in crystalsvg hicolor ; do
c247767
  touch --no-create %{_datadir}/icons/$f 2> /dev/null ||:
c247767
  gtk-update-icon-cache -q %{_datadir}/icons/$f 2> /dev/null ||:
c247767
done
c247767
ae07bdf
c247767
%files extras
c247767
%defattr(-,root,root,-)
c247767
c247767
# kmilo
c247767
%{_libdir}/kde3/kded_kmilod.*
c247767
%{_libdir}/kde3/kmilo*
c247767
%{_libdir}/libkmilo.la
c247767
%{_libdir}/libkmilo.so.*
c247767
%{_datadir}/services/kded/kmilod.desktop
c247767
%{_datadir}/services/kmilo
c247767
%{_datadir}/servicetypes/kmilo
c247767
c247767
# ksim
27f2a3e
%{_docdir}/HTML/*/ksim/
c247767
%{_libdir}/kde3/ksim*
c247767
%{_libdir}/libksimcore.la
c247767
%{_libdir}/libksimcore.so.*
c247767
%{_datadir}/apps/kicker/extensions/ksim.desktop
c247767
%{_datadir}/apps/ksim/
c247767
%config %{_datadir}/config/ksim_panelextensionrc
c247767
%{_datadir}/icons/crystalsvg/??x??/apps/ksim.png
c247767
%{_datadir}/icons/crystalsvg/16x16/devices/ksim_cpu.png
c247767
c247767
# klaptop
27f2a3e
%{_docdir}/HTML/en/kcontrol
c247767
%{_sysconfdir}/pam.d/klaptop_acpi_helper
c247767
%attr(644,root,root) %{_sysconfdir}/security/console.apps/klaptop_acpi_helper
c247767
%{_bindir}/klaptop*
c247767
%{_libdir}/kde3/kded_klaptopdaemon.*
c247767
%{_sbindir}/klaptop_acpi_helper
c247767
%{_datadir}/apps/klaptopdaemon
c247767
%{_datadir}/services/kded/klaptopdaemon.desktop
c247767
%{_libdir}/kde3/kcm_laptop.*
c247767
%{_libdir}/libkcmlaptop.*
c247767
%{_datadir}/applications/kde/laptop.desktop
c247767
%config %{_datadir}/config/kcmlaptoprc
c247767
%{_datadir}/icons/crystalsvg/128x128/apps/laptop_battery.png
c247767
%{_datadir}/icons/crystalsvg/??x??/apps/laptop_battery.png
c247767
%{_datadir}/icons/crystalsvg/scalable/apps/laptop_battery.svgz
c247767
c247767
c247767
%files -f %{name}.lang
27f2a3e
%defattr(-,root,root,-)
c247767
c247767
# kmilo
c247767
%exclude %{_libdir}/kde3/kded_kmilod.*
c247767
%exclude %{_libdir}/kde3/kmilo*
c247767
%exclude %{_libdir}/libkmilo.la
c247767
%exclude %{_libdir}/libkmilo.so.*
c247767
%exclude %{_datadir}/services/kded/kmilod.desktop
c247767
%exclude %{_datadir}/services/kmilo
c247767
%exclude %{_datadir}/servicetypes/kmilo
c247767
c247767
# ksim
27f2a3e
%exclude %{_docdir}/HTML/*/ksim/
c247767
%exclude %{_libdir}/kde3/ksim*
c247767
%exclude %{_libdir}/libksimcore.la
c247767
%exclude %{_libdir}/libksimcore.so.*
c247767
%exclude %{_datadir}/apps/kicker/extensions/ksim.desktop
c247767
%exclude %{_datadir}/apps/ksim/
c247767
%exclude %{_datadir}/config/ksim_panelextensionrc
c247767
%exclude %{_datadir}/icons/crystalsvg/??x??/apps/ksim.png
c247767
%exclude %{_datadir}/icons/crystalsvg/16x16/devices/ksim_cpu.png
c247767
c247767
# klaptop
c247767
%exclude %{_sysconfdir}/pam.d/klaptop_acpi_helper
c247767
%exclude %{_sysconfdir}/security/console.apps/klaptop_acpi_helper
c247767
%exclude %{_bindir}/klaptop*
c247767
%exclude %{_libdir}/kde3/kded_klaptopdaemon.*
c247767
%exclude %{_sbindir}/klaptop_acpi_helper
c247767
%exclude %{_datadir}/apps/klaptopdaemon
c247767
%exclude %{_datadir}/services/kded/klaptopdaemon.desktop
c247767
%exclude %{_libdir}/kde3/kcm_laptop.*
c247767
%exclude %{_libdir}/libkcmlaptop.*
c247767
%exclude %{_datadir}/applications/kde/laptop.desktop
c247767
%exclude %{_datadir}/config/kcmlaptoprc
c247767
%exclude %{_docdir}/HTML/en/kcontrol/
c247767
%exclude %{_datadir}/icons/crystalsvg/128x128/apps/laptop_battery.png
c247767
%exclude %{_datadir}/icons/crystalsvg/??x??/apps/laptop_battery.png
c247767
%exclude %{_datadir}/icons/crystalsvg/scalable/apps/laptop_battery.svgz
c247767
27f2a3e
%{_docdir}/HTML/en/*
be7faa2
%attr(644,root,root) %{_sysconfdir}/security/console.apps/*
be7faa2
%attr(644,root,root) %{_sysconfdir}/pam.d/*
cvsdist a31bf76
%{_bindir}/*
0c2dfa1
%{_sbindir}/*
cvsdist a31bf76
%{_libdir}/kde3/*
cvsdist a31bf76
%{_libdir}/*.la
57b8607
%{_libdir}/libkdeinit*.so
c7273d5
%{_libdir}/lib*.so.*
cvsdist a31bf76
%{_datadir}/icons/*/*/*/*
cvsdist a31bf76
%{_datadir}/apps/*
cvsdist a31bf76
%config %{_datadir}/config/*
cvsdist add07fb
%{_datadir}/config.kcfg/*
cvsdist a31bf76
%{_datadir}/services/*
cvsdist add07fb
%{_datadir}/servicetypes/*
cvsdist add07fb
%{_datadir}/applications/kde/*
b44e5cc
%{_datadir}/applnk/Utilities/*
b44e5cc
%{_datadir}/mimelnk/application/*
cvsdist add07fb
%{_datadir}/autostart/*
cvsdist c6e7e45
8c69fec
%if 0%{?devel}
cvsdist a31bf76
%files devel
ca58646
%defattr(-,root,root,-)
cvsdist a31bf76
%{_includedir}/kde/*
a6ddd12
%{_libdir}/libkcmlaptop.so
a6ddd12
%{_libdir}/libkhexeditcommon.so
a6ddd12
%{_libdir}/libkmilo.so
a6ddd12
%{_libdir}/libkregexpeditorcommon.so
a6ddd12
%{_libdir}/libksimcore.so
a6ddd12
%endif
cvsdist c6e7e45
ae07bdf
cvsdist a31bf76
%changelog
e9a6522
* Mon Nov 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-4
e9a6522
- include kregexpeditor in %%description (#399281)
e9a6522
ead495a
* Tue Oct 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-3
ead495a
- Obsoletes: %%name ... to help out multilib upgrades
ead495a
a70a76c
* Sat Oct 13 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.8-2
8c69fec
- kde-3.5.8
0ed51b6
- omit -devel subpkg (f8+)
8c69fec
985b4e4
* Thu Sep 27 2007 Than Ngo <than@redhat.com> -  3.5.7-6
985b4e4
- fix build issue with new current glibc-2.6.90
985b4e4
a6ddd12
* Wed Aug 29 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-5
a6ddd12
- move kcalc back to main pkg
a6ddd12
27f2a3e
* Mon Aug 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-4
27f2a3e
- License: GPLv2
27f2a3e
- cleanups
27f2a3e
ca58646
* Thu Jul 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-3
ca58646
- drop Requires: kdebase
ca58646
7fed28f
* Thu Jul 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.6.7-2
7fed28f
- fix undefined symbols in %%_libdir/kde3/kded_klaptopdaemon.so
7fed28f
- BR: libXScrnSaver-devel 
7fed28f
ae07bdf
* Mon Jun 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.7-1
ae07bdf
- 3.5.7
ae07bdf
be5c887
* Wed May 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.6-3
be5c887
- drop uber-old legacy Obsoletes/Provides
be5c887
- BR: xmms-devel
be5c887
- -extras: move Requires: usermode here
be5c887
c247767
* Wed Apr 18 2007 Than Ngo <than@redhat.com> - 6:3.5.6-2
c247767
- cleanup
c247767
c247767
* Sun Feb 18 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 6:3.5.6-0.2
c247767
- kcalc, kmilo, klaptop and ksim Split into an extra package - kde-utils
c247767
- Dropped explicit BR - autoconf
c247767
- Minor clean ups
c247767
- since the package uses consolehelper, it requires: usermode
c247767
3c8654e
* Thu Feb 08 2007 Than Ngo <than@redhat.com> 6:3.5.6-1.fc7
3c8654e
- 3.5.6
3c8654e
8910237
* Thu Oct 26 2006 Than Ngo <than@redhat.com> 6:3.5.5-0.1
8910237
- 3.5.5
0000213
f0d8924
* Wed Sep 27 2006 Than Ngo <than@redhat.com> 6:3.5.4-5
f0d8924
- apply upstream patches
5dee8b4
    fix #132929, Apply default settings in Power Control->Laptop Battery crash
5dee8b4
    fix #113622, kde logout on low battery
f0d8924
    fix #129161, kwalletmanager does not show up in systray
f0d8924
a729b21
* Mon Sep 25 2006 Than Ngo <than@redhat.com> 6:3.5.4-4
a729b21
- fix #207920, klaptop_acpi_help to use pm-utils and pam
a729b21
- fix crash in klaptopdaemon
12dd6e4
- apply upstream patches
12dd6e4
   fix #134192, computes negative real raised 0 power equals nan
12dd6e4
ccdf4ab
* Tue Sep 12 2006 Than Ngo <than@redhat.com> 6:3.5.4-3
ccdf4ab
- fix #205553, Printing text with kedit always Bold
14da5c2
- apply upstream patch
14da5c2
   fix #128925, menu displays question marks instead of unicode characters
14da5c2
353d1fc
* Wed Aug 23 2006 Than Ngo <than@redhat.com> 6:3.5.4-2
353d1fc
- apply upstream patch to fix ark crashes, kde#127341
8a3c49e
- apply upstream patch to fix kgpg crashes, kde#132420
353d1fc
6804579
* Thu Aug 10 2006 Than Ngo <than@redhat.com> 6:3.5.4-1
6804579
- rebuild
6804579
prockai 3f61893
* Mon Jul 24 2006 Petr Rockai <prockai@redhat.com> - 6:3.5.4-0.pre1
prockai 3f61893
- prerelease of 3.5.4 (from the first-cut tag)
prockai 3f61893
e83dc75
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.3-2.1
e83dc75
- rebuild
e83dc75
32e5172
* Thu Jun 22 2006 Karsten Hopp <karsten@redhat.de> 3.5.3-2
32e5172
- add buildrequire gmp so that kcalc can be built
32e5172
1f5936f
* Mon Jun 05 2006 Than Ngo <than@redhat.com> 6:3.5.3-1
1f5936f
- update to 3.5.3
1f5936f
4349beb
* Tue May 16 2006 Than Ngo <than@redhat.com> 6:3.5.2-2
4349beb
- fix #192003, Missing BuildRequire on python-devel/libXtst-devel
4349beb
4349beb
* Wed Apr 05 2006 Than Ngo <than@redhat.com> 6:3.5.2-1
1ed03cd
- update to 3.5.2
1ed03cd
31aa258
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.1-1.2
31aa258
- bump again for double-long bug on ppc(64)
31aa258
c1ba3e3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6:3.5.1-1.1
c1ba3e3
- rebuilt for new gcc4.1 snapshot and glibc changes
c1ba3e3
c247767
* Sun Feb 05 2006 Than Ngo <than@redhat.com> 6:3.5.1-1
7818609
- 3.5.1
7818609
1ce6172
* Mon Jan 16 2006 Than Ngo <than@redhat.com> 6:3.5.0-4
1ce6172
- apply patch to fix #176463
1ce6172
1e02388
* Thu Jan 05 2006 Radek Vokal <rvokal@redhat.com> 6:3.5.0-3
1e02388
- rebuilt against new libnetsnmp
1e02388
c52e8ee
* Tue Dec 20 2005 Than Ngo <than@redhat.com> 6:3.5.0-2
c247767
- fix file conflict with superkaramba #176044
c52e8ee
5355759
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5355759
- rebuilt
5355759
99c01ce
* Wed Nov 30 2005 Than Ngo <than@redhat.com> 6:3.5.0-1
99c01ce
- 3.5
99c01ce
c247767
* Wed Nov 09 2005 Than Ngo <than@redhat.com> 6:3.4.92-4
d456fb5
- rebuilt against new openssl
c247767
c247767
* Thu Nov 03 2005 Than Ngo <than@redhat.com> 6:3.4.92-3
f475543
- rebuilt against new net-snmp
f475543
60add6c
* Fri Oct 28 2005 Than Ngo <than@redhat.com> 6:3.4.92-2
60add6c
- apply patch to initialize correctly the variables
60add6c
0489d4d
* Tue Oct 25 2005 Than Ngo <than@redhat.com> 6:3.4.92-1
0489d4d
- update to 3.5 beta2
0489d4d
b5c0042
* Wed Oct 12 2005 Than Ngo <than@redhat.com> 6:3.4.91-3
b5c0042
- remove unneeded libacl-devel buildrequirement
b5c0042
08045ee
* Tue Oct 11 2005 Karsten Hopp <karsten@redhat.de> 3.4.91-2
08045ee
- add libacl-devel buildrequirement
08045ee
1d49b46
* Fri Sep 30 2005 Than Ngo <than@redhat.com> 6:3.4.91-1
1d49b46
- update to 3.5 beta1
1d49b46
581e900
* Thu Sep 08 2005 Than Ngo <than@redhat.com> 6:3.4.2-2
581e900
- backport upstream patch to support /sys/power/state interface, #135623
581e900
0e5ebfb
* Thu Aug 11 2005 Than Ngo <than@redhat.com> 6:3.4.2-1
0e5ebfb
- update to 3.4.2
0e5ebfb
f26774f
* Thu Jun 16 2005 Than Ngo <than@redhat.com> 6:3.4.1-1
f26774f
- 3.4.1
f26774f
7545d97
* Fri Mar 18 2005 Than Ngo <than@redhat.com> 6:3.4.0-1
7545d97
- 3.4.0
7545d97
0afd862
* Fri Mar 04 2005 Than Ngo <than@redhat.com> 6:3.4.0-0.rc1.2
0afd862
- rebuilt against gcc-4.0.0-0.31
0afd862
93d6b5d
* Tue Mar 01 2005 Than Ngo <than@redhat.com> 6:3.4.0-0.rc1.1
93d6b5d
- KDE 3.4.0 rc1
93d6b5d
c247767
* Mon Feb 21 2005 Than Ngo <than@redhat.com> 6:3.3.92-0.1
93d6b5d
- KDE-3.4 beta2
93d6b5d
8f9f6df
* Tue Feb 08 2005 Than Ngo <than@redhat.com> 6:3.3.2-0.2
8f9f6df
- add buildrequires on net-snmp-devel for ksim #147390
8f9f6df
be92ed0
* Sun Dec 05 2004 Than Ngo <than@redhat.com> 6:3.3.2-0.1
be92ed0
- update to 3.3.2
be92ed0
- get rid of kdeutils-3.3.1-kdf-locale.patch, it's included in 3.3.2
be92ed0
a42e734
* Wed Oct 27 2004 Than Ngo <than@redhat.com> 6:3.3.1-4
a42e734
- fc4 rebuilt
a42e734
a42e734
* Wed Oct 27 2004 Than Ngo <than@redhat.com> 6:3.3.1-3
a42e734
- rhel rebuilt
a42e734
a42e734
* Wed Oct 27 2004 Than Ngo <than@redhat.com> 6:3.3.1-2.1
a42e734
- Fix translation issue bug #136437
a42e734
f033ae0
* Fri Oct 15 2004 Than Ngo <than@redhat.com> 6:3.3.1-2
f033ae0
- fix uninitialsed variable
f033ae0
cb7177a
* Wed Oct 13 2004 Than Ngo <than@redhat.com> 6:3.3.1-1
cb7177a
- update to 3.3.1
cb7177a
1615847
* Sun Sep 26 2004 Than Ngo <than@redhat.com> 3.3.0-2
1615847
- cleanup GNOME/KDE menu
1615847
cvsdist f98eba0
* Mon Aug 23 2004 Than Ngo <than@redhat.com> 3.3.0-1
cvsdist f98eba0
- update to 3.3.0
cvsdist f98eba0
cvsdist 392e7e7
* Wed Aug 11 2004 Than Ngo <than@redhat.com> 3.3.0-0.1.rc2
cvsdist 392e7e7
- update to 3.3.0 rc2
cvsdist 392e7e7
cvsdist 392e7e7
* Tue Aug 10 2004 Than Ngo <than@redhat.com> 6:3.3.0-0.1.rc1
cvsdist 392e7e7
- update to 3.3.0 rc1
cvsdist 392e7e7
cvsdist 546f3c9
* Mon Jun 21 2004 Than Ngo <than@redhat.com> 6:3.2.3-1
cvsdist 546f3c9
- update to 3.2.3
cvsdist 546f3c9
cvsdist 07c32d4
* Thu May 06 2004 Than Ngo <than@redhat.com> 6:3.2.2-3
cvsdist 07c32d4
- cleanup GNOME/KDE menu
cvsdist 07c32d4
cvsdist 07c32d4
* Sun May 02 2004 Than Ngo <than@redhat.com> 6:3.2.2-2
cvsdist 07c32d4
- fix "Extract here" for tar.gz, #122048
cvsdist 07c32d4
- don't show some KDE apps in GNOME, #117271
cvsdist 07c32d4
cvsdist 07c32d4
* Wed Apr 14 2004 Than Ngo <than@redhat.com> 6:3.2.2-1
cvsdist 07c32d4
- update to 3.2.2
cvsdist 07c32d4
cvsdist 07c32d4
* Mon Mar 29 2004 Than Ngo <than@redhat.com> 3.2.1-1.1
cvsdist 07c32d4
- cleanup KDE/GNOME menus
cvsdist 07c32d4
cvsdist 1d9fdc5
* Sun Mar 07 2004 Than Ngo <than@redhat.com> 6:3.2.1-1
cvsdist 1d9fdc5
- 3.2.1 release
cvsdist 1d9fdc5
cvsdist 1d9fdc5
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 1d9fdc5
- rebuilt
cvsdist 1d9fdc5
cvsdist 1d9fdc5
* Wed Feb 25 2004 Than Ngo <than@redhat.com> 6:3.2.0-1.2
cvsdist 1d9fdc5
- gcc 3.4 build problem
cvsdist 1d9fdc5
cvsdist 1d9fdc5
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 1d9fdc5
- rebuilt
cvsdist 1d9fdc5
cvsdist 1d9fdc5
* Wed Feb 11 2004 Than Ngo <than@redhat.com> 6:3.2.0-0.1
cvsdist 1d9fdc5
- 3.2.0 release
cvsdist 1d9fdc5
- built against qt 3.3.0
cvsdist 1d9fdc5
cvsdist add07fb
* Thu Jan 22 2004 Than Ngo <than@redhat.com> 6:3.1.95-0.1
cvsdist add07fb
- 3.2 RC1
cvsdist add07fb
cvsdist add07fb
* Mon Dec 01 2003 Than Ngo <than@redhat.com> 6:3.1.94-0.1
cvsdist add07fb
- KDE 3.2 Beta2
cvsdist add07fb
cvsdist add07fb
* Wed Nov 12 2003 Than Ngo <than@redhat.com> 6:3.1.93-0.1
cvsdist add07fb
- KDE 3.2 Beta1
cvsdist add07fb
- cleanup specfile
cvsdist add07fb
cvsdist 92b2cbc
* Wed Oct 01 2003 Than Ngo <than@redhat.com> 6:3.1.4-1
cvsdist 47f165f
- 3.1.4
cvsdist 92b2cbc
- add Prereq: /sbin/ldconfig
cvsdist 92b2cbc
- remove kdeutils-3.1.3-gcc33.patch, which is in upstream
cvsdist 92b2cbc
cvsdist 92b2cbc
* Wed Aug 13 2003 Than Ngo <than@redhat.com> 6:3.1.3-3
cvsdist 92b2cbc
- fix build problem with gcc 3.3
cvsdist 47f165f
cvsdist 92b2cbc
* Tue Aug 12 2003 Than Ngo <than@redhat.com> 6:3.1.3-2
cvsdist 92b2cbc
- rebuilt
cvsdist 92b2cbc
cvsdist 92b2cbc
* Tue Aug 12 2003 Than Ngo <than@redhat.com> 6:3.1.3-1
cvsdist 7b5fd27
- 3.1.3
cvsdist b55f5f4
cvsdist 92b2cbc
* Wed Jun 25 2003 Than Ngo <than@redhat.com> 3.1.2-4
cvsdist 92b2cbc
- rebuilt
cvsdist 92b2cbc
cvsdist 92b2cbc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 92b2cbc
- rebuilt
cvsdist 92b2cbc
cvsdist 92b2cbc
* Tue May 20 2003 Than Ngo <than@redhat.com> 3.1.2-2
cvsdist 92b2cbc
- 3.1.2
cvsdist 92b2cbc
cvsdist 92b2cbc
* Tue Apr  8 2003 Than Ngo <than@redhat.com> 3.1.1-2
cvsdist 92b2cbc
- fixed package description #53035
cvsdist 92b2cbc
cvsdist 92b2cbc
* Wed Mar 19 2003 Than Ngo <than@redhat.com> 3.1.1-1
cvsdist b55f5f4
- 3.1.1
cvsdist b55f5f4
cvsdist a31bf76
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist a31bf76
- rebuilt
cvsdist c6e7e45
cvsdist a31bf76
* Sun Feb 23 2003 Than Ngo <than@redhat.com> 3.1-3
cvsdist a31bf76
- requires kdelibs/kdebase instead kdelib-devel/kdebase-devel
cvsdist c6e7e45
cvsdist a31bf76
* Fri Feb 21 2003 Than Ngo <than@redhat.com> 3.1-2
cvsdist a31bf76
- get rid of gcc path from dependency_libs
cvsdist c6e7e45
cvsdist a31bf76
* Tue Jan 28 2003 Than Ngo <than@redhat.com> 3.1-1
cvsdist a31bf76
- 3.1 release
cvsdist c6e7e45
cvsdist a31bf76
* Sat Nov 30 2002 Than Ngo <than@redhat.com> 3.1-0.2
cvsdist a31bf76
- desktop issues
cvsdist a31bf76
- get rid of sub packages
cvsdist a31bf76
- add new kdeutils-devel
cvsdist c6e7e45
cvsdist a31bf76
* Thu Nov 28 2002 Than Ngo <than@redhat.com> 3.1-0.1
cvsdist a31bf76
- update to 3.1 rc4
cvsdist d07437f
cvsdist d07437f
* Sun Nov 10 2002 Than Ngo <than@redhat.com> 3.0.5-1
cvsdist d07437f
- update to 3.0.5
cvsdist d07437f
cvsdist d07437f
* Tue Oct 15 2002 Than Ngo <than@redhat.com> 3.0.4-1
cvsdist d07437f
- 3.0.4
cvsdist d07437f
cvsdist d621c15
* Sat Aug 31 2002 Than Ngo <than@redhat.com> 3.0.3-3
cvsdist d621c15
- fix Configure... menu entry in Klaptop applet
cvsdist d621c15
cvsdist 26159f5
* Mon Aug 19 2002 Karsten Hopp <karsten@redhat.de>
cvsdist 26159f5
- Skip LABEL entries in /etc/FSTAB until kdf can handle them
cvsdist 26159f5
  The mounts show up with their device name instead (#71063)
cvsdist 26159f5
cvsdist 26159f5
* Mon Aug 12 2002 Than Ngo <than@redhat.com> 3.0.3-1
cvsdist 017c779
- 3.0.3
cvsdist c565141
- build using gcc-3.2-0.3
cvsdist c565141
cvsdist c565141
* Thu Aug  8 2002 Than Ngo <than@redhat.com> 3.0.2-4
cvsdist c565141
- desktop files issue (bug #67304,67305)
cvsdist c565141
cvsdist c565141
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 3.0.2-3
cvsdist c565141
- build using gcc-3.2-0.1
cvsdist c565141
cvsdist c565141
* Sat Jul 20 2002 Than Ngo <than@redhat.com> 3.0.2-2
cvsdist c565141
- fix desktop files issue
cvsdist c565141
cvsdist c565141
* Tue Jul 09 2002 Than Ngo <than@redhat.com> 3.0.2-1
cvsdist c565141
- 3.0.2
cvsdist c565141
- use desktop-file-install
cvsdist c565141
cvsdist c565141
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist c565141
- automated rebuild
cvsdist c565141
cvsdist c565141
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist c565141
- automated rebuild
cvsdist c565141
cvsdist c565141
* Tue May 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.1-1
cvsdist c565141
- 3.0.1
cvsdist 017c779
cvsdist a790d96
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-4
cvsdist a790d96
- Rebuild with changed sonames
cvsdist a790d96
cvsdist a790d96
* Tue Apr 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-3
cvsdist c6e7e45
- Add prompt for overwriting files in kedit (#59321)
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Apr  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-2
cvsdist c6e7e45
- Fix updating from 2.x (#62259)
cvsdist c6e7e45
cvsdist c6e7e45
* Wed Mar 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-1
cvsdist c6e7e45
- 3.0.0 final
cvsdist c6e7e45
cvsdist c6e7e45
* Wed Mar 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020321.1
cvsdist c6e7e45
- kpm is now fully in kdebase; remove spec file hacks
cvsdist c6e7e45
cvsdist c6e7e45
* Wed Mar  6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020306.1
cvsdist c6e7e45
- Rename subpackages
cvsdist c6e7e45
cvsdist c6e7e45
* Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020131.1
cvsdist c6e7e45
- Update, remove kpm (it's in kdebase now)
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020122.1
cvsdist c6e7e45
- Fix bug #58658
cvsdist c6e7e45
cvsdist c6e7e45
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020117.1
cvsdist c6e7e45
- Build with new kdelibs, update
cvsdist c6e7e45
cvsdist c6e7e45
* Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20011227.1
cvsdist c6e7e45
- Update
cvsdist c6e7e45
- Split into subpackages
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1
cvsdist c6e7e45
- Remove efax from the package, we're shipping it separately
cvsdist c6e7e45
- Update
cvsdist c6e7e45
cvsdist c6e7e45
* Sun Jul 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010722.1
cvsdist c6e7e45
- Update
cvsdist c6e7e45
- Make symlinks relative
cvsdist c6e7e45
cvsdist c6e7e45
* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- 2.1-respin
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- 2.1
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- Fix up detection of PCMCIA sockets
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Feb  6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- Get rid of the libkdefakes.so.0 dependency
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- Update
cvsdist c6e7e45
cvsdist c6e7e45
* Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- Update to CVS
cvsdist c6e7e45
- Don't exclude ia64 anymore
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- 2.0 final
cvsdist c6e7e45
cvsdist c6e7e45
* Wed Oct  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- 2.0
cvsdist c6e7e45
cvsdist c6e7e45
* Thu Aug 24 2000 Than Ngo <than@redhat.com>
cvsdist c6e7e45
- update to kdeutils-1.93
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Aug  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- new version
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- new snapshot
cvsdist c6e7e45
- turn off SMP build for kfloppy (broken Makefiles)
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Jul 18 2000 Than Ngo <than@redhat.de>
cvsdist c6e7e45
- rebuilt against gcc-2.96-40 and glibc-2.1.92-14
cvsdist c6e7e45
- don't use make -j, it is broken
cvsdist c6e7e45
cvsdist c6e7e45
* Sun Jul 16 2000 Than Ngo <than@redhat.de>
cvsdist c6e7e45
- use gcc 2.96
cvsdist c6e7e45
- new snapshot
cvsdist c6e7e45
cvsdist c6e7e45
* Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- Update Epoch
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- new snapshot
cvsdist c6e7e45
- ExcludeArch: ia64
cvsdist c6e7e45
cvsdist c6e7e45
* Thu Apr  6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- Require and BuildPrereq kdebase - kfind uses libkonq.
cvsdist c6e7e45
- new snapshot
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- 2.0 snapshot
cvsdist c6e7e45
cvsdist c6e7e45
* Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- we don't support lp or lprng in 6.x, use lpr as spooler in klpq.
cvsdist c6e7e45
- specific requires for zip and unzip for ark.
cvsdist c6e7e45
cvsdist c6e7e45
* Sat Jan  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist c6e7e45
- KDE_1_1_BRANCH
cvsdist c6e7e45
- rebuild for 6.2
cvsdist c6e7e45
cvsdist c6e7e45
* Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- mark docs files as such.
cvsdist c6e7e45
cvsdist c6e7e45
* Thu Sep 09 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- kde 1.1.2 release.
cvsdist c6e7e45
cvsdist c6e7e45
* Fri Jun 11 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- snapshot, includes kde 1.1.1 + fixes
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Apr 19 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- last snapshot before release
cvsdist c6e7e45
cvsdist c6e7e45
* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- today's snapshot provides kpm and kwrite fixes.
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- latest stable snapshot
cvsdist c6e7e45
cvsdist c6e7e45
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- Injected new description and group.
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Feb 08 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- upgraded to KDE 1.1 final.
cvsdist c6e7e45
cvsdist c6e7e45
* Mon Jan 18 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- updated macros to be RPM 3.0 compliant, removed redhat dependency.
cvsdist c6e7e45
cvsdist c6e7e45
* Wed Jan 06 1999 Preston Brown <pbrown@redhat.com>
cvsdist c6e7e45
- re-merged in changes from Duncan Haldane
cvsdist c6e7e45
cvsdist c6e7e45
cvsdist c6e7e45
cvsdist c6e7e45
cvsdist c6e7e45
cvsdist c6e7e45
cvsdist c6e7e45