File xdg-user-dirs.spec of Package xdg-user-dirs
#
# spec file for package xdg-user-dirs
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: xdg-user-dirs
Version: 0.18
Release: 0
Summary: Utilities to handle user data directories
License: GPL-2.0-only
Group: System/GUI/Other
URL: https://freedesktop.org/wiki/Software/xdg-user-dirs
Source0: https://user-dirs.freedesktop.org/releases/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM
Patch1: 0001-Add-a-systemd-service-to-run-xdg-user-dirs-update.patch
BuildRequires: make
BuildRequires: suse-xsl-stylesheets
BuildRequires: systemd-rpm-macros
BuildRequires: update-desktop-files
%systemd_ordering
%description
xdg-user-dirs is a tool to help manage "well known" user directories
like the desktop folder and the music folder. It also
handles localization (i.e. translation) of the filenames.
%lang_package
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
install -Dm0644 xdg-user-dirs.service %{buildroot}%{_userunitdir}/xdg-user-dirs.service
# Change sr@Latn to sr@latin
mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin
%find_lang %{name} %{?no_lang_C}
# Create xinit script
mkdir -p %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d
echo "#!/bin/sh" >> %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/xdg-user-dirs.sh
echo "%{_bindir}/xdg-user-dirs-update" >> %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/xdg-user-dirs.sh
chmod a+x %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/xdg-user-dirs.sh
%suse_update_desktop_file %{name}
%pre
%systemd_user_pre xdg-user-dirs.service
%post
%systemd_user_post xdg-user-dirs.service
%preun
%systemd_user_preun xdg-user-dirs.service
%files
%license COPYING
%doc AUTHORS README ChangeLog
%{_mandir}/man1/*.1%{?ext_man}
%{_mandir}/man5/*.5%{?ext_man}
%config(noreplace) %{_sysconfdir}/xdg/user-dirs.conf
%config(noreplace) %{_sysconfdir}/xdg/user-dirs.defaults
%dir %{_sysconfdir}/X11/xinit
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
%{_sysconfdir}/X11/xinit/xinitrc.d/xdg-user-dirs.sh
%{_bindir}/xdg-user-dir
%{_bindir}/xdg-user-dirs-update
%{_sysconfdir}/xdg/autostart/xdg-user-dirs.desktop
%{_userunitdir}/xdg-user-dirs.service
%files lang -f %{name}.lang
%changelog