upgrade to 4.16.0 for xfce 4.16
This commit is contained in:
parent
a831472d0f
commit
9f5dd97687
Binary file not shown.
BIN
libxfce4util-4.16.0.tar.bz2
Normal file
BIN
libxfce4util-4.16.0.tar.bz2
Normal file
Binary file not shown.
@ -1,12 +1,15 @@
|
|||||||
|
%global xfceversion 4.16
|
||||||
|
|
||||||
|
%global namespc Libxfce4util
|
||||||
|
|
||||||
Name: libxfce4util
|
Name: libxfce4util
|
||||||
Version: 4.14.0
|
Version: 4.16.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Basic utility library for Xfce4
|
Summary: Utility library for the Xfce4 desktop environment
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.xfce.org/
|
URL: http://www.xfce.org/
|
||||||
Source0: http://archive.xfce.org/src/xfce/%{name}/4.14/%{name}-%{version}.tar.bz2
|
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
|
||||||
#VCS: git:git://git.xfce.org/xfce/libxfce4util
|
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.24.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.24.0
|
||||||
@ -15,6 +18,7 @@ BuildRequires: intltool
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package includes basic utility non-GUI functions for Xfce4.
|
This package includes basic utility non-GUI functions for Xfce4.
|
||||||
@ -23,19 +27,18 @@ This package includes basic utility non-GUI functions for Xfce4.
|
|||||||
Summary: Developpment tools for libxfce4util library
|
Summary: Developpment tools for libxfce4util library
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel
|
||||||
Requires: gtk2-devel
|
Requires: gtk3-devel
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package includes static libraries and header files for the libxfce4util library.
|
This package includes static libraries and header files for the
|
||||||
|
libxfce4util library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
|
||||||
# Remove rpaths
|
# Remove rpaths
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
@ -46,9 +49,10 @@ export LD_LIBRARY_PATH="`pwd`/libxfce4util/.libs"
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
chmod 755 $RPM_BUILD_ROOT/%{_libdir}/*.so
|
# kevin identified the issue - fixes wrong library permissions
|
||||||
|
chmod 755 %{buildroot}/%{_libdir}/*.so
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -56,11 +60,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog NEWS README README.Kiosk THANKS
|
%doc AUTHORS ChangeLog NEWS README.Kiosk THANKS
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{_sbindir}/xfce4-kiosk-query
|
%{_sbindir}/xfce4-kiosk-query
|
||||||
%{_libdir}/girepository-1.0/%{name}-1.0.typelib
|
%{_libdir}/girepository-1.0/%{namespc}-1.0.typelib
|
||||||
%{_datadir}/gir-1.0/%{name}-1.0.gir
|
%{_datadir}/gir-1.0/%{namespc}-1.0.gir
|
||||||
%{_datadir}/vala/vapi/%{name}-1.0.vapi
|
%{_datadir}/vala/vapi/%{name}-1.0.vapi
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -70,6 +74,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
%doc %{_datadir}/gtk-doc/
|
%doc %{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 4.16.0-1
|
||||||
|
- Update to 4.16.0
|
||||||
|
|
||||||
* Wed Jun 10 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.0-1
|
* Wed Jun 10 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.0-1
|
||||||
- build for openEuler
|
- build for openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user