File ggreeter.spec of Package ggreeter
#
# spec file for package ggreeter (Version 0.1)
#
# Copyright (c) 2008 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: ggreeter
Version: 0.1
Release: 214
License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: docbook_4 gconf-sharp2 glade-sharp2 glib-sharp2 gnome-doc-utils-devel gtkhtml314-sharp intltool libgnomeui-devel mono-devel update-desktop-files
AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
Source1: support.png
Source2: bg-head-800x58.png
Patch: %{name}-bnc305604.patch
Patch1: %{name}-bnc304737.patch
Patch2: fix-url-typo.diff
Patch3: %{name}-bnc327414.patch
Patch4: %{name}-bnc326810.patch
Patch5: %{name}-bnc330266.patch
Patch6: %{name}-gtk-sharp-update.patch
Patch7: %{name}-bnc386448.patch
Patch8: %{name}-update-11.1.patch
Patch9: %{name}-bnc395374-close-i18n.patch
Patch10: %{name}-bnc432284-gtkhtml-crash.patch
Group: System/GUI/GNOME
Summary: Greeter Application
%description
GNOME SUSE Greeter
Authors:
--------
Larry Ewing
%prep
%setup -q
%patch -p1
%patch1 -p1
%patch2
%patch3 -p1
%patch4 -p1
%patch5 -p0
%patch6 -p1
%patch7 -p0
%patch8 -p1
%patch9 -p1
%patch10 -p1
cp -f %{S:1} src/
cp -f %{S:2} src/
%build
autoreconf -f -i
intltoolize --force
%configure\
--libexecdir=%{_prefix}/lib/ggreeter
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%suse_update_desktop_file $RPM_BUILD_ROOT%{_datadir}/gnome/autostart/ggreeter.desktop
%find_lang %{name}
%clean
rm -rf "$RPM_BUILD_ROOT"
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS NEWS README COPYING
%{_bindir}/ggreeter
%{_libdir}/ggreeter
%{_prefix}/share/gnome/autostart
%{_datadir}/gnome/autostart/ggreeter.desktop
%changelog
* Fri Nov 14 2008 vuntz@novell.com
- Update bg-head-800x58.png for branding. Fix bnc#445017.
* Wed Oct 22 2008 vuntz@novell.com
- Remove ggreeter-update-11.0.patch and add
ggreeter-update-11.1.patch to use the right url to download
packages.
* Thu Oct 16 2008 vuntz@novell.com
- Add ggreeter-bnc432284-gtkhtml-crash.patch to fix crash on
startup. Patch by Larry Ewing. Fix bnc#432284
* Tue Jun 03 2008 vuntz@suse.de
- Add ggreeter-bnc395374-close-i18n.patch to get translations for
the close link. Fix bnc#395374.
* Mon May 26 2008 vuntz@suse.de
- Add updated bg-head-800x58.png for branding. Fix bnc#386485.
* Fri May 23 2008 vuntz@suse.de
- Add ggreeter-update-11.0.patch to use the right url to download
package.
* Thu May 08 2008 sreeves@suse.de
- Add ggreeter-bnc386448.patch
Use the same greet.xml file as is used in kdebase4-openSUSE
Bring the .po files up to match the .po files in kdebase4-openSUSE
Parse the "<>" in Greeter.cs so the html translations match
Add the support.png file
* Tue Apr 15 2008 jpr@suse.de
- Add ggreeter-gtk-sharp-update.patch to fix build requires for
gtk-sharp2 changes
* Thu Mar 06 2008 maw@suse.de
- Fix the build when against newer versions of intltool.
* Sun Feb 24 2008 crrodriguez@suse.de
- package fails to use find_lang macro to properly install language files
* Thu Dec 20 2007 sreeves@suse.de
- Fix for bnc#330266 - not translated
* Mon Sep 24 2007 lewing@suse.de
- Fix font/window size issues. Fixes bnc #bnc327414
- Update translations. Fixes bnc #326810
* Fri Sep 21 2007 stbinner@suse.de
- fix typo in software.opensuse.org url
* Mon Sep 03 2007 lewing@suse.de
- Fix #305604 and #304737.
* Mon Aug 20 2007 lewing@suse.de
- Remove communication paragraph from greet.xml
* Fri Aug 17 2007 lewing@suse.de
- Remove cruft from specfile, enable --once option
* Fri Aug 17 2007 lewing@suse.de
- Use bzip, fix tarball.
* Fri Aug 17 2007 lewing@suse.de
- Initial submission