automatic version update by autodist [release 0.15-1mamba;Wed Jul 03 2013]

This commit is contained in:
Automatic Build System 2024-01-05 19:35:53 +01:00
parent 062d01e0e9
commit bc96ad12ad
2 changed files with 58 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xdg-user-dirs # xdg-user-dirs
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.

56
xdg-user-dirs.spec Normal file
View File

@ -0,0 +1,56 @@
Name: xdg-user-dirs
Version: 0.15
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
%{_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
* 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