Accepting request 792298 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/792298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=40
This commit is contained in:
commit
b1de0bc48a
14
_service
14
_service
@ -1,14 +0,0 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libnotify.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">0.7.8</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
</services>
|
@ -1,6 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://git.gnome.org/libnotify</param>
|
||||
<param name="changesrevision">43aac613f1c2a56aa672c36c157c9b8eb193ac25</param></service><service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libnotify.git</param>
|
||||
<param name="changesrevision">44f92222124b12987406d0768e760ecf9f7e27f8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:606f51c41882d353d1748c76b4d116cb9c71e02dfeeae2784c56bdc7c2548b75
|
||||
size 108756
|
3
libnotify-0.7.9.tar.xz
Normal file
3
libnotify-0.7.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761
|
||||
size 98148
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 22:02:35 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Remove service files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 15:24:23 UTC 2020 - mgorse@suse.com
|
||||
|
||||
- Update to version 0.7.9:
|
||||
+ Added man page for notify-send.
|
||||
+ Dropped autotools.
|
||||
- Require docbook5-xsl-stylesheets. Needed for manpage generation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 05 19:26:17 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnotify
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: libnotify
|
||||
Version: 0.7.8
|
||||
Version: 0.7.9
|
||||
Release: 0
|
||||
Summary: Notifications Library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/X11
|
||||
URL: http://galago-project.org/
|
||||
#Source0: https://download.gnome.org/sources/libnotify/0.7/%%{name}-%%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
||||
Source98: libnotify-rpmlintrc
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: docbook5-xsl-stylesheets
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
@ -99,7 +99,7 @@ D-BUS notifications library.
|
||||
%files -n libnotify4
|
||||
%license COPYING
|
||||
# README is empty
|
||||
%doc AUTHORS ChangeLog NEWS
|
||||
%doc AUTHORS NEWS
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files -n typelib-1_0-Notify-0_7
|
||||
@ -107,6 +107,7 @@ D-BUS notifications library.
|
||||
|
||||
%files tools
|
||||
%{_bindir}/notify-send
|
||||
%{_mandir}/man1/notify-send.1%{ext_man}
|
||||
|
||||
%files devel
|
||||
%{_libdir}/*.so
|
||||
|
Loading…
Reference in New Issue
Block a user