!3 upgrade to 4.16.0 for xfce 4.16
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
58491f8c31
Binary file not shown.
BIN
xfce4-dev-tools-4.16.0.tar.bz2
Normal file
BIN
xfce4-dev-tools-4.16.0.tar.bz2
Normal file
Binary file not shown.
@ -1,55 +1,61 @@
|
|||||||
%global xfceversion 4.14
|
%global xfceversion 4.16
|
||||||
|
|
||||||
Name: xfce4-dev-tools
|
Name: xfce4-dev-tools
|
||||||
Version: 4.14.0
|
Version: 4.16.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Xfce developer tools
|
Summary: Xfce developer tools
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
#Group: Development/Libraries
|
|
||||||
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
|
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
|
||||||
|
#VCS git:git://git.xfce.org/xfce/xfce4-dev-tools
|
||||||
Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/%{xfceversion}/%{name}-%{version}.tar.bz2
|
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: gettext-devel
|
||||||
BuildRequires: glib2-devel
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: intltool
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: intltool
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: glib2-devel
|
||||||
Requires: autoconf
|
Requires: autoconf
|
||||||
Requires: automake
|
Requires: automake
|
||||||
Requires: intltool
|
|
||||||
Requires: gawk
|
Requires: gawk
|
||||||
Requires: git
|
Requires: git
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
|
Requires: intltool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
xfce4-dev-tools provide an easy way to handle the setup and maintenance of a
|
This package contains common tools required by Xfce developers and people
|
||||||
projects build framework. It's required to build Xfce applications from git.
|
that want to build Xfce from SVN.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install
|
||||||
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
|
%files
|
||||||
%doc AUTHORS COPYING ChangeLog HACKING NEWS README
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog HACKING NEWS
|
||||||
|
%{_bindir}/xfce-build
|
||||||
|
%{_bindir}/xfce-do-release
|
||||||
|
%{_bindir}/xfce-get-release-notes
|
||||||
|
%{_bindir}/xfce-get-translations
|
||||||
|
%{_bindir}/xfce-update-news
|
||||||
%{_bindir}/xdt-autogen
|
%{_bindir}/xdt-autogen
|
||||||
%{_bindir}/xdt-csource
|
%{_bindir}/xdt-csource
|
||||||
%dir %{_datadir}/xfce4/
|
|
||||||
%{_datadir}/xfce4/dev-tools/
|
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
|
%{_mandir}/man1/xdt-csource.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 4.16.0-1
|
||||||
|
- Update to 4.16.0
|
||||||
|
|
||||||
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.0-1
|
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.0-1
|
||||||
- Init package
|
- Init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user