From 8a77277f6d1a91a5366c97c67da2314eff92d0aeffb729b993f4d7fb3e07a7b0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 23 Apr 2009 20:10:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/startup-notification?expand=0&rev=7 --- startup-notification-0.10.tar.bz2 | 3 +++ startup-notification-0.9.tar.bz2 | 3 --- startup-notification.changes | 12 ++++++++++++ startup-notification.spec | 31 ++++++++++++++++--------------- 4 files changed, 31 insertions(+), 18 deletions(-) create mode 100644 startup-notification-0.10.tar.bz2 delete mode 100644 startup-notification-0.9.tar.bz2 diff --git a/startup-notification-0.10.tar.bz2 b/startup-notification-0.10.tar.bz2 new file mode 100644 index 0000000..e0f0dac --- /dev/null +++ b/startup-notification-0.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b3585682b14aa1528d43c8d6c9180493bf8878f0a2ff248a37d3d96c5cf9a4 +size 248651 diff --git a/startup-notification-0.9.tar.bz2 b/startup-notification-0.9.tar.bz2 deleted file mode 100644 index 9393cfc..0000000 --- a/startup-notification-0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61de1aed379ea9d44a835baf76567e0aaa813b6d6e995db7e83e8986f69b580d -size 226231 diff --git a/startup-notification.changes b/startup-notification.changes index 0c9296d..ac24463 100644 --- a/startup-notification.changes +++ b/startup-notification.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 14 15:16:13 CEST 2009 - vuntz@novell.com + +- Update to version 0.10: + + Remove useless functions + + Add XCB backend +- Remove autoreconf call. +- Remove -fno-strict-aliasing from CFLAGS. +- Pass --disable-static to configure and remove .la files. +- Remove gnome-common BuildRequires. +- Do not package empty README. + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/startup-notification.spec b/startup-notification.spec index 26a1363..8320de0 100644 --- a/startup-notification.spec +++ b/startup-notification.spec @@ -1,5 +1,5 @@ # -# spec file for package startup-notification (Version 0.9) +# spec file for package startup-notification (Version 0.10) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: startup-notification -BuildRequires: gnome-common xorg-x11-devel +BuildRequires: xorg-x11-devel Url: http://www.freedesktop.org/wiki/Software/startup-notification License: GPL v2 or later Group: System/X11/Utilities -Version: 0.9 -Release: 103 +Version: 0.10 +Release: 1 Summary: Reference Implementation for the Startup-Notification Protocol Source: startup-notification-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,19 +69,12 @@ Authors: %setup -q %build -#{?suse_update_config:{suse_update_config -f}} -#libtoolize --force -#aclocal -#automake -c -a -f -#autoconf -autoreconf -f -i -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -%configure +%configure --disable-static make %{?jobs:-j %jobs} %install -#export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} %makeinstall +find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + %post -p /sbin/ldconfig @@ -89,20 +82,28 @@ make %{?jobs:-j %jobs} %files %defattr(-,root,root) -%doc AUTHORS COPYING README NEWS ChangeLog +%doc AUTHORS COPYING NEWS ChangeLog %{_libdir}/*.so.* %files devel %defattr(-,root,root) %{_includedir}/startup-notification-1.0 %{_libdir}/*.so -%{_libdir}/*.*a %{_libdir}/pkgconfig/*.pc %clean rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 14 2009 vuntz@novell.com +- Update to version 0.10: + + Remove useless functions + + Add XCB backend +- Remove autoreconf call. +- Remove -fno-strict-aliasing from CFLAGS. +- Pass --disable-static to configure and remove .la files. +- Remove gnome-common BuildRequires. +- Do not package empty README. * Wed Jan 07 2009 olh@suse.de - obsolete old -XXbit packages (bnc#437293) * Thu Apr 10 2008 ro@suse.de