File thinclient-greeter.spec of Package thinclient-greeter
#
# spec file for package thinclient-greeter (Version 0.1.1)
#
# 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/
#
Name: thinclient-greeter
Version: 0.1.1
Release: 49
License: GPLv2
Summary: Greeter application for thin client
Url: http://www.novell.com
Group: Productivity/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires: gnome-icon-theme
BuildRequires: intltool
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gnome-desktop-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(libgnome-2.0)
BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Greeter application for thin client
%prep
%setup -q
%build
export LDFLAGS="-Wl,--as-needed"
%configure --disable-static --with-pic
make
%install
%makeinstall
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS NEWS README COPYING
%{_bindir}/thinclient-greeter
%{_datadir}/thinclient-greeter/
%{_datadir}/gnome/autostart/thinclient-greeter-autostart.desktop
%changelog