]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- ugly hack to rpm upgrade reverse switch lackness, icewm-1_0_9-7
authorTomasz Pala <gotar@pld-linux.org>
Mon, 4 Mar 2002 09:58:39 +0000 (09:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 7, STBR.

Changed files:
    icewm.spec -> 1.85

icewm.spec

index d7e406ab94d1452cf384f0eab87a522f40e2bfbb..1275d3bb8e0c047099582fe1a9538484c9dd48fb 100644 (file)
@@ -7,7 +7,7 @@ Summary:        IceWM X11 Window Manager
 Summary(pl):   IceWM - mened¿er okienek X11
 Name:          icewm
 Version:       1.0.9
-Release:       6
+Release:       7
 License:       LGPL
 Group:         X11/Window Managers
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/icewm/%{name}-%{version}-2.tar.bz2
@@ -23,6 +23,8 @@ BuildRequires:        XFree86-devel
 BuildRequires: gnome-libs-devel
 BuildRequires: imlib-devel
 BuildRequires: libstdc++-devel
+Requires(pre): fileutils
+Requires(pre): sh-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -54,9 +56,9 @@ Standard pack of themes delivered with IceWM. All of them made by
 Marko Macek: gtk2, metal2, motif, nice, warp3, warp4, win95.
 
 %description themes-base -l pl
-Standardowy zestaw tematów dla IceWMa, dostarczany wraz nim. Wszystkie
-stworzone przez Marko Macek: gtk2, metal2, motif, nice, warp3, warp4,
-win95.
+Standardowy zestaw tematów dla IceWMa, dostarczany wraz z nim.
+Wszystkie stworzone przez Marko Macek: gtk2, metal2, motif, nice,
+warp3, warp4, win95.
 
 %prep -q
 %setup -q
@@ -107,6 +109,9 @@ gzip -9nf BUGS CHANGES FAQ PLATFORMS README* TODO icewm.lsm
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+test -h %{_libdir}/X11/icewm/icons || rm -rf %{_libdir}/X11/icewm/icons
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc *.gz doc/*.*ml
This page took 0.050582 seconds and 4 git commands to generate.