File thinclient-greeter.spec of Package thinclient-greeter
#
# spec file for package thinclient-greeter (Version 0.1.1)
#
# Copyright (c) 2008 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: thinclient-greeter
BuildRequires: gnome-desktop-devel gnome-icon-theme gtk2-devel intltool libglade2-devel libgnome-devel libgnomeui-devel pkgconfig update-desktop-files
Url: http://www.novell.com
License: GPL v2 only
Group: Productivity/Other
AutoReqProv: on
Version: 0.1.1
Release: 3
Summary: Greeter application for thin client
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Greeter application for thin client
Authors:
--------
James Willcox <snorp@novell.com>
%prep
%setup -q
%build
export LDFLAGS="-Wl,--as-needed"
%configure --disable-static --with-pic
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS NEWS README COPYING
%{_bindir}/thinclient-greeter
%dir %{_datadir}/thinclient-greeter
%{_datadir}/thinclient-greeter/*
%{_datadir}/gnome/autostart/thinclient-greeter-autostart.desktop
%changelog
* Thu May 29 2008 crrodriguez@suse.de
- fix build /opt/gnome no longer allowed
* Tue May 20 2008 mauro@suse.de
- Initial add to abuild.