]> git.pld-linux.org Git - packages/xorg-app-bitmap.git/blob - xorg-app-bitmap.spec
- updated to 1.1.0
[packages/xorg-app-bitmap.git] / xorg-app-bitmap.spec
1 Summary:        bitmap applications - bitmap (XBM) editor and converter utilities
2 Summary(pl.UTF-8):      Aplikacje bitmap - narzędzia do modyfikowania i konwersji bitmap (XBM)
3 Name:           xorg-app-bitmap
4 Version:        1.1.0
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/bitmap-%{version}.tar.xz
9 # Source0-md5:  1c34d91eb4568c92e40fb9e300c36281
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  sed >= 4.0
15 BuildRequires:  tar >= 1:1.22
16 BuildRequires:  xorg-data-xbitmaps
17 BuildRequires:  xorg-lib-libX11-devel
18 BuildRequires:  xorg-lib-libXaw-devel
19 BuildRequires:  xorg-lib-libXmu-devel
20 BuildRequires:  xorg-lib-libXt-devel >= 1.0.0
21 BuildRequires:  xorg-proto-xproto-devel >= 7.0.25
22 BuildRequires:  xorg-util-util-macros >= 1.8
23 BuildRequires:  xz
24 # for dirs (only???)
25 Requires:       xorg-data-xbitmaps
26 Requires:       xorg-lib-libXt >= 1.0.0
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 The bitmap program is a rudimentary tool for creating or editing
31 rectangular images made up of 1's and 0's. Bitmaps are used in X for
32 defining clipping regions, cursor shapes, icon shapes, and tile and
33 stipple patterns.
34
35 The bmtoa and atobm filters convert bitmap files to and from ASCII
36 strings. They are most commonly used to quickly print out bitmaps and
37 to generate versions for including in text.
38
39 %description -l pl.UTF-8
40 Program bitmap to podstawowe narzędzie do tworzenia i modyfikowania
41 prostokątnych obrazów złożonych z jedynek i zer. Bitmapy są używane
42 przez X do definiowania obszarów przycinania, kształtów kursorów,
43 kształtów ikon oraz wzorów kafli i punktowania.
44
45 Filtry bmtoa i atobm przekształcają pliki bitmap do i z łańcuchów
46 ASCII. Są najczęściej używane do szybkiego wypisywania bitmap i
47 generowania wersji do włączenia w tekst.
48
49 %prep
50 %setup -q -n bitmap-%{version}
51
52 # support __appmansuffix__ with "x" suffix (per FHS 2.3)
53 %{__sed} -i -e 's,\.so man__appmansuffix__/,.so man1/,' man/*.man
54
55 %build
56 %{__aclocal}
57 %{__autoconf}
58 %{__autoheader}
59 %{__automake}
60 %configure
61
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc COPYING ChangeLog README.md
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*
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.060008 seconds and 3 git commands to generate.