Sync from SUSE:SLFO:Main startup-notification revision 162684e9f19f48bca3252010ca165ba7
This commit is contained in:
commit
e53111655b
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
3
baselibs.conf
Normal file
3
baselibs.conf
Normal file
@ -0,0 +1,3 @@
|
||||
libstartup-notification-1-0
|
||||
provides "startup-notification-<targettype> = <version>"
|
||||
obsoletes "startup-notification-<targettype> < <version>"
|
BIN
startup-notification-0.12.tar.gz
(Stored with Git LFS)
Normal file
BIN
startup-notification-0.12.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
157
startup-notification.changes
Normal file
157
startup-notification.changes
Normal file
@ -0,0 +1,157 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:39:46 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 13:09:57 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Replace xorg-x11-devel BuildRequires with pkgconfig(xcb),
|
||||
pkgconfig(xcb-aux), pkgconfig(xcb-event) and pkgconfig(x11-xcb).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 11:14:02 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Add Source URL, see https://en.opensuse.org/SourceUrls.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 12:35:31 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Spec-cleanup using format_spec_file service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 03:17:24 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.12:
|
||||
+ Revert a change that break ABI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 10:30:24 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.11:
|
||||
+ Remove Xlib support, use only xcb and x11-xcb
|
||||
+ Support APPLICATION_ID key
|
||||
- Drop startup-notification-application-id.patch and
|
||||
startup-notification-sn-launcher-screen.patch: fixed upstream.
|
||||
- Fix License tags: the librarys is LGPLv2+, not GPLv2+.
|
||||
- Change startup-notification Obsoletes from <= to < now that we
|
||||
have a new upstream version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 11 18:16:25 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update packaging to use the shared library packaging policy:
|
||||
+ Create libstartup-notification-1-0 subpackages.
|
||||
+ Add Provides/Obsoletes for startup-notification to
|
||||
libstartup-notification-1-0
|
||||
+ Update baselibs.conf accordingly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 9 23:56:27 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Add startup-notification-application-id.patch from git: this adds
|
||||
support for APPLICATION_ID, which can be used by gnome-shell.
|
||||
- Add startup-notification-sn-launcher-screen.patch from git: fix
|
||||
sn-launcher to use screen number.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 21:16:46 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- Add baselibs.conf as a source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 29 15:56:32 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
- Reordered spec file sections to make OBS rewriting of Requires
|
||||
working properly.
|
||||
- Spec file cleanup.
|
||||
- Fixed devel Requires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 18:15:32 CEST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 0.9:
|
||||
+ plug some memory leaks
|
||||
+ fix compilation on sun boxen
|
||||
- Add some Requires to the -devel subpackage
|
||||
- s#%run_ldconfig#/sbin/ldconfig# in %post and %postun.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
83
startup-notification.spec
Normal file
83
startup-notification.spec
Normal file
@ -0,0 +1,83 @@
|
||||
#
|
||||
# spec file for package startup-notification
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX 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: startup-notification
|
||||
Version: 0.12
|
||||
Release: 0
|
||||
Summary: Reference Implementation for the Startup-Notification Protocol
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/X11/Utilities
|
||||
URL: http://www.freedesktop.org/wiki/Software/startup-notification
|
||||
Source: http://www.freedesktop.org/software/startup-notification/releases/startup-notification-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
BuildRequires: pkgconfig(xcb) >= 1.6
|
||||
BuildRequires: pkgconfig(xcb-aux)
|
||||
BuildRequires: pkgconfig(xcb-event)
|
||||
|
||||
%description
|
||||
Startup-notification contains a reference implementation of the
|
||||
startup-notification protocol.
|
||||
|
||||
%package -n libstartup-notification-1-0
|
||||
Summary: Reference Implementation for the Startup-Notification Protocol
|
||||
Group: System/X11/Utilities
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
#
|
||||
|
||||
%description -n libstartup-notification-1-0
|
||||
Startup-notification contains a reference implementation of the
|
||||
startup-notification protocol.
|
||||
|
||||
%package devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: libstartup-notification-1-0 = %{version}
|
||||
#
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n libstartup-notification-1-0 -p /sbin/ldconfig
|
||||
%postun -n libstartup-notification-1-0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libstartup-notification-1-0
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS ChangeLog
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/startup-notification-1.0/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user