]> git.pld-linux.org Git - packages/xorg-data-xbitmaps.git/blob - xorg-data-xbitmaps.spec
d063dc8f7022e5e82e2e5d42b77ba71ff4d7a40e
[packages/xorg-data-xbitmaps.git] / xorg-data-xbitmaps.spec
1 Summary:        Bitmaps that are shared between X applications
2 Summary(pl.UTF-8):      Bitmapy współdzielone między aplikacjami X
3 Name:           xorg-data-xbitmaps
4 Version:        1.1.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/data/xbitmaps-%{version}.tar.bz2
9 # Source0-md5:  f9ddd4e70a5375508b3acaf17be0d0ab
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  xorg-util-util-macros >= 1.3
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Bitmaps that are shared between X applications.
18
19 %description -l pl.UTF-8
20 Bitmapy współdzielone między aplikacjami X.
21
22 %prep
23 %setup -q -n xbitmaps-%{version}
24
25 %build
26 %{__aclocal}
27 %{__autoconf}
28 %{__autoheader}
29 %{__automake}
30 %configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT \
39         pkgconfigdir=%{_pkgconfigdir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc COPYING ChangeLog
47 # don't drag whole xorg-proto-xproto-devel just for this dir
48 %dir %{_includedir}/X11
49 %{_includedir}/X11/bitmaps
50 %{_pkgconfigdir}/xbitmaps.pc
This page took 0.076973 seconds and 3 git commands to generate.