|
|
|
@ -1,22 +1,30 @@
|
|
|
|
|
%define glib2_version 2.26.0
|
|
|
|
|
|
|
|
|
|
Name: libnotify
|
|
|
|
|
Version: 0.7.7
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 0.7.9
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: Desktop notification library
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://www.gnome.org
|
|
|
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1915831#
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1915831#
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1915831
|
|
|
|
|
Patch10001: libnotify-0.7.9-consistent-ids.patch
|
|
|
|
|
|
|
|
|
|
Patch10001: 0001-notify-send-Give-failing-exit-code-if-showing-notifi.patch
|
|
|
|
|
Patch20001: 0001-notify-send-Give-failing-exit-code-if-showing-notifi.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
|
BuildRequires: git
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
|
BuildRequires: docbook-xsl-ns
|
|
|
|
|
BuildRequires: gdk-pixbuf2-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: xmlto
|
|
|
|
|
BuildRequires: /usr/bin/xsltproc
|
|
|
|
|
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -34,24 +42,16 @@ This package contains libraries and header files needed for
|
|
|
|
|
development of programs using %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -S git
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
# Remove lib64 rpaths
|
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/notify-send
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
@ -59,6 +59,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
|
%{_bindir}/notify-send
|
|
|
|
|
%{_libdir}/libnotify.so.*
|
|
|
|
|
%{_libdir}/girepository-1.0/Notify-0.7.typelib
|
|
|
|
|
%{_mandir}/man1/notify-send.1*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%dir %{_includedir}/libnotify
|
|
|
|
@ -68,14 +69,55 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
|
|
%dir %{_datadir}/gtk-doc/html/libnotify
|
|
|
|
|
%{_datadir}/gtk-doc/html/libnotify/*
|
|
|
|
|
%{_datadir}/gir-1.0/Notify-0.7.gir
|
|
|
|
|
%doc %{_docdir}/libnotify/spec/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.7.7-6
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Mon Oct 25 2021 Ray Strode <rstrode@redhat.com> - 0.7.7-6
|
|
|
|
|
* Wed Dec 22 2021 Ray Strode <rstrode@redhat.com> - 0.7.9-8
|
|
|
|
|
- Make notify-send return failure when it fails
|
|
|
|
|
Resolves: #1834682
|
|
|
|
|
Resolves: #2017158
|
|
|
|
|
|
|
|
|
|
* Mon Dec 13 2021 David King <amigadave@amigadave.com> - 0.7.9-7
|
|
|
|
|
- Fix inconsistent IDs in specification (#1915831)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.9-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.9-5
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 26 2020 Kalev Lember <klember@redhat.com> - 0.7.9-1
|
|
|
|
|
- Update to 0.7.9
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.8-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.8-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 0.7.8-2
|
|
|
|
|
- Rebuild with Meson fix for #1699099
|
|
|
|
|
|
|
|
|
|
* Sat Apr 06 2019 Kalev Lember <klember@redhat.com> - 0.7.8-1
|
|
|
|
|
- Update to 0.7.8
|
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
- Build DocBook documentation
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|