]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blob - xorg-data-xcursor-themes.spec
- 0.99.1 (X11R7.0-RC1)
[packages/xorg-data-xcursor-themes.git] / xorg-data-xcursor-themes.spec
1 # TODO: which package should own %{_iconsdir}???
2 Summary:        Cursor themes
3 Summary(pl):    Motywy kursorów
4 Name:           xorg-data-xcursor-themes
5 Version:        0.99.1
6 Release:        0.1
7 License:        MIT
8 Group:          Themes
9 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/data/xcursor-themes-%{version}.tar.bz2
10 # Source0-md5:  a86608399b872b9ca3ed56d864918794
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  xorg-app-xcursorgen
15 BuildRequires:  xorg-util-util-macros
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Cursor themes.
20
21 %description -l pl
22 Motywy kursorów.
23
24 %package -n xcursor-theme-handhelds
25 Summary:        Cursors Theme "handhelds"
26 Summary(pl):    Motyw kursorów "handhelds"
27 Group:          Themes
28 Obsoletes:      XcursorTheme-handhelds
29
30 %description -n xcursor-theme-handhelds
31 Cursors theme "handhelds" for X11.
32
33 %description -n xcursor-theme-handhelds -l pl
34 Motyw kursorów "handhelds" dla X11.
35
36 %package -n xcursor-theme-redglass
37 Summary:        Cursors theme "redglass"
38 Summary(pl):    Motyw kursorów "redglass"
39 Group:          Themes
40 Obsoletes:      XcursorTheme-redglass
41
42 %description -n xcursor-theme-redglass
43 Cursors theme "redglass" for X11.
44
45 %description -n xcursor-theme-redglass -l pl
46 Motyw kursorów "redglass" dla X11.
47
48 %package -n xcursor-theme-whiteglass
49 Summary:        Cursors theme "whiteglass"
50 Summary(pl):    Motyw kursorów "whiteglass"
51 Group:          Themes
52 Obsoletes:      XcursorTheme-whiteglass
53
54 %description -n xcursor-theme-whiteglass
55 Cursors theme "whiteglass" for X11.
56
57 %description -n xcursor-theme-whiteglass -l pl
58 Motyw kursorów "whiteglass" dla X11.
59
60 %prep
61 %setup -q -n xcursor-themes-%{version}
62
63 %build
64 %{__aclocal}
65 %{__autoconf}
66 %{__autoheader}
67 %{__automake}
68 %configure
69
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files -n xcursor-theme-handhelds
82 %defattr(644,root,root,755)
83 %doc ChangeLog
84 %{_iconsdir}/handhelds
85
86 %files -n xcursor-theme-redglass
87 %defattr(644,root,root,755)
88 %doc ChangeLog
89 %{_iconsdir}/redglass
90
91 %files -n xcursor-theme-whiteglass
92 %defattr(644,root,root,755)
93 %doc ChangeLog
94 %{_iconsdir}/whiteglass
This page took 0.04448 seconds and 3 git commands to generate.