]> git.pld-linux.org Git - packages/cfe.git/commitdiff
- 0.10 (many, many bugfixes, man-page...)
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 8 Dec 2001 17:48:13 +0000 (17:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- switched to ac/am stuff
- license changed to GPL v2
- added manuals
- switched to DESTDIR-style instalation
- new URLs
STBR

Changed files:
    cfe.spec -> 1.9

cfe.spec

index c886e7284ae01d12d7b5c46f8a5fcc71453adbe7..406b14144138ea53270733d4dfa08280a8ddd292 100644 (file)
--- a/cfe.spec
+++ b/cfe.spec
@@ -1,16 +1,19 @@
 Summary:       Console Font Editor
 Summary(pl):   Edytor fontów konsolowych
 Name:          cfe
-Version:       0.6
-Release:       3
-License:       GPL
+Version:       0.10
+Release:       1
+License:       GPL v2
 Group:         Applications/Console
 Group(de):     Applikationen/Konsole
 Group(pl):     Aplikacje/Konsola
 Vendor:                Eugene Osintsev <osgene@omskelecom.ru>
-Source0:       http://gene.i-connect.com/files/%{name}-%{version}.tar.gz
-URL:           http://gene.i-connect.com/files/
+Source0:       http://lrn.ru/~osgene/%{name}-%{version}.tar.gz
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://lrn.ru/~osgene/
 BuildRequires: ncurses-devel >= 5.0
+BuildRequires: automake
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,24 +29,26 @@ font
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-
+aclocal
+autoconf
+%configure
 %{__make} CFLAGS="%{rpmcflags} -Wall -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
 
-%{__make} install \
-       bindir=$RPM_BUILD_ROOT%{_bindir}
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-gzip -9nf CHANGES TODO AUTHOR
+gzip -9nf ChangeLog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {CHANGES,TODO,AUTHOR}.gz 
+%doc *.gz 
 %attr(755,root,root) %{_bindir}/cfe
+%{_mandir}/man1/*.1*
This page took 0.07036 seconds and 4 git commands to generate.