Hello community,

here is the log from the commit of package xfce4-notifyd for openSUSE:Factory 
checked in at 2012-04-19 10:41:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-notifyd (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-notifyd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-notifyd", Maintainer is "xfce-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-notifyd/xfce4-notifyd.changes      
2011-09-23 12:51:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-notifyd.new/xfce4-notifyd.changes 
2012-04-19 10:41:23.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Mar 31 10:14:21 UTC 2012 - g...@opensuse.org
+
+- split off -lang subpackage
+- specfile cleanup
+
+-------------------------------------------------------------------

New:
----
  xfce4-notifyd-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-notifyd.spec ++++++
--- /var/tmp/diff_new_pack.Or77ra/_old  2012-04-19 10:41:24.000000000 +0200
+++ /var/tmp/diff_new_pack.Or77ra/_new  2012-04-19 10:41:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-notifyd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,44 +16,38 @@
 #
 
 
-
 Name:           xfce4-notifyd
 Version:        0.2.2
-Release:        1
+Release:        0
+Summary:        Simple Notification Daemon for Xfce
 License:        GPL-2.0+
-Summary:        Simple notification daemon for Xfce
-Url:            http://spuriousinterrupt.org/projects/xfce4-notifyd
 Group:          System/Daemons
-Source:         %{name}-%{version}.tar.bz2
+Url:            http://spurint.org/projects/xfce4-notify-daemon/
+Source:         
http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/%{name}-%{version}.tar.bz2
 Source1:        %{name}.xml
+Source100:      %{name}-rpmlintrc
+BuildRequires:  exo-tools
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(libsexy)
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libglade-2.0)
-BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(exo-1)
-BuildRequires:  update-desktop-files
-%if 0%{?suse_version} < 1140
-Requires:       libnotify
-%else
 Requires:       libnotify-tools
-%endif
-Requires:       xfce4-notifyd-branding >= %{version}
+Requires:       xfce4-notifyd-branding = %{version}
+Recommends:     %{name}-lang = %{version}
 Provides:       notification-daemon-xfce = %{version}
 Obsoletes:      notification-daemon-xfce < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Xfce4-notifyd is a simple, visually-appealing notification daemon for
-Xfce that implements the Freedesktop.org Desktop Notifications
-Specification.
+Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce that
+implements the Freedesktop.org Desktop Notifications Specification.
 
 %package branding-upstream
-License:        GPL-2.0+
-Summary:        Upstream branding of xfce4-notifyd
+Summary:        Upstream Branding of xfce4-notifyd
 Group:          System/GUI/XFCE
 # BRAND: xfce4-notifyd.xml: Controls the appearance of notifications.
 Conflicts:      otherproviders(xfce4-notifyd-branding)
@@ -64,6 +58,8 @@
 %description branding-upstream
 This package provides the upstream look and feel for the Xfce Notification 
Daemon.
 
+%lang_package
+
 %prep
 %setup -q
 
@@ -73,15 +69,16 @@
 
 %install
 %make_install
+
 install -D -p -m 644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
+
 %suse_update_desktop_file -i xfce4-notifyd-config
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} >= 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -89,9 +86,8 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_bindir}/xfce4-notifyd-config
@@ -104,7 +100,9 @@
 %dir %{_libexecdir}/xfce4
 %dir %{_libexecdir}/xfce4/notifyd
 %{_libexecdir}/xfce4/notifyd/xfce4-notifyd
-%doc %{_mandir}/man1/*
+%doc %{_mandir}/man1/xfce4-notifyd-config.1*
+
+%files lang -f %{name}.lang
 
 %files branding-upstream
 %defattr(-,root,root)

++++++ xfce4-notifyd-rpmlintrc ++++++
# libnotify-tools is not a library dependency
addFilter("explicit-lib-dependency libnotify-tools")


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to