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

ascii.spec

index 5c0a0919fce8efc34ba4428d87c0dfc0c51b70ba..f37f69e50be6ea7fb4ef6461b6e95961d32c3c08 100644 (file)
@@ -4,9 +4,10 @@ Name:          ascii
 Version:       2.7
 Release:       1
 Copyright:     distributable
-Group:         Utilities/Text
+Group:         Applications/Text
+Group(de):     Applikationen/Text
 Group(fr):     Utilitaires/Texte
-Group(pl):     Narzêdzia/Tekst
+Group(pl):     Aplikacje/Tekst
 Source0:       ftp://locke.ccil.org/pub/esr/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,17 +32,15 @@ zestaw znak
 %setup -q
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS"
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install -s ascii $RPM_BUILD_ROOT%{_bindir}
+install ascii $RPM_BUILD_ROOT%{_bindir}
 install ascii.1  $RPM_BUILD_ROOT%{_mandir}/man1/ascii.1
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/ascii.1
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.087135 seconds and 4 git commands to generate.