Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
5195ef9474 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:21:04 +00:00
cherry530
338475abd0 remove unuse files
(cherry picked from commit 1bf8407f5eb48d82a82f2045f93b2148ce3fe14f)
2021-12-03 18:05:10 +08:00
openeuler-ci-bot
74bbd093c1 !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-12-03 10:01:17 +00:00
cherry530
0a606dcc33 Package init
(cherry picked from commit 9a8d8cd8c1eb4fa991e7c6fb480357382ef863d7)
2021-12-03 17:30:49 +08:00
openeuler-ci-bot
58491f8c31 !3 upgrade to 4.16.0 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-16 04:55:41 +00:00
linz
58f793d04d upgrade to 4.16.0 for xfce 4.16 2021-06-16 10:31:55 +08:00
openeuler-ci-bot
d3edbd82d5 !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-12-02 16:09:24 +08:00
张琳
cf34551851 update xfce4-dev-tools.yaml. 2020-12-01 11:00:13 +08:00
zhang__3125
a5087361fb 20201127 add yaml file 2020-11-27 13:49:58 +08:00
openeuler-ci-bot
980307dcb1 !1 Init package
Merge pull request !1 from 陈棋德/master
2020-07-31 19:28:44 +08:00
dillon chen
05579465cc Init package 2020-07-12 12:02:48 +08:00
3 changed files with 59 additions and 0 deletions

Binary file not shown.

55
xfce4-dev-tools.spec Normal file
View File

@ -0,0 +1,55 @@
%global xfceversion 4.14
Name: xfce4-dev-tools
Version: 4.14.0
Release: 2
Summary: Xfce developer tools
License: GPLv2+
#Group: Development/Libraries
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gettext-devel
BuildRequires: glib2-devel
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: make
Requires: autoconf
Requires: automake
Requires: intltool
Requires: gawk
Requires: git
Requires: glib2-devel
Requires: grep
Requires: gtk-doc
%description
xfce4-dev-tools provide an easy way to handle the setup and maintenance of a
projects build framework. It's required to build Xfce applications from git.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} INSTALL='install -p'
mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/
install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/
%files
%doc AUTHORS COPYING ChangeLog HACKING NEWS README
%{_bindir}/xdt-autogen
%{_bindir}/xdt-csource
%dir %{_datadir}/xfce4/
%{_datadir}/xfce4/dev-tools/
%{_datadir}/aclocal/*
%changelog
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.0-1
- Init package

4
xfce4-dev-tools.yaml Normal file
View File

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