From 518c089058cfa63ae3a904dd8106acbe5aab4f94c21204887880904ef58a2d2f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:38:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/startup-notification?expand=0&rev=1 --- .gitattributes | 23 ++++++ .gitignore | 1 + ready | 0 startup-notification-0.8.tar.bz2 | 3 + startup-notification.changes | 56 +++++++++++++++ startup-notification.spec | 116 +++++++++++++++++++++++++++++++ 6 files changed, 199 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 ready create mode 100644 startup-notification-0.8.tar.bz2 create mode 100644 startup-notification.changes create mode 100644 startup-notification.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 diff --git a/startup-notification-0.8.tar.bz2 b/startup-notification-0.8.tar.bz2 new file mode 100644 index 0000000..55bad4b --- /dev/null +++ b/startup-notification-0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd63f38168078f7583b3d2196e14f469d742e99cd17ae1fd1cfd4d808b969001 +size 237994 diff --git a/startup-notification.changes b/startup-notification.changes new file mode 100644 index 0000000..0d94a8e --- /dev/null +++ b/startup-notification.changes @@ -0,0 +1,56 @@ +------------------------------------------------------------------- +Wed Jan 25 21:32:40 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Tue Sep 27 12:04:49 CEST 2005 - mls@suse.de + +- move so symlink to devel package +- make devel package require base package + +------------------------------------------------------------------- +Thu Jan 20 15:56:59 CET 2005 - gekker@suse.de + +- Update to version 0.8 + +------------------------------------------------------------------- +Thu Dec 16 18:35:58 CET 2004 - gekker@suse.de + +- Update to version 0.7 + +------------------------------------------------------------------- +Fri Nov 19 14:20:56 CET 2004 - ro@suse.de + +- removed extra aclocal include directive + +------------------------------------------------------------------- +Thu Apr 29 01:43:35 CEST 2004 - ro@suse.de + +- added -fno-strict-aliasing + +------------------------------------------------------------------- +Sun Jan 11 10:34:09 CET 2004 - adrian@suse.de + +- add %defattr and %run_ldconfig + +------------------------------------------------------------------- +Mon Jul 14 15:42:20 CEST 2003 - sbrabec@suse.cz + +- GNOME prefix change to /opt/gnome. + +------------------------------------------------------------------- +Wed Jan 29 10:19:22 CET 2003 - hhetter@suse.de + +- updated to version 0.5 + +------------------------------------------------------------------- +Thu Jan 23 15:14:25 CET 2003 - meissner@suse.de + +- lib64 fix. + +------------------------------------------------------------------- +Thu Jan 16 11:47:52 CET 2003 - hhetter@suse.de + +- initial SuSE package + diff --git a/startup-notification.spec b/startup-notification.spec new file mode 100644 index 0000000..c38656a --- /dev/null +++ b/startup-notification.spec @@ -0,0 +1,116 @@ +# +# spec file for package startup-notification (Version 0.8) +# +# Copyright (c) 2005 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://www.suse.de/feedback/ +# + +# norootforbuild + +Name: startup-notification +BuildRequires: gnome-common xorg-x11-devel +URL: http://www.freedesktop.org/wiki/Software_2fstartup_2dnotification +%define prefix /usr +License: GPL +Group: System/X11/Utilities +Autoreqprov: on +Version: 0.8 +Release: 6 +Summary: Reference Implementation for the Startup-Notification Protocol +Source: startup-notification-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Startup-notification contains a reference implementation of the +startup-notification protocol. + + + +Authors: +-------- + Havoc Pennington + +%prep +%setup -n startup-notification-%{version} + +%build +%{?suse_update_config:%{suse_update_config -f}} +libtoolize --force +aclocal +automake -c -a -f +autoconf +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ +./configure --prefix=/usr \ + --libdir=%{_libdir} \ + --mandir=%{_mandir} \ + --infodir=%{_infodir} +make + +%install +export LIBRARY_PATH=$RPM_BUILD_ROOT/usr/%_lib +make install DESTDIR=$RPM_BUILD_ROOT + +%post +%run_ldconfig + +%postun +%run_ldconfig + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING README NEWS ChangeLog +%{prefix}/%_lib/*.so.* +%package devel +Summary: Include Files and Libraries mandatory for Development. +Group: Development/Libraries/GNOME +Requires: startup-notification = %{version} +Autoreqprov: on + +%description devel +This package contains all necessary include files and libraries needed +to develop applications that require these. + + + +Authors: +-------- + Havoc Pennington + + +%files devel +%defattr(-,root,root) +%{prefix}/%_lib/pkgconfig/*.pc +%{prefix}/%_lib/*.so +%{prefix}/%_lib/*a +%{prefix}/include/startup-notification-1.0 + +%clean +rm -rf $RPM_BUILD_ROOT + +%changelog -n startup-notification +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Tue Sep 27 2005 - mls@suse.de +- move so symlink to devel package +- make devel package require base package +* Thu Jan 20 2005 - gekker@suse.de +- Update to version 0.8 +* Thu Dec 16 2004 - gekker@suse.de +- Update to version 0.7 +* Fri Nov 19 2004 - ro@suse.de +- removed extra aclocal include directive +* Thu Apr 29 2004 - ro@suse.de +- added -fno-strict-aliasing +* Sun Jan 11 2004 - adrian@suse.de +- add %%defattr and %%run_ldconfig +* Mon Jul 14 2003 - sbrabec@suse.cz +- GNOME prefix change to /opt/gnome. +* Wed Jan 29 2003 - hhetter@suse.de +- updated to version 0.5 +* Thu Jan 23 2003 - meissner@suse.de +- lib64 fix. +* Thu Jan 16 2003 - hhetter@suse.de +- initial SuSE package