Spec URL: http://people.redhat.com/johnp/files/notification-daemon/notification-daemon.spec SRPM URL: http://people.redhat.com/johnp/files/notification-daemon/notification-daemon-0.3.5-1.src.rpm Description: This is a rename to match upstream's rename of the notification-daemon package
Couple of items: 1. Fails to build in Mock. Looks like it is due to a missing BR on GConf2-devel. 2. The Requires on gtk2 & dbus are unnecessary, since the devel packages sonames will pull these in. 3. SOURCE should be a full URL. 4. You can probably pass the --disable-static flag to the configure macro, and not even build the static libs since your just removing them anyhow. 5. You should probably use the gconf scriptlets from the wiki. http://fedoraproject.org/wiki/ScriptletSnippets#head-ff64cd482595764f672082d5a3b83e1fc22962e8
Fixed with suggestions. Spec URL: http://people.redhat.com/johnp/files/notification-daemon/notification-daemon.spec SRPM URL: http://people.redhat.com/johnp/files/notification-daemon/notification-daemon-0.3.5-2.src.rpm
NEEDSWORK: - Buildroot needs to follow guideline - BuildRequires: autconf automake - Fails to build in mock: checking for NOTIFICATION_DAEMON... configure: error: Package requirements ( gtk+-2.0 >= 2.4.0, glib-2.0 >= 2.4.0, dbus-1 >= 0.36, dbus-glib-1 >= 0.36, gconf-2.0, libwnck-1.0 ) were not met: No package 'libwnck-1.0' found. Also, the manual Requires, is this because rpm require checking isn't getting it right?
Fixed with suggestions. Not sure why Buildroot isn't just handled by RPM. Spec URL: http://people.redhat.com/johnp/files/notification-daemon/notification-daemon.spec SRPM URL: http://people.redhat.com/johnp/files/notification-daemon/notification-daemon-0.3.5-3.src.rpm
THis was built into rawhide.