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