Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
0a9dea910c !9 [sync] PR-7: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:35:39 +00:00
cherry530
e5021fe7f9 remove unuse files
(cherry picked from commit 27dae779d550283f8215ab75a8759aea466398b1)
2021-12-03 18:04:37 +08:00
openeuler-ci-bot
52316ce2aa !8 [sync] PR-6: Package init
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:00:54 +00:00
cherry530
34c097870c Package init
(cherry picked from commit bb6f8341fe32e33b8346cf6ca68b570a440a42b7)
2021-12-03 17:29:29 +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 56 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,52 @@
%global xfceversion 4.14
%global _hardened_build 1
Name: xfce4-datetime-plugin
Version: 0.8.0
Release: 1
Summary: Date/time plugin for the Xfce panel
License: GPLv2+
#Group: Development/Libraries
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.8/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
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
* 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: "."