]> git.pld-linux.org Git - packages/cfe.git/blobdiff - cfe.spec
- new version 0.12
[packages/cfe.git] / cfe.spec
index 1a59e3e050c58c2e999dc564029f6fc99074dca9..76efa3a5efcebb0ab6f908a40ef0b5bf4fa42347 100644 (file)
--- a/cfe.spec
+++ b/cfe.spec
@@ -1,13 +1,13 @@
 Summary:       Console Font Editor
 Summary(pl):   Edytor fontów konsolowych
 Name:          cfe
-Version:       0.10
+Version:       0.12
 Release:       1
 License:       GPL v2
 Group:         Applications/Console
 Vendor:                Eugene Osintsev <osgene@omskelecom.ru>
-Source0:       http://lrn.ru/~osgene/%{name}-%{version}.tar.gz
-Patch0:                %{name}-DESTDIR.patch
+Source0:       http://lrn.ru/~osgene/files/%{name}-%{version}.tar.gz
+Patch0:         %{name}-DESTDIR.patch
 URL:           http://lrn.ru/~osgene/
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: automake
@@ -27,7 +27,7 @@ font
 
 %prep
 %setup -q
-%patch0 -p1
+%patch -p0
 
 %build
 aclocal
@@ -38,6 +38,8 @@ autoconf
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
 gzip -9nf ChangeLog
This page took 0.063088 seconds and 4 git commands to generate.