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