]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blob - xorg-data-xcursor-themes.spec
- obsolete only Ac version of X11 so metapackage-xorg will have a chance to work
[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:        1.0.1
6 Release:        0.2
7 License:        MIT
8 Group:          Themes
9 Source0:        http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-%{version}.tar.bz2
10 # Source0-md5:  014bad415e64c49994679cdb71a97e37
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-app-xcursorgen
16 # to get icondir from xcursor.pc
17 BuildRequires:  xorg-lib-libXcursor-devel >= 1.1.5.2
18 BuildRequires:  xorg-util-util-macros
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Cursor themes.
23
24 %description -l pl
25 Motywy kursorów.
26
27 %package -n xcursor-theme-handhelds
28 Summary:        Cursors Theme "handhelds"
29 Summary(pl):    Motyw kursorów "handhelds"
30 Group:          Themes
31 Obsoletes:      XcursorTheme-handhelds
32
33 %description -n xcursor-theme-handhelds
34 Cursors theme "handhelds" for X11.
35
36 %description -n xcursor-theme-handhelds -l pl
37 Motyw kursorów "handhelds" dla X11.
38
39 %package -n xcursor-theme-redglass
40 Summary:        Cursors theme "redglass"
41 Summary(pl):    Motyw kursorów "redglass"
42 Group:          Themes
43 Obsoletes:      XcursorTheme-redglass
44
45 %description -n xcursor-theme-redglass
46 Cursors theme "redglass" for X11.
47
48 %description -n xcursor-theme-redglass -l pl
49 Motyw kursorów "redglass" dla X11.
50
51 %package -n xcursor-theme-whiteglass
52 Summary:        Cursors theme "whiteglass"
53 Summary(pl):    Motyw kursorów "whiteglass"
54 Group:          Themes
55 Obsoletes:      XcursorTheme-whiteglass
56
57 %description -n xcursor-theme-whiteglass
58 Cursors theme "whiteglass" for X11.
59
60 %description -n xcursor-theme-whiteglass -l pl
61 Motyw kursorów "whiteglass" dla X11.
62
63 %prep
64 %setup -q -n xcursor-themes-%{version}
65
66 %build
67 %{__aclocal}
68 %{__autoconf}
69 %{__autoheader}
70 %{__automake}
71 %configure
72
73 %{__make}
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files -n xcursor-theme-handhelds
85 %defattr(644,root,root,755)
86 %doc COPYING ChangeLog
87 %{_iconsdir}/handhelds
88
89 %files -n xcursor-theme-redglass
90 %defattr(644,root,root,755)
91 %doc COPYING ChangeLog
92 %{_iconsdir}/redglass
93
94 %files -n xcursor-theme-whiteglass
95 %defattr(644,root,root,755)
96 %doc COPYING ChangeLog
97 %{_iconsdir}/whiteglass
This page took 0.122109 seconds and 4 git commands to generate.