Compare commits

..

No commits in common. "be55c42a1395cfa2f5bcd9336d8eb0a209fc7488" and "68f9e5a36b62c103e4ecc5606df8ca312ab7a194" have entirely different histories.

4 changed files with 20 additions and 26 deletions

BIN
xfce4-notifyd-0.6.1.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,15 @@
%global minorversion 0.6 %global xfceversion 4.14
%global xfceversion 4.16
Name: xfce4-notifyd Name: xfce4-notifyd
Version: 0.6.5 Version: 0.6.1
Release: 1 Release: 1
Summary: Simple, visually-appealing notification daemon for Xfce Summary: Simple, visually-appealing notification daemon for Xfce
License: GPLv2 License: GPLv2
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: glib2-devel >= 2.42.0 BuildRequires: glib2-devel >= 2.42.0
BuildRequires: gtk3-devel >= 3.20.0 BuildRequires: gtk3-devel >= 3.20.0
@ -21,11 +21,9 @@ BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: intltool BuildRequires: intltool
BuildRequires: systemd BuildRequires: systemd
Requires: dbus Requires: dbus
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
Provides: desktop-notification-daemon Provides: desktop-notification-daemon
Obsoletes: notification-daemon-xfce <= 0.3.7
%description %description
Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce
@ -45,41 +43,37 @@ Features:
%install %install
%make_install %make_install
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-config.desktop
%find_lang %{name}
# remove la file # remove la file
find %{buildroot} -name '*.la' -exec rm -f {} ';' 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 %files -f %{name}.lang
%license COPYING %license COPYING
%doc AUTHORS ChangeLog NEWS README TODO %doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/xfce4-notifyd-config %{_bindir}/xfce4-notifyd-config
%{_libdir}/xfce4/notifyd/ %{_libdir}/xfce4/notifyd/
%{_libdir}/xfce4/panel/plugins/libnotification-plugin.so %{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/applications/xfce4-notifyd-config.desktop %{_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/Default/xfce-notify-4.0/
%{_datadir}/themes/Smoke/ %{_datadir}/themes/Smoke/
%{_datadir}/themes/ZOMG-PONIES!/ %{_datadir}/themes/ZOMG-PONIES!/
%{_datadir}/themes/Bright/ %{_datadir}/themes/Bright/
%{_datadir}/themes/Retro/ %{_datadir}/themes/Retro/
%{_datadir}/xfce4/panel/plugins/*.desktop
%{_datadir}/icons/hicolor/*/*/* %{_datadir}/icons/hicolor/*/*/*
%{_datadir}/xfce4/panel/plugins/notification-plugin.desktop
%{_mandir}/man1/xfce4-notifyd-config.1.* %{_mandir}/man1/xfce4-notifyd-config.1.*
%{_sysconfdir}/xdg/autostart/%{name}.desktop %{_userunitdir}/xfce4-notifyd.service
%changelog %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 * Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 0.6.1-1
- Init package - Init package

View File

@ -1,4 +1,4 @@
version_control: git version_control: git
src_repo: https://gitlab.xfce.org/apps/xfce4-notifyd.git src_repo:
tag_prefix: "xfce4-notifyd-" tag_prefix: "xfce4-notifyd-"
seperator: "." seperator: "."