File wm-icons.spec of Package wm-icons
#
# spec file for package wm-icons (Version 0.3.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: wm-icons
License: GNU General Public License (GPL)
Group: System/X11/Icons
Autoreqprov: on
Version: 0.3.0
Release: 493
Summary: Window Manager Icons, themable icon distribution
URL: http://wm-icons.sourceforge.org/
Source0: http://download.sourceforge.net/wm-icons/wm-icons-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
The Window Manager Icons is an efficient icon distribution designed to
be standardized and configurable. Includes several themed icon sets,
scripts, and configurations for several window managers.
Authors:
--------
Mikhael Goikhman <migo@homemail.com>
Olivier Chapuis <olivier.chapuis@free.fr>
%prep
%setup
find . -type d | xargs chmod 755
%build
%{?suse_update_config:%{suse_update_config -f}}
%if %suse_version > 1010
%define prefix /usr
%else
%define prefix /usr/X11R6
%endif
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --enable-all-sets
make
%install
if [ -n "%{?buildroot}" ] ; then
[ %{buildroot} != "/" ] && rm -rf %{buildroot}
fi
make prefix=$RPM_BUILD_ROOT%{prefix} ROOT_PREFIX=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%doc doc/FAQ doc/README.3dpixmaps doc/README.martys doc/README.penguins
%doc doc/icons.lst doc/wm-icons.lsm
%{prefix}/bin/*
%{prefix}/share/wm-icons
%{prefix}/share/icons/wm-icons
%changelog -n wm-icons
* Thu Jan 25 2007 - sndirsch@suse.de
- move from /usr/X11R6 to /usr
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Feb 23 2004 - hmacht@suse.de
- building as non-root
* Mon Jul 01 2002 - ro@suse.de
- fix directory permissions
* Tue Apr 24 2001 - mfabian@suse.de
- new package: wm-icons, version 0.3.0