]> git.pld-linux.org Git - packages/xorg-app-xcursorgen.git/blame - xorg-app-xcursorgen.spec
- rel 3; libpng fix
[packages/xorg-app-xcursorgen.git] / xorg-app-xcursorgen.spec
CommitLineData
76c764db
JB
1Summary: xcursorgen application - create an X cursor file from a collection of PNG images
2Summary(pl.UTF-8): Aplikacja xcursorgen do tworzenia pliku kursora X ze zbioru obrazów PNG
de158ee9 3Name: xorg-app-xcursorgen
4294c3f0 4Version: 1.0.3
77e3edd0 5Release: 3
de158ee9
AM
6License: MIT
7Group: X11/Applications
529931f5 8Source0: http://xorg.freedesktop.org/releases/individual/app/xcursorgen-%{version}.tar.bz2
4294c3f0 9# Source0-md5: 69df079b3950a0db4e5f4e6f0e00ddee
77e3edd0 10Patch0: %{name}-libpng.patch
de158ee9 11URL: http://xorg.freedesktop.org/
19d4b7f1 12BuildRequires: autoconf >= 2.57
de158ee9 13BuildRequires: automake
19d4b7f1 14BuildRequires: libpng-devel >= 1.2
a807c992 15BuildRequires: pkgconfig >= 1:0.19
32c96270 16BuildRequires: xorg-lib-libXcursor-devel
4294c3f0 17BuildRequires: xorg-util-util-macros >= 1.3
8478db16 18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
de158ee9
AM
19
20%description
76c764db 21xcursorgen creates an X cursor file from a collection of PNG images.
de158ee9 22
8ac717d4 23%description -l pl.UTF-8
76c764db 24xcursorgen tworzy plik kursora X ze zbioru obrazów PNG.
de158ee9 25
de158ee9
AM
26%prep
27%setup -q -n xcursorgen-%{version}
77e3edd0 28%patch0 -p1
de158ee9 29
de158ee9
AM
30%build
31%{__aclocal}
32%{__autoconf}
33%{__autoheader}
34%{__automake}
35%configure
36
37%{__make}
38
de158ee9
AM
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
de158ee9
AM
45%clean
46rm -rf $RPM_BUILD_ROOT
47
de158ee9
AM
48%files
49%defattr(644,root,root,755)
4294c3f0 50%doc AUTHORS COPYING ChangeLog README
a52236f2 51%attr(755,root,root) %{_bindir}/xcursorgen
7a48b5fb 52%{_mandir}/man1/xcursorgen.1x*
This page took 0.153857 seconds and 4 git commands to generate.