Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4fac267fe7
!13 update to 0.8.2
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2023-01-09 07:31:08 +00:00
zhang__3125
1fa5598d5b update to 0.8.2 2023-01-09 15:12:19 +08:00
openeuler-ci-bot
5c60479861 !5 upgrade to 0.8.1 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-25 07:34:08 +00:00
zhang__3125
b4c474e2bf upgrade to 0.8.1 for xfce 4.16 2021-06-25 15:14:54 +08:00
openeuler-ci-bot
df6f58eb4e !4 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 17:10:12 +08:00
张琳
865f388f91 update xfce4-datetime-plugin.yaml. 2020-11-30 17:01:51 +08:00
zhang__3125
60d7b4e614 20201127 add yaml file 2020-11-27 12:57:42 +08:00
openeuler-ci-bot
af22db83f7 !3 Init package
Merge pull request !3 from 陈棋德/master
2020-08-03 07:28:42 +08:00
陈棋德
a20fa0fd8d update xfce4-datetime-plugin.spec. 2020-07-14 19:33:23 +08:00
dillon chen
f46a421ff9 Init package 2020-07-14 19:10:41 +08:00
3 changed files with 62 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,58 @@
%global minorversion 0.8
%global xfceversion 4.16
%global _hardened_build 1
Name: xfce4-datetime-plugin
Version: 0.8.2
Release: 1
Summary: Date/time plugin for the Xfce panel
License: GPLv2+
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-c++
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: gettext
BuildRequires: intltool
Requires: xfce4-panel >= %{xfceversion}
%description
This plugin shows the date and time in the panel, and a calendar appears when you left-click on it.
%prep
%autosetup
%build
%configure --disable-static
%make_build
%install
%make_install
# 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
%find_lang %{name}
%files -f %{name}.lang
%doc AUTHORS ChangeLog NEWS THANKS
%license COPYING
%{_libdir}/xfce4/panel/plugins/*.so
%{_datadir}/xfce4/panel/plugins/*.desktop
%changelog
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.8.2-1
- update to 0.8.2
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.8.1-1
- Update to 0.8.1
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.8.0-1
- Init package

View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.xfce.org/panel-plugins/xfce4-datetime-plugin.git
tag_prefix: "xfce4-datetime-plugin-"
seperator: "."