Compare commits
No commits in common. "be55c42a1395cfa2f5bcd9336d8eb0a209fc7488" and "68f9e5a36b62c103e4ecc5606df8ca312ab7a194" have entirely different histories.
be55c42a13
...
68f9e5a36b
BIN
xfce4-notifyd-0.6.1.tar.bz2
Normal file
BIN
xfce4-notifyd-0.6.1.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -1,15 +1,15 @@
|
||||
%global minorversion 0.6
|
||||
%global xfceversion 4.16
|
||||
%global xfceversion 4.14
|
||||
|
||||
Name: xfce4-notifyd
|
||||
Version: 0.6.5
|
||||
Version: 0.6.1
|
||||
Release: 1
|
||||
Summary: Simple, visually-appealing notification daemon for Xfce
|
||||
License: GPLv2
|
||||
#Group: Development/Libraries
|
||||
URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd
|
||||
Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
|
||||
|
||||
Source0: http://archive.xfce.org/src/apps/%{name}/0.6/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
#BuildArch: noarch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel >= 2.42.0
|
||||
BuildRequires: gtk3-devel >= 3.20.0
|
||||
@ -21,11 +21,9 @@ BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: intltool
|
||||
BuildRequires: systemd
|
||||
|
||||
Requires: dbus
|
||||
Requires: hicolor-icon-theme
|
||||
Provides: desktop-notification-daemon
|
||||
Obsoletes: notification-daemon-xfce <= 0.3.7
|
||||
|
||||
%description
|
||||
Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce
|
||||
@ -45,41 +43,37 @@ Features:
|
||||
%install
|
||||
%make_install
|
||||
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-config.desktop
|
||||
%find_lang %{name}
|
||||
|
||||
# remove la file
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# make sure debuginfo is generated properly
|
||||
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
||||
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-config.desktop
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README TODO
|
||||
%{_bindir}/xfce4-notifyd-config
|
||||
%{_libdir}/xfce4/notifyd/
|
||||
%{_libdir}/xfce4/panel/plugins/libnotification-plugin.so
|
||||
%{_libdir}/xfce4/panel/plugins/*.so
|
||||
%{_datadir}/applications/xfce4-notifyd-config.desktop
|
||||
%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
|
||||
%{_datadir}/icons/hicolor/48x48/apps/xfce4-notifyd.png
|
||||
%{_datadir}/themes/Default/xfce-notify-4.0/
|
||||
%{_datadir}/themes/Smoke/
|
||||
%{_datadir}/themes/ZOMG-PONIES!/
|
||||
%{_datadir}/themes/Bright/
|
||||
%{_datadir}/themes/Retro/
|
||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
%{_datadir}/xfce4/panel/plugins/notification-plugin.desktop
|
||||
%{_mandir}/man1/xfce4-notifyd-config.1.*
|
||||
%{_sysconfdir}/xdg/autostart/%{name}.desktop
|
||||
%{_userunitdir}/xfce4-notifyd.service
|
||||
|
||||
%changelog
|
||||
* Mon Jan 09 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.6.5-1
|
||||
- update to 0.6.5
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.6.4-1
|
||||
- update to 0.6.4
|
||||
|
||||
* Mon Jun 20 2022 zhanglin <lin.zhang@turbolinux.com.cn> - 0.6.3-1
|
||||
- Update to 0.6.3
|
||||
|
||||
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.6.2-1
|
||||
- Update to 0.6.2
|
||||
|
||||
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 0.6.1-1
|
||||
- Init package
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://gitlab.xfce.org/apps/xfce4-notifyd.git
|
||||
src_repo:
|
||||
tag_prefix: "xfce4-notifyd-"
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user