| 1 | Name: kdeutils |
|---|
| 2 | Summary: KDE Utilities |
|---|
| 3 | Summary(ja): KDE ユーティリティ集 |
|---|
| 4 | Version: 4.6.4 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | License: GPLv2 |
|---|
| 8 | Group: Applications/System |
|---|
| 9 | URL: http://www.kde.org/ |
|---|
| 10 | |
|---|
| 11 | Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdeutils-%{version}.tar.bz2 |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | BuildRequires: desktop-file-utils |
|---|
| 15 | BuildRequires: gmp-devel |
|---|
| 16 | BuildRequires: kdebase-devel >= %{version} |
|---|
| 17 | BuildRequires: kdebase-workspace-devel >= %{version} |
|---|
| 18 | BuildRequires: kdepimlibs-devel >= %{version} |
|---|
| 19 | BuildRequires: libarchive-devel |
|---|
| 20 | BuildRequires: libXpm-devel |
|---|
| 21 | BuildRequires: libzip-devel |
|---|
| 22 | BuildRequires: plasma-devel >= %{version} |
|---|
| 23 | BuildRequires: python-devel python |
|---|
| 24 | BuildRequires: qca2-devel |
|---|
| 25 | BuildRequires: qimageblitz-devel |
|---|
| 26 | BuildRequires: qjson-devel >= 0.5 |
|---|
| 27 | BuildRequires: soprano-devel |
|---|
| 28 | BuildRequires: system-config-printer |
|---|
| 29 | BuildRequires: xz-devel |
|---|
| 30 | |
|---|
| 31 | Requires(post): desktop-file-utils |
|---|
| 32 | Requires(postun): desktop-file-utils |
|---|
| 33 | |
|---|
| 34 | # filelight moved here |
|---|
| 35 | Obsoletes: filelight < 1:1.9 |
|---|
| 36 | Provides: filelight = 1:1.9 |
|---|
| 37 | |
|---|
| 38 | Obsoletes: kdeutils-extras < 4.0.0 |
|---|
| 39 | Obsoletes: kdeutils-devel < 4.0.0 |
|---|
| 40 | Obsoletes: kdeutils4 < %{version}-%{release} |
|---|
| 41 | Provides: kdeutils4 = %{version}-%{release} |
|---|
| 42 | |
|---|
| 43 | Requires: kdebase-runtime >= 4.6 |
|---|
| 44 | Requires: %{name}-libs = %{version}-%{release} |
|---|
| 45 | #Requires: %{name}-printer-applet = %{version}-%{release} |
|---|
| 46 | |
|---|
| 47 | Conflicts: kdeutils3 |
|---|
| 48 | |
|---|
| 49 | Vendor: Project Vine |
|---|
| 50 | Distribution: Vine Linux |
|---|
| 51 | Packager: inagaki |
|---|
| 52 | |
|---|
| 53 | %description |
|---|
| 54 | Utilities for KDE 4. |
|---|
| 55 | Includes: |
|---|
| 56 | * ark: tar/gzip archive manager |
|---|
| 57 | * kcalc: scientific calculator |
|---|
| 58 | * kcharselect: character selector |
|---|
| 59 | * kdelirc: Linux Infrared Remote Control frontend |
|---|
| 60 | * kdf: view disk usage |
|---|
| 61 | * kfloppy: floppy formatting tool |
|---|
| 62 | * kgpg: gpg gui |
|---|
| 63 | * ktimer: task scheduler |
|---|
| 64 | * kwalletmanager: kde wallet management tool |
|---|
| 65 | * superkaramba: desktop widgets |
|---|
| 66 | * sweeper: clean unwanted traces the user leaves on the system |
|---|
| 67 | |
|---|
| 68 | %package libs |
|---|
| 69 | Summary: Runtime libraries for %{name} |
|---|
| 70 | Summary(ja): %{name} のランタイムライブラリ |
|---|
| 71 | Group: System Environment/Libraries |
|---|
| 72 | Requires: kdelibs4 >= %{version} |
|---|
| 73 | |
|---|
| 74 | %description libs |
|---|
| 75 | %{summary}. |
|---|
| 76 | |
|---|
| 77 | %package printer-applet |
|---|
| 78 | Summary: KDE printer applet |
|---|
| 79 | Summary(ja): KDE プリンタアプレット |
|---|
| 80 | Group: Applications/System |
|---|
| 81 | Requires: PyKDE4 |
|---|
| 82 | Requires: hal-cups-utils |
|---|
| 83 | Requires: system-config-printer-libs |
|---|
| 84 | |
|---|
| 85 | %description printer-applet |
|---|
| 86 | %{summary}. |
|---|
| 87 | |
|---|
| 88 | %prep |
|---|
| 89 | %setup -q -n kdeutils-%{version} |
|---|
| 90 | |
|---|
| 91 | %build |
|---|
| 92 | mkdir -p %{_target_platform} |
|---|
| 93 | pushd %{_target_platform} |
|---|
| 94 | unset QTDIR || : ; . /etc/profile.d/qt4.sh |
|---|
| 95 | %cmake \ |
|---|
| 96 | -DCMAKE_BUILD_TYPE=release \ |
|---|
| 97 | -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ |
|---|
| 98 | -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \ |
|---|
| 99 | -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \ |
|---|
| 100 | -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \ |
|---|
| 101 | -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ |
|---|
| 102 | -DINSTALL_PRINTER_APPLET=TRUE \ |
|---|
| 103 | .. |
|---|
| 104 | popd |
|---|
| 105 | |
|---|
| 106 | make %{?_smp_mflags} -C %{_target_platform} |
|---|
| 107 | |
|---|
| 108 | %install |
|---|
| 109 | rm -rf $RPM_BUILD_ROOT |
|---|
| 110 | make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform} |
|---|
| 111 | |
|---|
| 112 | # nothing should build against these |
|---|
| 113 | rm -f $RPM_BUILD_ROOT%{_libdir}/libkasten{controllers,core,gui}.so |
|---|
| 114 | #rm -f $RPM_BUILD_ROOT%{_libdir}/libokteta{core,gui,kastencontrollers,kastencore,kastengui}.so |
|---|
| 115 | rm -f $RPM_BUILD_ROOT%{_libdir}/libkdelirc_shared.so |
|---|
| 116 | rm -f $RPM_BUILD_ROOT%{_libdir}/libkerfuffle.so |
|---|
| 117 | rm -f $RPM_BUILD_ROOT%{_libdir}/libkmilo.so |
|---|
| 118 | rm -f $RPM_BUILD_ROOT%{_libdir}/liblibkremotecontrol.so |
|---|
| 119 | rm -f $RPM_BUILD_ROOT%{_libdir}/libsuperkaramba.so |
|---|
| 120 | rm -rf $RPM_BUILD_ROOT%{_includedir}/kde4 |
|---|
| 121 | |
|---|
| 122 | %clean |
|---|
| 123 | rm -rf $RPM_BUILD_ROOT |
|---|
| 124 | |
|---|
| 125 | %check |
|---|
| 126 | for f in $RPM_BUILD_ROOT%{_datadir}/applications/kde4/*.desktop ; do |
|---|
| 127 | # make an exception for irkick service-style .desktop, while we consult |
|---|
| 128 | # upstream |
|---|
| 129 | if [ "`basename $f .desktop`" != "irkick" ]; then |
|---|
| 130 | desktop-file-validate $f |
|---|
| 131 | fi |
|---|
| 132 | done |
|---|
| 133 | |
|---|
| 134 | %post |
|---|
| 135 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||: |
|---|
| 136 | touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||: |
|---|
| 137 | |
|---|
| 138 | %posttrans |
|---|
| 139 | update-desktop-database -q &> /dev/null ||: |
|---|
| 140 | gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||: |
|---|
| 141 | gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||: |
|---|
| 142 | |
|---|
| 143 | %postun |
|---|
| 144 | if [ $1 -eq 0 ] ; then |
|---|
| 145 | touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||: |
|---|
| 146 | touch --no-create %{_datadir}/icons//oxygen &> /dev/null ||: |
|---|
| 147 | gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||: |
|---|
| 148 | gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||: |
|---|
| 149 | update-desktop-database -q &> /dev/null ||: |
|---|
| 150 | fi |
|---|
| 151 | |
|---|
| 152 | %post libs -p /sbin/ldconfig |
|---|
| 153 | |
|---|
| 154 | %postun libs -p /sbin/ldconfig |
|---|
| 155 | |
|---|
| 156 | |
|---|
| 157 | %files |
|---|
| 158 | %defattr(-,root,root) |
|---|
| 159 | %doc AUTHORS COPYING README |
|---|
| 160 | %{_bindir}/ark |
|---|
| 161 | %{_bindir}/filelight |
|---|
| 162 | %{_bindir}/kcalc |
|---|
| 163 | %{_bindir}/kcharselect |
|---|
| 164 | %{_bindir}/kdf |
|---|
| 165 | %{_bindir}/kfloppy |
|---|
| 166 | %{_bindir}/kgpg |
|---|
| 167 | %{_bindir}/krcdnotifieritem |
|---|
| 168 | %{_bindir}/ktimer |
|---|
| 169 | %{_bindir}/kwalletmanager |
|---|
| 170 | %{_bindir}/kwikdisk |
|---|
| 171 | %{_bindir}/superkaramba |
|---|
| 172 | %{_bindir}/sweeper |
|---|
| 173 | %{_datadir}/kde4/apps/ark/ |
|---|
| 174 | %{_datadir}/kde4/apps/filelight/ |
|---|
| 175 | %{_datadir}/kde4/apps/filelightpart/ |
|---|
| 176 | %{_datadir}/kde4/apps/kcalc/ |
|---|
| 177 | %{_datadir}/kde4/apps/kcharselect/ |
|---|
| 178 | %{_datadir}/kde4/apps/kconf_update/* |
|---|
| 179 | %{_datadir}/kde4/apps/kdf/ |
|---|
| 180 | %{_datadir}/kde4/apps/kgpg/ |
|---|
| 181 | %{_datadir}/kde4/apps/kremotecontrol/ |
|---|
| 182 | %{_datadir}/kde4/apps/kremotecontroldaemon/ |
|---|
| 183 | %{_datadir}/kde4/apps/kwalletmanager/ |
|---|
| 184 | #{_datadir}/kde4/apps/okteta/ |
|---|
| 185 | #{_datadir}/kde4/apps/oktetapart/ |
|---|
| 186 | %{_datadir}/kde4/apps/superkaramba/ |
|---|
| 187 | %{_datadir}/kde4/apps/sweeper/ |
|---|
| 188 | %{_datadir}/kde4/services/* |
|---|
| 189 | %{_datadir}/kde4/servicetypes/* |
|---|
| 190 | %{_datadir}/applications/kde4/*.desktop |
|---|
| 191 | %doc %{_docdir}/HTML/en/* |
|---|
| 192 | %{_datadir}/icons/hicolor/*/*/* |
|---|
| 193 | %{_datadir}/icons/oxygen/*/*/* |
|---|
| 194 | %{_datadir}/dbus-1/interfaces/* |
|---|
| 195 | %{_datadir}/config.kcfg/* |
|---|
| 196 | %{_datadir}/autostart/kgpg.desktop |
|---|
| 197 | %{_datadir}/config/* |
|---|
| 198 | #{_datadir}/mime/packages/* |
|---|
| 199 | %{_libdir}/libkdeinit*.so |
|---|
| 200 | %{_libdir}/kde4/*.so |
|---|
| 201 | #{_libdir}/kde4/plugins/designer/*.so |
|---|
| 202 | %{_mandir}/man1/* |
|---|
| 203 | |
|---|
| 204 | %files libs |
|---|
| 205 | %defattr(-,root,root,-) |
|---|
| 206 | %{_libdir}/lib*.so.* |
|---|
| 207 | |
|---|
| 208 | %files printer-applet |
|---|
| 209 | %defattr(-,root,root,-) |
|---|
| 210 | %{_bindir}/printer-applet |
|---|
| 211 | %{_datadir}/autostart/printer-applet.desktop |
|---|
| 212 | %{_datadir}/kde4/apps/printer-applet |
|---|
| 213 | |
|---|
| 214 | %changelog |
|---|
| 215 | * Sun Jun 19 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1 |
|---|
| 216 | - new upstream release |
|---|
| 217 | |
|---|
| 218 | * Mon Mar 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1 |
|---|
| 219 | - new upstream release |
|---|
| 220 | |
|---|
| 221 | * Tue Mar 1 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-2 |
|---|
| 222 | - added BR: libXpm-devel, soprano-devel |
|---|
| 223 | |
|---|
| 224 | * Sun Feb 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1 |
|---|
| 225 | - new upstream release |
|---|
| 226 | |
|---|
| 227 | * Sun Sep 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1 |
|---|
| 228 | - new upstream release |
|---|
| 229 | - updated summary |
|---|
| 230 | |
|---|
| 231 | * Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1 |
|---|
| 232 | - new upstream release |
|---|
| 233 | |
|---|
| 234 | * Mon Jul 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1 |
|---|
| 235 | - new upstream release |
|---|
| 236 | - added Conflicts: kdeutils3 |
|---|
| 237 | |
|---|
| 238 | * Fri May 7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1 |
|---|
| 239 | - new upstream release |
|---|
| 240 | |
|---|
| 241 | * Wed Apr 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1 |
|---|
| 242 | - new upstream release |
|---|
| 243 | - built with libarchive-2.8.3 |
|---|
| 244 | |
|---|
| 245 | * Sat Mar 13 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1 |
|---|
| 246 | - new upstream release |
|---|
| 247 | - added BR: kdebase-devel, xz-devel |
|---|
| 248 | - built with new toolchain |
|---|
| 249 | |
|---|
| 250 | * Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1 |
|---|
| 251 | - new upstream release |
|---|
| 252 | |
|---|
| 253 | * Sun Oct 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-1 |
|---|
| 254 | - new upstream release |
|---|
| 255 | |
|---|
| 256 | * Sun Sep 6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1 |
|---|
| 257 | - new upstream release |
|---|
| 258 | - used %%cmake macro |
|---|
| 259 | |
|---|
| 260 | * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1 |
|---|
| 261 | - new upstream release |
|---|
| 262 | |
|---|
| 263 | * Sun May 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1 |
|---|
| 264 | - applied new versioning policy, spec in UTF-8 |
|---|
| 265 | - added Japanese summary |
|---|
| 266 | - added %%post, %%postun section |
|---|
| 267 | |
|---|
| 268 | * Sun Jan 06 2008 Shu KONNO <owa@bg.wakwak.com> 3.5.8-0vl3 |
|---|
| 269 | - rebuilt with net-snmp-5.4.1 |
|---|
| 270 | |
|---|
| 271 | * Tue Oct 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2 |
|---|
| 272 | - rebuild for VineSeed |
|---|
| 273 | |
|---|
| 274 | * Tue Oct 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1 |
|---|
| 275 | - new upstream release |
|---|
| 276 | - drop Patch0 |
|---|
| 277 | |
|---|
| 278 | * Wed Jul 4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2 |
|---|
| 279 | - rebuild for VineSeed |
|---|
| 280 | |
|---|
| 281 | * Wed Jul 4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1.1 |
|---|
| 282 | - add Patch0 |
|---|
| 283 | |
|---|
| 284 | * Fri May 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1 |
|---|
| 285 | - new upstream release |
|---|
| 286 | |
|---|
| 287 | * Mon Jan 22 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1 |
|---|
| 288 | - new upstream release |
|---|
| 289 | - remove BuildPrereq: xmms-devel |
|---|
| 290 | |
|---|
| 291 | * Thu Nov 16 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl4 |
|---|
| 292 | - add BuildPrereq: python-devel xmms-devel gmp-devel |
|---|
| 293 | |
|---|
| 294 | * Sat Oct 14 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3 |
|---|
| 295 | - added --with-qt-libraries and --enable-libsuffix option |
|---|
| 296 | |
|---|
| 297 | * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2 |
|---|
| 298 | - rebuild for VineSeed |
|---|
| 299 | |
|---|
| 300 | * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1 |
|---|
| 301 | - new upstream release |
|---|
| 302 | |
|---|
| 303 | * Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2 |
|---|
| 304 | - rebuild for VineSeed |
|---|
| 305 | |
|---|
| 306 | * Tue Jul 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1 |
|---|
| 307 | - new upstream release |
|---|
| 308 | |
|---|
| 309 | * Tue May 30 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2 |
|---|
| 310 | - rebuild for VineSeed |
|---|
| 311 | |
|---|
| 312 | * Tue May 30 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1 |
|---|
| 313 | - new upstream release |
|---|
| 314 | |
|---|
| 315 | * Mon Mar 20 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2 |
|---|
| 316 | - rebuild for VineSeed |
|---|
| 317 | |
|---|
| 318 | * Mon Mar 20 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1 |
|---|
| 319 | - new upstream release |
|---|
| 320 | |
|---|
| 321 | * Wed Feb 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2 |
|---|
| 322 | - rebuild for VineSeed |
|---|
| 323 | |
|---|
| 324 | * Wed Feb 1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1 |
|---|
| 325 | - new upstream release |
|---|
| 326 | |
|---|
| 327 | * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2 |
|---|
| 328 | - rebuild for VineSeed |
|---|
| 329 | |
|---|
| 330 | * Mon Nov 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1 |
|---|
| 331 | - new upstream release |
|---|
| 332 | |
|---|
| 333 | * Mon Nov 14 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1 |
|---|
| 334 | - new upstream release |
|---|
| 335 | |
|---|
| 336 | * Tue Oct 18 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.92-0vl1 |
|---|
| 337 | - new upstream release |
|---|
| 338 | |
|---|
| 339 | * Wed Sep 21 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.91-0vl1 |
|---|
| 340 | - new upstream release |
|---|
| 341 | - update %%files |
|---|
| 342 | |
|---|
| 343 | * Mon Jul 25 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl2 |
|---|
| 344 | - rebuild for VineSeed |
|---|
| 345 | |
|---|
| 346 | * Mon Jul 25 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.2-0vl1 |
|---|
| 347 | - new upstream release |
|---|
| 348 | |
|---|
| 349 | * Mon Jul 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl2 |
|---|
| 350 | - build for VineSeed |
|---|
| 351 | - add --disable-rpath to configure option |
|---|
| 352 | |
|---|
| 353 | * Tue Jun 7 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.1-0vl1 |
|---|
| 354 | - new upstream release |
|---|
| 355 | - use %%{?_smp_mflags} for make option |
|---|
| 356 | |
|---|
| 357 | * Thu Mar 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl2 |
|---|
| 358 | - rebuild for VineSeed |
|---|
| 359 | |
|---|
| 360 | * Mon Mar 14 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl1 |
|---|
| 361 | - new upstream release |
|---|
| 362 | |
|---|
| 363 | * Fri Mar 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.4.0-0vl0.rc1 |
|---|
| 364 | - new upstream release (3.4.0-rc1) |
|---|
| 365 | |
|---|
| 366 | * Tue Feb 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.92-0vl1 |
|---|
| 367 | - new upstream release |
|---|
| 368 | |
|---|
| 369 | * Thu Feb 3 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.91-0vl1 |
|---|
| 370 | - new upstream release |
|---|
| 371 | - add BuildPrereq: net-snmp-devel and Requires: net-snmp |
|---|
| 372 | |
|---|
| 373 | * Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl2 |
|---|
| 374 | - rebuild for VineSeed |
|---|
| 375 | |
|---|
| 376 | * Sat Dec 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.2-0vl1 |
|---|
| 377 | - source upgrade |
|---|
| 378 | - build for Vine Linux 3.1 |
|---|
| 379 | |
|---|
| 380 | * Thu Oct 14 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.3.1-0vl1 |
|---|
| 381 | - source upgrade |
|---|
| 382 | - update BuildPrereq |
|---|
| 383 | |
|---|
| 384 | * Tue Aug 10 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl2 |
|---|
| 385 | - rebuild with qt32 |
|---|
| 386 | |
|---|
| 387 | * Tue Jun 15 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.3-0vl1 |
|---|
| 388 | - source upgrade |
|---|
| 389 | - remove lines about vine26 |
|---|
| 390 | - add URL: http://www.kde.org/ |
|---|
| 391 | |
|---|
| 392 | * Sat May 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.2-0vl1 |
|---|
| 393 | - source upgrade |
|---|
| 394 | |
|---|
| 395 | * Tue Mar 9 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.1-0vl1 |
|---|
| 396 | - source upgrade |
|---|
| 397 | |
|---|
| 398 | * Thu Feb 5 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.2.0-0vl1 |
|---|
| 399 | - source upgrade |
|---|
| 400 | |
|---|
| 401 | * Sat Jan 17 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl2 |
|---|
| 402 | - rebuild for VineSeedPlus |
|---|
| 403 | |
|---|
| 404 | * Sun Jan 11 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.5-0vl1 |
|---|
| 405 | - source upgrade |
|---|
| 406 | - build for VinePlus/2.6 |
|---|
| 407 | - (VinePlus/2.6) BuildPrereq: autoconf258 |
|---|
| 408 | |
|---|
| 409 | * Sun Dec 28 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl3 |
|---|
| 410 | - build for VineSeed with new toolchain and qt-3.2.3 |
|---|
| 411 | |
|---|
| 412 | * Sun Nov 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0.26vl2 |
|---|
| 413 | - rebuild with qt-3.2.1-0.26vl3 |
|---|
| 414 | |
|---|
| 415 | * Sun Oct 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl2 |
|---|
| 416 | - rebuild with qt-3.2.1-0vl3 |
|---|
| 417 | |
|---|
| 418 | * Thu Sep 18 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.4-0vl1 |
|---|
| 419 | - source upgrade |
|---|
| 420 | - build with gcc-3.2.3 |
|---|
| 421 | |
|---|
| 422 | * Mon Jul 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.3-0vl1 |
|---|
| 423 | - source upgrade |
|---|
| 424 | - change spec to build with gcc295 |
|---|
| 425 | - change make option for SMP and add script |
|---|
| 426 | |
|---|
| 427 | * Sat Jun 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl2 |
|---|
| 428 | - change spec to build with g++-2.95.3 |
|---|
| 429 | |
|---|
| 430 | * Sat May 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.2-0vl1 |
|---|
| 431 | - source upgrade |
|---|
| 432 | - built with libpng >= 1.2.5 when %{vine26} is set to 0 (ie VineSeedPlus) |
|---|
| 433 | - add BuildPrereq: zlib-devel libjpeg-devel |
|---|
| 434 | |
|---|
| 435 | * Sat Apr 5 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl2 |
|---|
| 436 | - Obsoletes: klprfax |
|---|
| 437 | |
|---|
| 438 | * Tue Apr 1 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.1.1-0vl1 |
|---|
| 439 | - source upgrade |
|---|
| 440 | - change spec to build both VineSeed and Vine2.5/2.6 |
|---|
| 441 | - change spec to make monolithic package only |
|---|
| 442 | - revised description |
|---|
| 443 | |
|---|
| 444 | * Wed Oct 16 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl2 |
|---|
| 445 | - objprelink2 support only ix86 (add %ifarch %{ix86} ... ) |
|---|
| 446 | |
|---|
| 447 | * Sun Oct 13 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.4-0vl1 |
|---|
| 448 | - source upgrade |
|---|
| 449 | - BuildPrereq: autoconf253 objprelink2 |
|---|
| 450 | |
|---|
| 451 | * Mon Aug 26 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.0.3-0vl1 |
|---|
| 452 | - source upgrade |
|---|
| 453 | |
|---|
| 454 | * Sun Jul 14 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0.2-0vl1 |
|---|
| 455 | - source upgrade |
|---|
| 456 | - fix %files section (some files are moved to different directry) |
|---|
| 457 | |
|---|
| 458 | * Tue Apr 23 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl2 |
|---|
| 459 | - source update to 3.0 |
|---|
| 460 | - add configure options `--mandir=%{_mandir} --with-xinerama --enable-final' |
|---|
| 461 | - klprfax is splited into subpackage |
|---|
| 462 | |
|---|
| 463 | * Sun Mar 31 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 3.0-1vl1 |
|---|
| 464 | - merged with 3.0.0-0.cvs20020321.1 |
|---|
| 465 | - source update to cvs-20020329 |
|---|
| 466 | - add BuildPrereq: autoconf252 automake15 |
|---|
| 467 | - add %define monolithic 1 |
|---|
| 468 | - There is Vine's previous changes, hacked for Vine |
|---|
| 469 | -- Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-0vl1 |
|---|
| 470 | - update to 2.2.2 |
|---|
| 471 | -- Thu Dec 20 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.1-1vl1 |
|---|
| 472 | - Delete Epoch |
|---|
| 473 | - Change BuildRequires and Requires |
|---|
| 474 | - Build for VineSeed |
|---|
| 475 | - Add objprelink option (i386 only) |
|---|
| 476 | |
|---|
| 477 | * Wed Mar 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020321.1 |
|---|
| 478 | - kpm is now fully in kdebase; remove spec file hacks |
|---|
| 479 | |
|---|
| 480 | * Wed Mar 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020306.1 |
|---|
| 481 | - Rename subpackages |
|---|
| 482 | |
|---|
| 483 | * Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020131.1 |
|---|
| 484 | - Update, remove kpm (it's in kdebase now) |
|---|
| 485 | |
|---|
| 486 | * Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020122.1 |
|---|
| 487 | - Fix bug #58658 |
|---|
| 488 | |
|---|
| 489 | * Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20020117.1 |
|---|
| 490 | - Build with new kdelibs, update |
|---|
| 491 | |
|---|
| 492 | * Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.0.0-0.cvs20011227.1 |
|---|
| 493 | - Update |
|---|
| 494 | - Split into subpackages |
|---|
| 495 | |
|---|
| 496 | * Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010724.1 |
|---|
| 497 | - Remove efax from the package, we're shipping it separately |
|---|
| 498 | - Update |
|---|
| 499 | |
|---|
| 500 | * Sun Jul 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010722.1 |
|---|
| 501 | - Update |
|---|
| 502 | - Make symlinks relative |
|---|
| 503 | |
|---|
| 504 | * Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 505 | - 2.1-respin |
|---|
| 506 | |
|---|
| 507 | * Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 508 | - 2.1 |
|---|
| 509 | |
|---|
| 510 | * Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 511 | - Fix up detection of PCMCIA sockets |
|---|
| 512 | |
|---|
| 513 | * Tue Feb 6 2001 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 514 | - Get rid of the libkdefakes.so.0 dependency |
|---|
| 515 | |
|---|
| 516 | * Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 517 | - Update |
|---|
| 518 | |
|---|
| 519 | * Wed Dec 20 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 520 | - Update to CVS |
|---|
| 521 | - Don't exclude ia64 anymore |
|---|
| 522 | |
|---|
| 523 | * Mon Oct 23 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 524 | - 2.0 final |
|---|
| 525 | |
|---|
| 526 | * Wed Oct 4 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 527 | - 2.0 |
|---|
| 528 | |
|---|
| 529 | * Thu Aug 24 2000 Than Ngo <than@redhat.com> |
|---|
| 530 | - update to kdeutils-1.93 |
|---|
| 531 | |
|---|
| 532 | * Mon Aug 7 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 533 | - new version |
|---|
| 534 | |
|---|
| 535 | * Tue Jul 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 536 | - new snapshot |
|---|
| 537 | - turn off SMP build for kfloppy (broken Makefiles) |
|---|
| 538 | |
|---|
| 539 | * Tue Jul 18 2000 Than Ngo <than@redhat.de> |
|---|
| 540 | - rebuilt against gcc-2.96-40 and glibc-2.1.92-14 |
|---|
| 541 | - don't use make -j, it is broken |
|---|
| 542 | |
|---|
| 543 | * Sun Jul 16 2000 Than Ngo <than@redhat.de> |
|---|
| 544 | - use gcc 2.96 |
|---|
| 545 | - new snapshot |
|---|
| 546 | |
|---|
| 547 | * Fri Jun 23 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 548 | - Update Epoch |
|---|
| 549 | |
|---|
| 550 | * Tue Jun 20 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 551 | - new snapshot |
|---|
| 552 | - ExcludeArch: ia64 |
|---|
| 553 | |
|---|
| 554 | * Thu Apr 6 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 555 | - Require and BuildPrereq kdebase - kfind uses libkonq. |
|---|
| 556 | - new snapshot |
|---|
| 557 | |
|---|
| 558 | * Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 559 | - 2.0 snapshot |
|---|
| 560 | |
|---|
| 561 | * Tue Feb 29 2000 Preston Brown <pbrown@redhat.com> |
|---|
| 562 | - we don't support lp or lprng in 6.x, use lpr as spooler in klpq. |
|---|
| 563 | - specific requires for zip and unzip for ark. |
|---|
| 564 | |
|---|
| 565 | * Sat Jan 8 2000 Bernhard Rosenkraenzer <bero@redhat.com> |
|---|
| 566 | - KDE_1_1_BRANCH |
|---|
| 567 | - rebuild for 6.2 |
|---|
| 568 | |
|---|
| 569 | * Fri Sep 24 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 570 | - mark docs files as such. |
|---|
| 571 | |
|---|
| 572 | * Thu Sep 09 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 573 | - kde 1.1.2 release. |
|---|
| 574 | |
|---|
| 575 | * Fri Jun 11 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 576 | - snapshot, includes kde 1.1.1 + fixes |
|---|
| 577 | |
|---|
| 578 | * Mon Apr 19 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 579 | - last snapshot before release |
|---|
| 580 | |
|---|
| 581 | * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 582 | - today's snapshot provides kpm and kwrite fixes. |
|---|
| 583 | |
|---|
| 584 | * Mon Apr 12 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 585 | - latest stable snapshot |
|---|
| 586 | |
|---|
| 587 | * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 588 | - Injected new description and group. |
|---|
| 589 | |
|---|
| 590 | * Mon Feb 08 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 591 | - upgraded to KDE 1.1 final. |
|---|
| 592 | |
|---|
| 593 | * Mon Jan 18 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 594 | - updated macros to be RPM 3.0 compliant, removed redhat dependency. |
|---|
| 595 | |
|---|
| 596 | * Wed Jan 06 1999 Preston Brown <pbrown@redhat.com> |
|---|
| 597 | - re-merged in changes from Duncan Haldane |
|---|
| 598 | |
|---|
| 599 | |
|---|
| 600 | |
|---|
| 601 | |
|---|
| 602 | |
|---|
| 603 | |
|---|
| 604 | |
|---|