]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/blobdiff - xorg-data-xcursor-themes.spec
- fixed x32 condition (arch is noarch, need to check _host_cpu)
[packages/xorg-data-xcursor-themes.git] / xorg-data-xcursor-themes.spec
index 7e0ca07d72c8ff2979da4d3cca7fcedcfe3f5ff0..a2175a30221b4ddd74fa0896be32f4a0b54a8690 100644 (file)
@@ -1,33 +1,40 @@
 Summary:       Cursor themes
-Summary(pl.UTF-8):   Motywy kursorów
+Summary(pl.UTF-8):     Motywy kursorów
 Name:          xorg-data-xcursor-themes
-Version:       1.0.1
+Version:       1.0.7
 Release:       1
 License:       MIT
 Group:         Themes
-Source0:       http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-%{version}.tar.bz2
-# Source0-md5: 014bad415e64c49994679cdb71a97e37
-URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+Source0:       https://xorg.freedesktop.org/releases/individual/data/xcursor-themes-%{version}.tar.xz
+# Source0-md5: 070993be1f010b09447ea24bab2c9846
+URL:           https://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: tar >= 1:1.22
 BuildRequires: xorg-app-xcursorgen
 # to get icondir from xcursor.pc
 BuildRequires: xorg-lib-libXcursor-devel >= 1.1.5.2
-BuildRequires: xorg-util-util-macros
+BuildRequires: xorg-util-util-macros >= 1.20
+BuildRequires: xz
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Cursor themes.
+This is a default set of cursor themes for use with libXcursor,
+originally created for the XFree86 Project, and now shipped as part
+of the X.Org software distribution.
 
 %description -l pl.UTF-8
-Motywy kursorów.
+Tak pakiet zawiera domyślny zestaw motywów kursorów do używania z
+libXcursor, oryginalnie stworzonych dla projektu XFree86, a teraz
+dołączanych jako część dystrybucji oprogramowania X.Org.
 
 %package -n xcursor-theme-handhelds
 Summary:       Cursors Theme "handhelds"
-Summary(pl.UTF-8):   Motyw kursorów "handhelds"
+Summary(pl.UTF-8):     Motyw kursorów "handhelds"
 Group:         Themes
-Obsoletes:     XcursorTheme-handhelds
+Obsoletes:     XcursorTheme-handhelds < 1:7
 
 %description -n xcursor-theme-handhelds
 Cursors theme "handhelds" for X11.
@@ -37,9 +44,9 @@ Motyw kursorów "handhelds" dla X11.
 
 %package -n xcursor-theme-redglass
 Summary:       Cursors theme "redglass"
-Summary(pl.UTF-8):   Motyw kursorów "redglass"
+Summary(pl.UTF-8):     Motyw kursorów "redglass"
 Group:         Themes
-Obsoletes:     XcursorTheme-redglass
+Obsoletes:     XcursorTheme-redglass < 1:7
 
 %description -n xcursor-theme-redglass
 Cursors theme "redglass" for X11.
@@ -49,9 +56,9 @@ Motyw kursorów "redglass" dla X11.
 
 %package -n xcursor-theme-whiteglass
 Summary:       Cursors theme "whiteglass"
-Summary(pl.UTF-8):   Motyw kursorów "whiteglass"
+Summary(pl.UTF-8):     Motyw kursorów "whiteglass"
 Group:         Themes
-Obsoletes:     XcursorTheme-whiteglass
+Obsoletes:     XcursorTheme-whiteglass < 1:7
 
 %description -n xcursor-theme-whiteglass
 Cursors theme "whiteglass" for X11.
@@ -65,9 +72,12 @@ Motyw kursorów "whiteglass" dla X11.
 %build
 %{__aclocal}
 %{__autoconf}
-%{__autoheader}
 %{__automake}
-%configure
+%configure \
+%if "%{_host_cpu}" != "x32"
+       --host=%{_host} \
+       --build=%{_host}
+%endif
 
 %{__make}
 
@@ -82,15 +92,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n xcursor-theme-handhelds
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README.md
 %{_iconsdir}/handhelds
 
 %files -n xcursor-theme-redglass
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README.md
 %{_iconsdir}/redglass
 
 %files -n xcursor-theme-whiteglass
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README.md
 %{_iconsdir}/whiteglass
This page took 0.120087 seconds and 4 git commands to generate.