代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/xfconf 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global xfceversion 4.19
%if 0%{?openEuler}
%bcond_with perl
%else
%bcond_without perl
%endif
Name: xfconf
Version: 4.19.4
Release: 1
Summary: Hierarchical configuration system for Xfce
License: GPLv2
URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
BuildRequires: make
BuildRequires: glib2-devel
BuildRequires: pkgconfig(libxfce4util-1.0) >= %{xfceversion}
BuildRequires: pkgconfig(dbus-1) >= 1.1.0
BuildRequires: pkgconfig(dbus-glib-1) >= 0.84
%if %{with perl}
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Glib)
BuildRequires: perl(Glib::MakeHelper)
%endif
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: gcc-c++
BuildRequires: gobject-introspection-devel
BuildRequires: vala
Requires: dbus-x11
Obsoletes: libxfce4mcs < 4.4.3-3
Obsoletes: xfconf-perl < 4.13.8
%description
Xfconf is a hierarchical (tree-like) configuration system where the
immediate child nodes of the root are called "channels". All settings
beneath the channel nodes are called "properties."
%package devel
Summary: Development tools for xfconf
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Requires: dbus-devel
Requires: dbus-glib-devel
Requires: glib2-devel
Obsoletes: libxfce4mcs-devel < 4.4.3-3
Obsoletes: xfce-mcs-manager-devel < 4.4.3-3
%description devel
This package includes the libraries and header files you will need
to compile applications for xfconf.
%if %{with perl}
%package perl
Summary: Perl modules for xfconf
Requires: %{name} = %{version}-%{release}
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description perl
This package includes the perl modules and files you will need to
interact with xfconf using perl.
%endif
%prep
%setup -q
%build
%configure --disable-static --with-perl-options=INSTALLDIRS="vendor"
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
export LD_LIBRARY_PATH="`pwd`/xfconf/.libs"
%make_build
%install
%make_install
# fix permissions for installed libraries
chmod 755 %{buildroot}/%{_libdir}/*.so
%if %{with perl}
# remove perl temp file
rm -f %{buildroot}/%{perl_archlib}/perllocal.pod
# remove unneeded dynloader bootstrap file
rm -f %{buildroot}/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs
# fix permissions on the .so file
chmod 755 %{buildroot}/%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.so
%endif
# remove .packlist files.
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
# get rid of .la files
find %{buildroot} -type f -name *.la -exec rm -f {} \;
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
%doc AUTHORS NEWS
/usr/lib/systemd/user/xfconfd.service
%{_libdir}/lib*.so.*
%{_bindir}/xfconf-query
%{_libdir}/xfce4/xfconf/
%{_libdir}/girepository-1.0/Xfconf-0.typelib
%{_datadir}/vala/vapi/libxfconf-0.deps
%{_datadir}/vala/vapi/libxfconf-0.vapi
%{_datadir}/dbus-1/services/org.xfce.Xfconf.service
%{_datadir}/gir-1.0/Xfconf-0.gir
%{_datadir}/bash-completion/completions/xfconf-query
%files devel
%doc %{_datadir}/gtk-doc
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/xfce4/xfconf-0
%{_libdir}/gio/modules/libxfconfgsettingsbackend.so
%if %{with perl}
%files perl
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Xfce4
%{_mandir}/man3/*.3*
%endif
%changelog
* Mon Nov 25 2024 shenzhongwei <shenzhongwei@kylinos.cn> - 4.19.4-1
- Update to 4.19.4
* Tue Mar 12 2024 misaka00251 <liuxin@iscas.ac.cn> - 4.18.3-1
- Update to 4.18.3
* Wed Jan 4 2023 Dillon Chen <dillon.chen@gmail.com> - 4.18.0-1
- Update to 4.18.0
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 4.16.0-1
- Update to 4.16.0
* Mon Jul 6 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.3-1
- Init package
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。