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