]> git.pld-linux.org Git - packages/cfe.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 02:43:01 +0000 (02:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfe.spec -> 1.8

cfe.spec

index b1ca138ccf03d74077be4f7e60dc8d7a6c092fac..c886e7284ae01d12d7b5c46f8a5fcc71453adbe7 100644 (file)
--- a/cfe.spec
+++ b/cfe.spec
@@ -4,8 +4,9 @@ Name:           cfe
 Version:       0.6
 Release:       3
 License:       GPL
-Group:         Utilities/Console
-Group(pl):     Narzêdzia/Konsola
+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/
@@ -28,13 +29,13 @@ font
 
 %build
 
-%{__make} CFLAGS="$RPM_OPT_FLAGS -Wall -I/usr/include/ncurses"
+%{__make} CFLAGS="%{rpmcflags} -Wall -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-%{__make} install-strip \
+%{__make} install \
        bindir=$RPM_BUILD_ROOT%{_bindir}
 
 gzip -9nf CHANGES TODO AUTHOR
@@ -45,5 +46,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {CHANGES,TODO,AUTHOR}.gz 
-
 %attr(755,root,root) %{_bindir}/cfe
This page took 0.093424 seconds and 4 git commands to generate.