]> git.pld-linux.org Git - packages/cfe.git/blob - cfe.spec
- tabs in preamble
[packages/cfe.git] / cfe.spec
1 Summary:        Console Font Editor
2 Summary(pl.UTF-8):      Edytor fontów konsolowych
3 Name:           cfe
4 Version:        0.12
5 Release:        4
6 License:        GPL v2
7 Group:          Applications/Console
8 Vendor:         Eugene Osintsev <osgene@omskelecom.ru>
9 Source0:        http://lrn.ru/~osgene/files/%{name}-%{version}.tar.gz
10 # Source0-md5:  c37cca14cacd6c6be27f8fa6cc10e89b
11 Patch0:         %{name}-DESTDIR.patch
12 URL:            http://lrn.ru/~osgene/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  ncurses-devel >= 5.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 cfe is a Linux console font editor which works well both on the
20 console and the terminal. It includes such abilities as various glyph
21 transforming, multi-level undo, and comparing glyphs of two fonts.
22
23 %description -l pl.UTF-8
24 cfe jest edytorem fontów konsolowych dla Linuksa, pracującym zarówno
25 na konsoli jak i terminalu. Posiada takie możliwości, jak różne
26 przekształcenia fontów, wielostopniowe cofanie i porównywanie dwóch
27 fontów.
28
29 %prep
30 %setup -q
31 %patch0 -p0
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %configure
37 %{__make} CFLAGS="%{rpmcflags} -Wall -I/usr/include/ncurses"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc ChangeLog
52 %attr(755,root,root) %{_bindir}/cfe
53 %{_mandir}/man1/*.1*
This page took 0.087024 seconds and 3 git commands to generate.