File lxappearance.spec of Package lxappearance
#
# spec file for package lxappearance (Version 0.5.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: lxappearance
Summary: It's a desktop-independent theme swither for GTK+
Version: 0.5.0
Release: 1
License: GPLv2
Group: System/GUI/LXDE
Url: http://www.lxde.org/
Source0: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf automake gcc gcc-c++ make update-desktop-files
BuildRequires: gettext-runtime gettext-tools gtk2-devel pkg-config
BuildRequires: gnome-icon-theme intltool perl perl-XML-Parser
BuildRequires: docbook-utils docbook-xsl-stylesheets fdupes libxslt
Recommends: %name-lang
%description
LXAppearance is part of LXDE project.
It's a desktop-independent theme swither for GTK+.
%package devel
License: GPLv2
Summary: Lxappearance development files
Group: Development/Libraries/C and C++
Requires: %name = %version
%description devel
Development files to build lxappearance plugins
%lang_package
%prep
%setup -q
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
%configure
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
# own the pugins dir so that we don't need it
# for each plugin we will install later
mkdir -p %buildroot/%_libdir/lxappearance/plugins
%suse_update_desktop_file %name
%fdupes -s %{buildroot}
%find_lang %name
%clean
rm -fr %buildroot
%files
%defattr(-,root,root)
%_bindir/%name
%_datadir/applications/%name.desktop
%dir %_datadir/%name
%dir %_datadir/%name/ui
%_datadir/%name/ui/lxappearance.ui
%_datadir/%name/ui/about.ui
%dir %_libdir/lxappearance
%dir %_libdir/lxappearance/plugins
%files devel
%defattr(-,root,root)
%dir %_includedir/%name
%_includedir/%name/%name.h
%_libdir/pkgconfig/%name.pc
%files lang -f %name.lang
%changelog