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