xdg-user-dirs/xdg-user-dirs.spec

64 lines
1.9 KiB
RPMSpec
Raw Permalink Normal View History

Name: xdg-user-dirs
Version: 0.17
Release: 1mamba
Summary: A tool to help manage "well known" user directories like the desktop folder and the music folder.
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://freedesktop.org/wiki/Software/xdg-user-dirs/
Source: http://user-dirs.freedesktop.org/releases/xdg-user-dirs-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/xdg/user-dirs.conf
%{_sysconfdir}/xdg/user-dirs.defaults
%{_sysconfdir}/xdg/autostart/xdg-user-dirs.desktop
%{_bindir}/xdg-user-dir
%{_bindir}/xdg-user-dirs-update
%{_mandir}/man1/xdg-user-dir.1*
%{_mandir}/man1/xdg-user-dirs-update.1*
%{_mandir}/man5/user-dirs.conf.5*
%{_mandir}/man5/user-dirs.defaults.5*
%{_mandir}/man5/user-dirs.dirs.5*
%doc AUTHORS COPYING
%changelog
* Fri Mar 30 2018 Automatic Build System <autodist@mambasoft.it> 0.17-1mamba
- automatic version update by autodist
* Mon Sep 25 2017 Automatic Build System <autodist@mambasoft.it> 0.16-1mamba
- automatic version update by autodist
* Wed Jul 03 2013 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
- automatic version update by autodist
* Sun Aug 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-1mamba
- package created by autospec