]> git.pld-linux.org Git - packages/xorg-data-xbitmaps.git/blob - xorg-data-xbitmaps.spec
- move /usr/include/X11 to filesystem; rel 2
[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:        2
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 Requires:       filesystem >= 3.0-32
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Bitmaps that are shared between X applications.
19
20 %description -l pl.UTF-8
21 Bitmapy współdzielone między aplikacjami X.
22
23 %prep
24 %setup -q -n xbitmaps-%{version}
25
26 %build
27 %{__aclocal}
28 %{__autoconf}
29 %{__autoheader}
30 %{__automake}
31 %configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT \
40         pkgconfigdir=%{_pkgconfigdir}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc COPYING ChangeLog
48 %{_includedir}/X11/bitmaps
49 %{_pkgconfigdir}/xbitmaps.pc
This page took 0.100264 seconds and 4 git commands to generate.