]> git.pld-linux.org Git - packages/xorg-app-bitmap.git/blame - xorg-app-bitmap.spec
- x32 rebuild
[packages/xorg-app-bitmap.git] / xorg-app-bitmap.spec
CommitLineData
833dc43c
JB
1Summary: bitmap applications - bitmap (XBM) editor and converter utilities
2Summary(pl.UTF-8): Aplikacje bitmap - narzędzia do modyfikowania i konwersji bitmap (XBM)
26e43167 3Name: xorg-app-bitmap
e94a409b 4Version: 1.0.8
a5ca19fc 5Release: 2
26e43167
AM
6License: MIT
7Group: X11/Applications
b98a908a 8Source0: http://xorg.freedesktop.org/releases/individual/app/bitmap-%{version}.tar.bz2
e94a409b 9# Source0-md5: 453cc80f9f557208b1e651b743a2b3bb
26e43167 10URL: http://xorg.freedesktop.org/
d98a8eab 11BuildRequires: autoconf >= 2.60
26e43167 12BuildRequires: automake
8628bc0d 13BuildRequires: pkgconfig >= 1:0.19
0d3a9faf 14BuildRequires: sed >= 4.0
26e43167 15BuildRequires: xorg-data-xbitmaps
3750e541 16BuildRequires: xorg-lib-libXaw-devel
833dc43c 17BuildRequires: xorg-lib-libXmu-devel
10957d97 18BuildRequires: xorg-lib-libXt-devel >= 1.0.0
e94a409b 19BuildRequires: xorg-proto-xproto-devel >= 7.0.25
d98a8eab 20BuildRequires: xorg-util-util-macros >= 1.8
2a205226
JB
21# for dirs (only???)
22Requires: xorg-data-xbitmaps
f5aeb99c 23Requires: xorg-lib-libXt >= 1.0.0
c19dc7a9 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26e43167
AM
25
26%description
7da59ade
JB
27The bitmap program is a rudimentary tool for creating or editing
28rectangular images made up of 1's and 0's. Bitmaps are used in X for
29defining clipping regions, cursor shapes, icon shapes, and tile and
30stipple patterns.
31
32The bmtoa and atobm filters convert bitmap files to and from ASCII
33strings. They are most commonly used to quickly print out bitmaps and
34to generate versions for including in text.
26e43167 35
b919aad2
JR
36%description -l pl.UTF-8
37Program bitmap to podstawowe narzędzie do tworzenia i modyfikowania
38prostokątnych obrazów złożonych z jedynek i zer. Bitmapy są używane
39przez X do definiowania obszarów przycinania, kształtów kursorów,
40kształtów ikon oraz wzorów kafli i punktowania.
7da59ade 41
b919aad2
JR
42Filtry bmtoa i atobm przekształcają pliki bitmap do i z łańcuchów
43ASCII. Są najczęściej używane do szybkiego wypisywania bitmap i
44generowania wersji do włączenia w tekst.
26e43167 45
26e43167
AM
46%prep
47%setup -q -n bitmap-%{version}
26e43167 48
0d3a9faf
JB
49# support __appmansuffix__ with "x" suffix (per FHS 2.3)
50%{__sed} -i -e 's,\.so man__appmansuffix__/,.so man1/,' man/*.man
51
26e43167
AM
52%build
53%{__aclocal}
54%{__autoconf}
55%{__autoheader}
56%{__automake}
57%configure
58
59%{__make}
60
26e43167
AM
61%install
62rm -rf $RPM_BUILD_ROOT
63
64%{__make} install \
d042e562 65 DESTDIR=$RPM_BUILD_ROOT
26e43167 66
26e43167
AM
67%clean
68rm -rf $RPM_BUILD_ROOT
69
26e43167
AM
70%files
71%defattr(644,root,root,755)
833dc43c 72%doc COPYING ChangeLog README
b922b971
JB
73%attr(755,root,root) %{_bindir}/atobm
74%attr(755,root,root) %{_bindir}/bitmap
75%attr(755,root,root) %{_bindir}/bmtoa
76%{_datadir}/X11/app-defaults/Bitmap*
e94a409b
JB
77%{_includedir}/X11/bitmaps/Dashes
78%{_includedir}/X11/bitmaps/Down
79%{_includedir}/X11/bitmaps/Excl
80%{_includedir}/X11/bitmaps/FlipHoriz
81%{_includedir}/X11/bitmaps/FlipVert
82%{_includedir}/X11/bitmaps/Fold
83%{_includedir}/X11/bitmaps/Left
84%{_includedir}/X11/bitmaps/Right
85%{_includedir}/X11/bitmaps/RotateLeft
86%{_includedir}/X11/bitmaps/RotateRight
87%{_includedir}/X11/bitmaps/Stipple
88%{_includedir}/X11/bitmaps/Term
89%{_includedir}/X11/bitmaps/Up
90%{_mandir}/man1/atobm.1*
91%{_mandir}/man1/bitmap.1*
92%{_mandir}/man1/bmtoa.1*
This page took 0.119367 seconds and 4 git commands to generate.