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