]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blob - xorg-data-xcursor-themes.spec
- Obsoletes for XFree86/X11 XcursorTheme* packages (or maybe leave old names?)
[packages/xorg-data-xcursor-themes.git] / xorg-data-xcursor-themes.spec
1 Summary:        Cursor themes
2 Summary(pl):    Motywy kursorów
3 Name:           xorg-data-xcursor-themes
4 Version:        0.99.0
5 Release:        0.02
6 License:        MIT
7 Group:          Themes
8 Source0:        http://xorg.freedesktop.org/X11R7.0-RC0/data/xcursor-themes-%{version}.tar.bz2
9 # Source0-md5:  70895b66058b37f9c90c9a0f5b26d22c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 0.19
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 %{_iconsdir}/handhelds
84
85 %files -n xcursor-theme-redglass
86 %defattr(644,root,root,755)
87 %{_iconsdir}/redglass
88
89 %files -n xcursor-theme-whiteglass
90 %defattr(644,root,root,755)
91 %{_iconsdir}/whiteglass
This page took 0.052013 seconds and 3 git commands to generate.