0cbecca
# https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds
0cbecca
%undefine __cmake_in_source_build
0cbecca
2741184
# Autotools/CMake
2741184
%bcond_with fallback_build_tool
2741184
5e28356
%global awe_commit da8173bb6bc5a01ca4b512a5d1b7850035f710e5
d02a345
%global awe_shortcommit %(c=%{awe_commit}; echo ${c:0:7})
085eab7
e104c3c
Name:           icewm
672daee
Version:        2.8.0
883e516
Release:        1%{?dist}
e104c3c
Summary:        Window manager designed for speed, usability, and consistency
e104c3c
e104c3c
License:        LGPLv2+
2741184
URL:            https://ice-wm.org/
2741184
Source0:        https://github.com/ice-wm/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
d02a345
Source1:        https://github.com/tim77/awesome-%{name}/archive/%{awe_commit}/awesome-%{name}.git%{awe_shortcommit}.tar.gz
085eab7
2741184
%if %{with fallback_build_tool}
2741184
BuildRequires:  automake
2741184
BuildRequires:  autoconf
2741184
%else
b298d11
BuildRequires:  cmake3
2741184
%endif
2741184
2741184
BuildRequires:  asciidoc
232afac
BuildRequires:  gcc-c++
e104c3c
BuildRequires:  intltool
e104c3c
BuildRequires:  libtool
5e28356
BuildRequires:  make
e104c3c
%if 0%{?fedora} || 0%{?rhel} >= 8
e104c3c
BuildRequires:  perl-Pod-Html
e104c3c
%endif
c7245c1
e104c3c
BuildRequires:  pkgconfig(alsa)
e104c3c
BuildRequires:  pkgconfig(ao)
e104c3c
BuildRequires:  pkgconfig(fontconfig)
e104c3c
BuildRequires:  pkgconfig(fribidi)
b298d11
BuildRequires:  pkgconfig(gdk-pixbuf-xlib-2.0)
e104c3c
BuildRequires:  pkgconfig(ice)
5e28356
BuildRequires:  pkgconfig(imlib2)
e104c3c
BuildRequires:  pkgconfig(libjpeg)
e104c3c
BuildRequires:  pkgconfig(librsvg-2.0)
e104c3c
BuildRequires:  pkgconfig(sm)
e104c3c
BuildRequires:  pkgconfig(sndfile)
e104c3c
BuildRequires:  pkgconfig(x11)
e104c3c
BuildRequires:  pkgconfig(xcomposite)
e104c3c
BuildRequires:  pkgconfig(xdamage)
e104c3c
BuildRequires:  pkgconfig(xext)
e104c3c
BuildRequires:  pkgconfig(xfixes)
e104c3c
BuildRequires:  pkgconfig(xft)
e104c3c
BuildRequires:  pkgconfig(xinerama)
e104c3c
BuildRequires:  pkgconfig(xpm)
e104c3c
BuildRequires:  pkgconfig(xrandr)
e104c3c
BuildRequires:  pkgconfig(xrender)
c521c4e
b56bb86
Requires:       adwaita-icon-theme
cfce087
Requires:       alsa-utils
b56bb86
Requires:       %{name}-data = %{version}-%{release}
e104c3c
Requires:       xdg-utils
c521c4e
e104c3c
%if 0%{?fedora} || 0%{?rhel} >= 8
e104c3c
Recommends:     %{name}-themes = %{version}-%{release}
e104c3c
Recommends:     abattis-cantarell-fonts
7f728b5
Recommends:     desktop-backgrounds-compat
d3bd365
# https://github.com/bbidulock/icewm/issues/379
d3bd365
Recommends:     xterm
b56bb86
39e94f0
# Various additional useful tools
cea5b92
#   * Display resolution control
cfce087
Suggests:       lxrandr
e104c3c
cea5b92
#   * Launcher
cfce087
Suggests:       nwg-launchers
b56bb86
cea5b92
#   * Screenshot
cfce087
Suggests:       gnome-screenshot
39e94f0
cfce087
Suggests:       network-manager-applet
c521c4e
cea5b92
#   * X11 keyboard indicator and switcher
cfce087
Suggests:       gxkb
b56bb86
cea5b92
#   * Night mode
cfce087
Suggests:       redshift-gtk
c521c4e
cea5b92
#   * Notification daemon
cfce087
Suggests:       dunst
86f24bf
cea5b92
#   * For antiX like IceWM
cfce087
Suggests:       conky
ed64600
cea5b92
#   * Compositor for X11
cfce087
Suggests:       picom
db6caef
cea5b92
#   * Volume control
cfce087
Suggests:       volumeicon
a893a48
a893a48
Suggests:       %{name}-minimal-session = %{version}-%{release}
232afac
%endif
232afac
b56bb86
%if 0%{?fedora}
cea5b92
#   * Screen brightness control (not available in EPEL8 yet)
cfce087
Suggests:       xbacklight
b56bb86
%endif
b56bb86
7be490b
Obsoletes:      %{name}-fonts-settings < 2.3.3-3
7be490b
232afac
%description
c521c4e
IceWM is a window manager for the X Window System (freedesktop, XFree86). The
c521c4e
goal of IceWM is speed, simplicity, and not getting in the user's way.
232afac
b298d11
You can install minimal version of IceWM without all optional dependencies:
b298d11
b298d11
  sudo dnf install %{name}-minimal-session --setopt=install_weak_deps=False
b298d11
232afac
2741184
# Data package
e104c3c
%package        data
b56bb86
Summary:        Data files for %{name}
e104c3c
BuildArch:      noarch
232afac
e104c3c
Requires:       %{name} = %{version}-%{release}
232afac
e104c3c
%description    data
e104c3c
Data files for %{name}.
232afac
232afac
2741184
# Themes package
e104c3c
%package        themes
b56bb86
Summary:        Extra themes for %{name}
e104c3c
BuildArch:      noarch
232afac
e104c3c
Requires:       %{name} = %{version}-%{release}
232afac
e104c3c
%description    themes
e104c3c
Extra themes for %{name}.
232afac
232afac
2741184
# Minimal-session package
e104c3c
%package        minimal-session
b56bb86
Summary:        Minimal session for %{name}
e104c3c
BuildArch:      noarch
232afac
e104c3c
Requires:       %{name} = %{version}-%{release}
232afac
e104c3c
%description    minimal-session
e104c3c
Minimal, lightweight session for %{name}.
232afac
232afac
e104c3c
%prep
e104c3c
%setup -q
085eab7
%setup -q -D -T -a1
b56bb86
d90990b
e104c3c
%build
2741184
%if %{with fallback_build_tool}
cea5b92
# ./autogen.sh
2741184
autoreconf -fiv
86f24bf
%configure \
d3bd365
    --with-xterm=%{_bindir}/xterm \
c7245c1
    --sysconfdir=%{_sysconfdir}/%{name} \
c7245c1
    %{nil}
2741184
%else
86f24bf
%cmake \
86f24bf
    -DCFGDIR=%{_sysconfdir}/%{name} \
86f24bf
    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
86f24bf
    -DCONFIG_LIBPNG=on \
86f24bf
    -DCONFIG_LIBRSVG=on \
86f24bf
    -DCONFIG_XPM=on \
d3bd365
    -DXTERMCMD=%{_bindir}/xterm \
c7245c1
    %{nil}
2741184
%endif
2741184
2741184
%if %{with fallback_build_tool}
2741184
%make_build
2741184
%else
a45a9dd
%cmake_build
2741184
%endif
232afac
d90990b
e104c3c
%install
2741184
%if %{with fallback_build_tool}
2741184
%make_install
2741184
%else
a45a9dd
%cmake_install
2741184
%endif
b56bb86
2741184
# Themes
ed64600
cp -a awesome-%{name}-%{awe_commit}/themes/AntiX-collection/* %{buildroot}%{_datadir}/%{name}/themes/
ed64600
cp -a awesome-%{name}-%{awe_commit}/themes/IceAdwaita-* %{buildroot}%{_datadir}/%{name}/themes/
cea5b92
install -pm0644 awesome-%{name}-%{awe_commit}/distro-logos/fedora/icewm.png \
cea5b92
    %{buildroot}%{_datadir}/%{name}/themes/IceAdwaita-Small/taskbar/icewm.png
cea5b92
install -pm0644 awesome-%{name}-%{awe_commit}/distro-logos/fedora/icewm-24.png \
cea5b92
    %{buildroot}%{_datadir}/%{name}/themes/IceAdwaita-Medium/taskbar/icewm.png
cea5b92
install -pm0644 awesome-%{name}-%{awe_commit}/distro-logos/fedora/icewm-24.png \
cea5b92
    %{buildroot}%{_datadir}/%{name}/themes/IceAdwaita-Dark-Medium-alpha/taskbar/icewm.png
cea5b92
install -pm0644 awesome-%{name}-%{awe_commit}/distro-logos/fedora/icewm-32.png \
cea5b92
    %{buildroot}%{_datadir}/%{name}/themes/IceAdwaita-Large/taskbar/icewm.png
5e28356
rm %{buildroot}%{_datadir}/%{name}/themes/IceAdwaita-*/taskbar/icewm.xpm
86f24bf
d02a345
echo "Theme=\"IceAdwaita-Medium/default.theme\"" > %{buildroot}%{_datadir}/%{name}/theme
b56bb86
e104c3c
%find_lang %{name}
232afac
7f728b5
# Change to current Fedora default background
cea5b92
sed -i 's!"/backgrounds/gnome/adwaita-day.jpg"!"/backgrounds/default.png"!' \
7f728b5
    %{buildroot}%{_datadir}/%{name}/themes/IceAdwaita-*/default.theme
7f728b5
d90990b
232afac
%files -f %{name}.lang
e104c3c
%license COPYING
e104c3c
%doc README.md AUTHORS
c50ecfd
%{_pkgdocdir}/*.html
e104c3c
%{_bindir}/%{name}
e104c3c
%{_bindir}/%{name}-menu-fdo
e104c3c
%{_bindir}/%{name}-menu-xrandr
e104c3c
%{_bindir}/%{name}-session
e104c3c
%{_bindir}/%{name}-set-gnomewm
232afac
%{_bindir}/icehelp
232afac
%{_bindir}/icesh
e104c3c
%{_bindir}/icesound
e104c3c
%{_bindir}/icewmbg
232afac
%{_bindir}/icewmhint
e104c3c
%{_datadir}/xsessions/%{name}-session.desktop
cea5b92
%{_mandir}/man{1,5}/*.{1,5}*
e104c3c
b298d11
%files data
503d796
%{_datadir}/%{name}/IceWM.jpg
c521c4e
%{_datadir}/%{name}/icons/
e104c3c
%{_datadir}/%{name}/keys
c521c4e
%{_datadir}/%{name}/ledclock/
c521c4e
%{_datadir}/%{name}/mailbox/
e104c3c
%{_datadir}/%{name}/menu
e104c3c
%{_datadir}/%{name}/preferences
e104c3c
%{_datadir}/%{name}/programs
c521c4e
%{_datadir}/%{name}/taskbar/
e104c3c
%{_datadir}/%{name}/theme
e104c3c
%{_datadir}/%{name}/themes/default
cea5b92
%{_datadir}/%{name}/themes/IceAdwaita-*/
e104c3c
%{_datadir}/%{name}/toolbar
e104c3c
%{_datadir}/%{name}/winoptions
49b4277
%dir %{_datadir}/%{name}/
49b4277
%dir %{_datadir}/%{name}/themes/
e104c3c
b298d11
%files themes
49b4277
%{_datadir}/%{name}/themes/CrystalBlue/
49b4277
%{_datadir}/%{name}/themes/Helix/
49b4277
%{_datadir}/%{name}/themes/icedesert/
49b4277
%{_datadir}/%{name}/themes/Infadel2/
49b4277
%{_datadir}/%{name}/themes/metal2/
49b4277
%{_datadir}/%{name}/themes/motif/
49b4277
%{_datadir}/%{name}/themes/NanoBlue/
49b4277
%{_datadir}/%{name}/themes/win95/
49b4277
2741184
# AntiX-collection
cea5b92
%{_datadir}/%{name}/themes/Antix-*/
cea5b92
%{_datadir}/%{name}/themes/AntiX-*/
cea5b92
%{_datadir}/%{name}/themes/blue-crystal-*/
ed64600
%{_datadir}/%{name}/themes/BlueDay-*/
ed64600
%{_datadir}/%{name}/themes/Breathe*/
d02a345
%{_datadir}/%{name}/themes/Clearview*
cea5b92
%{_datadir}/%{name}/themes/eco-green-*/
cea5b92
%{_datadir}/%{name}/themes/FauxGlass-*/
cea5b92
%{_datadir}/%{name}/themes/Groove-*/
cea5b92
%{_datadir}/%{name}/themes/IceClearlooks-*/
cea5b92
%{_datadir}/%{name}/themes/icegil-remix-*/
cea5b92
%{_datadir}/%{name}/themes/IceGilDust-*/
cea5b92
%{_datadir}/%{name}/themes/icenoir-3.3-*/
cea5b92
%{_datadir}/%{name}/themes/Korstro-*/
cea5b92
%{_datadir}/%{name}/themes/KorstroDark-*/
ed64600
%{_datadir}/%{name}/themes/PrettyPink-*/
cea5b92
%{_datadir}/%{name}/themes/quiescent-*/
cea5b92
%{_datadir}/%{name}/themes/Simplest_black-*/
ed64600
%{_datadir}/%{name}/themes/SunnyDay-*/
cea5b92
%{_datadir}/%{name}/themes/Truth*/
cea5b92
%{_datadir}/%{name}/themes/UltraBlack-*/
d02a345
49b4277
%dir %{_datadir}/%{name}/
49b4277
%dir %{_datadir}/%{name}/themes/
e104c3c
e104c3c
%files minimal-session
e104c3c
%{_datadir}/xsessions/%{name}.desktop
e104c3c
d90990b
232afac
%changelog
672daee
* Tue Oct 05 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.8.0-1
672daee
- chore(update): 2.8.0
672daee
883e516
* Sat Aug 07 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.7.0-1
883e516
- build(update): 2.7.0
883e516
072a209
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-2
072a209
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
072a209
c50ecfd
* Thu Jul 08 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.6.0-1
c50ecfd
- build(update): 2.6.0
c50ecfd
2e8f261
* Mon Jun 07 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.4.0-1
2e8f261
- build(update): 2.4.0
2e8f261
7be490b
* Mon May 10 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.4-2
7be490b
- build: Obsoletes icewm-fonts-settings package
7be490b
6398098
* Fri May 07 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.4-1
6398098
- build(update): 2.3.4
6398098
c7245c1
* Fri May 07 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.3-2
c7245c1
- build: Drop all custom stuff except default Fedora theme
c7245c1
- build: Drop 'fonts-settings' sub-package
c7245c1
ff7ed2a
* Wed Apr 28 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.3-1
ff7ed2a
- build(update): 2.3.3
ff7ed2a
af574ba
* Thu Apr 15 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.2-1
af574ba
- build(update): 2.3.2
af574ba
7f728b5
* Mon Apr 12 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.1-2
7f728b5
- build: Change to current Fedora default background for default theme
7f728b5
4e3bffa
* Sun Apr 04 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.1-1
4e3bffa
- build(update): 2.3.1
4e3bffa
112e5f8
* Fri Apr 02 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.3.0-1
112e5f8
- build(update): 2.3.0
112e5f8
8160c1d
* Wed Mar 24 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.2.1-4
8160c1d
- build: Replace gnome-terminal with rxvt for less deps and DE agnostic
8160c1d
a893a48
* Wed Mar 24 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.2.1-3
a893a48
- build: Convert Recommends deps into Suggests
a893a48
db6caef
* Tue Mar 09 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.2.1-2
db6caef
- build: Remove volumeicon dep | RH#1695951
db6caef
9b0367b
* Wed Mar 03 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.2.1-1
9b0367b
- build(update): 2.2.1
9b0367b
db914c4
* Tue Feb 09 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.1.2-1
db914c4
- build(update): 2.1.2
db914c4
019cda1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
019cda1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
019cda1
0791108
* Mon Jan 25 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.1.1-1
0791108
- build(update): 2.1.1
0791108
03698e0
* Sat Jan 23 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.1.0-1
03698e0
- build(update): 2.1.0
03698e0
08bb065
* Sun Jan  3 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.0.1-1
08bb065
- build(update): 2.0.1
08bb065
5e28356
* Sun Dec 20 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 2.0.0-1
5e28356
- build(update): 2.0.0
5e28356
94e32db
* Tue Nov 10 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.9.2-1
94e32db
- build(update): 1.9.2
94e32db
a5bafc4
* Thu Nov  5 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.9.1-1
a5bafc4
- Update to 1.9.1
a5bafc4
1a3fff4
* Fri Oct 30 07:56:43 EET 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.9.0-1
1a3fff4
- build(update): 1.9.0
1a3fff4
ed64600
* Sun Oct 11 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.8.3-2
ed64600
- build: update antiX theme collections and awe stuff to commit 91c9d4b
ed64600
- build: make 'picom' as very weak dep
ed64600
4637054
* Thu Sep 17 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.8.3-1
4637054
- Update to 1.8.3
4637054
a05a32e
* Tue Sep  8 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.8.2-1
a05a32e
- Update to 1.8.2
a05a32e
86f24bf
* Wed Sep  2 07:05:42 EEST 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.8.1-2
86f24bf
- Simplify SPEC file and build radically
86f24bf
- Drop few themes, tweaks, deps
86f24bf
33b7bf4
* Mon Aug 31 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.8.1-1
33b7bf4
- Update to 1.8.1
33b7bf4
ca0f8de
* Tue Aug 25 03:56:58 EEST 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.8.0-1
ca0f8de
- Update to 1.8.0
ca0f8de
0cbecca
* Wed Aug 05 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.7.0-4
0cbecca
- Add '%undefine __cmake_in_source_build' macros
0cbecca
c9ab7c9
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
c9ab7c9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c9ab7c9
a45a9dd
* Fri Jul 24 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.7.0-2
a45a9dd
- Rebuild with out-of-source builds new CMake macros
a45a9dd
e3f8ec5
* Wed Jul 15 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.7.0-1
e3f8ec5
- Update to 1.7.0
e3f8ec5
10231cd
* Sat May 30 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.6-1
10231cd
- Update to 1.6.6
10231cd
39e94f0
* Wed May 27 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.5-2
39e94f0
- Drop more weak deps and simpilfy SPEC file
39e94f0
- Disable LTO
39e94f0
c521c4e
* Tue Mar 17 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.5-1
c521c4e
- Update to 1.6.5
c521c4e
4e38cd6
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-2
4e38cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4e38cd6
2741184
* Thu Jan 09 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.4-1
2741184
- Update to 1.6.4
2741184
- Switch source URL to 'github.com/ice-wm/icewm' due to release lags
2741184
  https://github.com/bbidulock/icewm/issues/405
2741184
- Preserve timestamps during copying
2741184
503d796
* Mon Nov 25 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.3-1
503d796
- Update to 1.6.3
503d796
49b4277
* Sat Nov 23 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.2-6
2741184
- Add patch fix: Anti-aliasing icon edges
2741184
  https://github.com/bbidulock/icewm/issues/392
49b4277
d02a345
* Wed Oct 16 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.2-5
d02a345
- Theme polishing and new themes
d02a345
085eab7
* Sun Oct 13 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.2-4
085eab7
- Update default theme, more Adwaita-like
085eab7
2a5810b
* Sat Oct 12 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.2-3
2a5810b
- Theming improving and better defaults (work still in progress)
2a5810b
b56bb86
* Thu Oct 10 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.2-2
b56bb86
- Fixes and new features
b56bb86
e3ff28f
* Tue Sep 24 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.2-1
e3ff28f
- Update to 1.6.2
e3ff28f
d90990b
* Sun Sep 15 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.1-12
d90990b
- Replace 'pasystray' with 'volumeicon'
d90990b
1ce6c32
* Thu Sep 12 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.1-10
1ce6c32
- Minor theming fixes
1ce6c32
b298d11
* Wed Sep 11 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.1-9
b298d11
- Add Araita theme
b298d11
- Add SVG support
b298d11
- Replace 'xterm' with 'gnome-terminal'
b298d11
- Spec file and packaging fixes
b298d11
- Switch to CMake
b298d11
e104c3c
* Thu Aug 22 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.6.1-4
e104c3c
- Update to 1.6.1
e104c3c
- Thanks to Sergio Cipolla <andorinha.sergio@gmail.com> for help
e104c3c
232afac
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-18
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
232afac
232afac
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-17
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
232afac
232afac
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-16
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
232afac
232afac
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-15
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
232afac
232afac
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-14
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
232afac
232afac
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-13
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
232afac
232afac
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-12
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
232afac
232afac
* Tue Jan  3 2017 Tom Callaway <spot@fedoraproject.org> - 1.3.8-11
232afac
- move fedora logos out
232afac
232afac
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-10
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
232afac
232afac
* Thu Dec 10 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.3.8-9
232afac
- Require agnostic system-logos
232afac
232afac
* Mon Dec  7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.3.8-8
232afac
- Add Fedora conditionals to enable single Fedora/EPEL spec
232afac
232afac
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-7
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
232afac
232afac
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.3.8-6
232afac
- Rebuilt for GCC 5 C++11 ABI change
232afac
232afac
* Fri Mar 20 2015 Richard Hughes <richard@hughsie.com> - 1.3.8-5
232afac
- Rebuilt for gdk-pixbuf2-xlib split
232afac
232afac
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-4
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
232afac
232afac
* Mon Jun 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.3.8-3
232afac
- Fix FTBFS on new architectures (aarch64/ppc64le)
232afac
- Cleanup and modernise spec
232afac
232afac
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.8-2
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
232afac
232afac
* Mon Dec 16 2013 Gilboa Davara <gilboad [AT] gmail.com> - 1.3.8-1
232afac
- 1.3.38.
232afac
- Clearlooks_v3: clearlooks_2px added. Should solve #981758 and #960663.
232afac
232afac
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-10
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
232afac
232afac
* Sun Jun 09 2013 Gilboa Davara <gilboad [AT] gmail.com> - 1.3.7-9
232afac
- Fix #925574 by calling autoconf. (Temporary solution, pending upsteam fix).
232afac
232afac
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-8
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
232afac
232afac
* Tue Nov 6 2012 Gilboa Davara <gilboad[AT]gmail.com> - 1.3.7-7
232afac
- Updated clearlooks package (#811331).
232afac
- (Blunder alert) Finally pushes gnome-icon-theme change to stable.
232afac
232afac
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-6
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
232afac
232afac
* Sun Jun 10 2012 Gilboa Davara <gilboad[AT]gmail.com> - 1.3.7-5
232afac
- Bluecurve is still used for menu generation.
232afac
- "Rebuild program menu" menu entry added.
232afac
232afac
* Sun Jun 10 2012 Gilboa Davara <gilboad[AT]gmail.com> - 1.3.7-4
232afac
- Emacs replaced fixes (BZ #805939, Ported Debian fix).
232afac
- Use gnome-icon-theme instead of bluecurve (BZ #811335).
232afac
- Gcc 4.7 compile fix.
232afac
- spec cleanup.
232afac
232afac
* Sun Mar 4 2012 Gilboa Davara <gilboad[AT]gmail.com> - 1.3.7-3
232afac
- Fix missing bluecurve-icon-theme in EL-6.
232afac
- Start menu icon should now be generated correctly on both Fedora and EPEL.
232afac
232afac
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-2
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
232afac
232afac
* Fri Nov 11 2011 Gilboa Davara <gilboad[AT]gmail.com> - 1.3.7-1
232afac
- Switch to 1.3.7 tree.
232afac
- Fixes bugs: #694532, #689804, #696291, #694622, #716218, #754124.
232afac
- Add Marcus Moeller's menu icon size and wmclient patches.
232afac
- Missing license information for icewm-xdg-menu.
232afac
232afac
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.37-8
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
232afac
232afac
* Fri Jan 22 2010 Gilboa Davara <gilboad[AT]gmail.com> - 1.2.37-7
232afac
- Fix missing backspace.
232afac
- Fix duplicate clearlooks theme. (#545268)
232afac
232afac
* Fri Jan 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.2.37-6
232afac
- Rebuild for libgnome-desktop soname bump
232afac
- Fix mixed use of tabs and spaces
232afac
232afac
* Thu Sep 24 2009 Gilboa Davara <gilboad[AT]gmail.com> - 1.2.37-5
232afac
- Patch in missing fribidi support. (#515134)
232afac
232afac
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.37-2
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
232afac
232afac
* Wed Jul 15 2009 Gilboa Davara <gilboad[AT]gmail.com> - 1.2.37-1
232afac
- 1.2.37.
232afac
- Fix missing directory ownership. (#483346)
232afac
232afac
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.36-4
232afac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
232afac
232afac
* Tue Jan 6 2009 Caolán McNamara <caolanm@redhat.com> - 1.2.36-3
232afac
- pkg-config --cflags gnome-desktop-2.0 doesn't implicitly include
232afac
  libgnomeui-2.0 anymore, so add it in explicitly
232afac
232afac
* Mon Jan 5 2009 Gilboa Davara <gilboad[AT]gmail.com> - 1.2.36-2
232afac
- Missing BR libgnomeui-devel. (devel)
232afac
- Missing BR gnome-vfs2-devel. (devel)
232afac
232afac
* Thu Jan 24 2008 <gilboad[AT]gmail.com> - 1.2.35-3
232afac
- Fix broken -devel BR (truetype).
232afac
232afac
* Sat Jan 19 2008 <gilboad[AT]gmail.com> - 1.2.35-2
232afac
- Disable xorg-x11-fonts-truetype in -devel.
232afac
232afac
* Mon Jan 14 2008 <gilboad[AT]gmail.com> - 1.2.35-1
232afac
- 1.2.35.
232afac
- Missing BR: xorg-x11-fonts-truetype. (#351811)
232afac
232afac
* Tue Oct 09 2007 <gilboad[AT]gmail.com> - 1.2.32-5
232afac
- EL-5 support.
232afac
- Missing BR - libgif-devel.
232afac
- Devel: Replace redhat-artwork with bluecurve-icon-theme.
232afac
232afac
* Sun Sep 02 2007 <gilboad[AT]gmail.com> - 1.2.32-4
232afac
- Fix mangled if/else. (Again...)
232afac
232afac
* Sat Sep 01 2007 <gilboad[AT]gmail.com> - 1.2.32-3
232afac
- Fix missing BR: libXinerama-devel.
232afac
- Fix broken source file.
232afac
232afac
* Mon Aug 27 2007 <gilboad[AT]gmail.com> - 1.2.32-2
232afac
- Fix bad %%{_fedora} if/else.
232afac
232afac
* Sun Aug 26 2007 <gilboad[AT]gmail.com> - 1.2.32-1
232afac
- Fixed license tag.
232afac
- Fixed F8 BR - popt-devel.
232afac
- Remove APMstatus fix.
232afac
- 1.2.32
232afac
232afac
* Mon Apr 09 2007 <gilboad[AT]gmail.com> - 1.2.30-13
232afac
- APMStatus crash fix. (Icewm #1696182)
232afac
232afac
* Sat Feb 10 2007 <gilboad[AT]gmail.com> - 1.2.30-12
232afac
- Add missing dot in the -gnome sub-package description.
232afac
- Replace REQ icewm (in both -gnome and -xdgmenu) with icewm-x.x.x.
232afac
- Fix -xdgmenu file list and %%install section.
232afac
- Preserve the source time-stamp.
232afac
232afac
* Sun Feb 04 2007 <gilboad[AT]gmail.com> - 1.2.30-11
232afac
- Remove .Xdefaults fix from startup. (reported upstream).
232afac
- Replace buildroot with RPM_BUILD_ROOT.
232afac
232afac
* Sun Jan 28 2007 <gilboad[AT]gmail.com> - 1.2.30-10
232afac
- Missing REQ: icewm (both -gnome and -xdgmenu)
232afac
- Updated menu.in patch.
232afac
- Updated startup script. (-xdgmenu)
232afac
- Updated icewm-xdg-menu script. (-xdgmenu)
232afac
232afac
* Thu Jan 25 2007 <gilboad[AT]gmail.com> - 1.2.30-9
232afac
- Remove redundant icewm-xdg-menu* %%file entry.
232afac
- Change sub-package name to xdgmenu.
232afac
- Move icewm-xdg-menu to xdgmenu sub-package.
232afac
- Removed the icewm-generate-menu script.
232afac
232afac
* Sat Jan 20 2007 <gilboad[AT]gmail.com> - 1.2.30-8
232afac
- Fix source1 URL. (2nd is a winner)
232afac
- Fix -gnome summery.
232afac
- New sub-package: icewm-xdg-menu
232afac
- ALPHA: icewm-generate-menu script added to use icewm-xdg-menu to generate static menus.
232afac
232afac
* Sat Jan 20 2007 <gilboad[AT]gmail.com> - 1.2.30-7
232afac
- Fix source1 URL.
232afac
- Fix xdg-menu* owner.
232afac
- Replace default terminal icon to reduce dep-chain.
232afac
- Fix icewm-gnome description.
232afac
- Replace install with %%{_install}
232afac
- Push -gnome's BR to main package.
232afac
- Change hard-coded sysconf path.
232afac
232afac
* Thu Jan 18 2007 <gilboad[AT]gmail.com> - 1.2.30-6
232afac
- Change license back to LGPL.
232afac
- Change summery.
232afac
- New sub-package: -gnome. (GNOME menu support.)
232afac
- Missing REQ: xterm.
232afac
- Missing REQ: htmlview.
232afac
- Remove redundant %%_sysconf section.
232afac
- Remove redundant redhat-xxx icons.
232afac
- New REQ: redhat-artwork. (icons)
232afac
- Better man pages handling.
232afac
- Customize keys to better match fedora.
232afac
- New REQ: eject. (keys)
232afac
- New REQ: alsautils. (keys)
232afac
232afac
* Wed Jan 17 2007 <gilboad[AT]gmail.com> - 1.2.30-5
232afac
- Fix Source0 URL.
232afac
- Replace cp with install.
232afac
- Do not gzip the man page, just copy it.
232afac
- Use htmlview instead of firefox.
232afac
- Use BlueCurve icons instead of the mozilla ones.
232afac
- Re-fix lang support.
232afac
- Return the default configuration files to %%_datadir
232afac
- Add gdm session support.
232afac
- Remove gnome-menus from default menu - replace it with pyxdg/icewm-xdg-menu.
232afac
232afac
* Tue Jan 16 2007 <gilboad[AT]gmail.com> - 1.2.30-4
232afac
- Fix man page name.
232afac
- Remove missing menu items.
232afac
- Convert GNOME-menu patch to configure.in patch.
232afac
- Push default configuration into /etc/icewm
232afac
- Remove the default KDE support. (At least for now)
232afac
- Require firefox (default browser in Fedora).
232afac
- Add missing firefox icon. (No source - manual convert)
232afac
- Add missing gnome-menus. (required for GNOME2 menus)
232afac
- Fix missing gettext BR.
232afac
- Fix missing lang support.
232afac
232afac
* Sat Jan 13 2007 <gilboad[AT]gmail.com> - 1.2.30-3
232afac
- Fix wrong license. (Was LGPL, should be GPL.)
232afac
232afac
* Thu Jan 11 2007 <gilboad[AT]gmail.com> - 1.2.30-2
232afac
- Manually add missing man page.
232afac
232afac
* Thu Jan 11 2007 <gilboad[AT]gmail.com> - 1.2.30-1
232afac
- Initial release.
232afac