]> git.pld-linux.org Git - packages/xdg-utils.git/blob - xdg-utils.spec
up to 1.2.1
[packages/xdg-utils.git] / xdg-utils.spec
1 Summary:        Set of tools that assist applications with desktop integration
2 Summary(pl.UTF-8):      Zestaw narzędzi ułatwiających integrację aplikacji ze środowiskami graficznymi
3 Name:           xdg-utils
4 Version:        1.2.1
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
9 # Source0-md5:  6c198bfdcbba13652276bb2bd5ffa80c
10 Source1:        get-source.sh
11 URL:            https://www.freedesktop.org/wiki/Software/xdg-utils/
12 BuildRequires:  xmlto
13 Requires:       coreutils
14 Requires:       desktop-file-utils
15 Requires:       which
16 Requires:       xorg-app-xprop
17 Requires:       xorg-app-xset
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Xdg-utils is a set of command line tools that assist applications with
23 a variety of desktop integration tasks. About half of the tools focus
24 on tasks commonly required during the installation of a desktop
25 application and the other half focuses on integration with the desktop
26 environment while the application is running.
27
28 %description -l pl.UTF-8
29 Xdg-utils to zestaw obsługiwanych z linii poleceń narzędzi
30 ułatwiających integrację aplikacji z różnymi środowiskami graficznymi.
31 Mniej więcej połowa z tych narzędzi przydatna jest w czasie instalacji
32 danej aplikacji, a druga połowa przydaje się już w czasie działania
33 aplikacji w danym środowisku graficznym.
34
35 %prep
36 %setup -q -n %{name}-v%{version}
37
38 %build
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc ChangeLog LICENSE README.md RELEASE_NOTES TODO
54 %attr(755,root,root) %{_bindir}/xdg-desktop-icon
55 %attr(755,root,root) %{_bindir}/xdg-desktop-menu
56 %attr(755,root,root) %{_bindir}/xdg-email
57 %attr(755,root,root) %{_bindir}/xdg-icon-resource
58 %attr(755,root,root) %{_bindir}/xdg-mime
59 %attr(755,root,root) %{_bindir}/xdg-open
60 %attr(755,root,root) %{_bindir}/xdg-screensaver
61 %attr(755,root,root) %{_bindir}/xdg-settings
62 %{_mandir}/man1/xdg-desktop-icon.1*
63 %{_mandir}/man1/xdg-desktop-menu.1*
64 %{_mandir}/man1/xdg-email.1*
65 %{_mandir}/man1/xdg-icon-resource.1*
66 %{_mandir}/man1/xdg-mime.1*
67 %{_mandir}/man1/xdg-open.1*
68 %{_mandir}/man1/xdg-screensaver.1*
69 %{_mandir}/man1/xdg-settings.1*
This page took 0.11326 seconds and 4 git commands to generate.