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