]> git.pld-linux.org Git - packages/cdecl.git/commitdiff
- release 19: use new rpm automation.
authorkloczek <kloczek@pld-linux.org>
Sun, 5 Nov 2000 21:50:02 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdecl.spec -> 1.27

cdecl.spec

index c080eb702ecc831c11214ecafb533b4255f201e1..44d9fa99628a0c1679cc0014983159a420c8a284 100644 (file)
@@ -4,13 +4,14 @@ Summary(fr):  Traducteur anglais <--> d
 Summary(tr):   Ýngilizceden C/C++ bildirimlerine çevirici
 Name:          cdecl
 Version:       2.5
-Release:       18
-Copyright:     distributable
+Release:       19
+License:       Distributable
 Group:         Development/Tools
+Group(de):     Entwicklung/Werkzeuge
 Group(fr):     Development/Outils
 Group(pl):     Programowanie/Narzêdzia
 Source0:       ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/%{name}-%{version}.tar.gz
-Patch0:                cdecl-misc.patch
+Patch0:                %{name}-misc.patch
 BuildRequires: byacc
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: readline-devel >= 4.1
@@ -43,7 +44,7 @@ kullan
 %patch -p1
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS -DUSE_READLINE -s" \
+%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS -s}%{?debug:-O -g} -DUSE_READLINE" \
        LIBS="-lreadline -ltinfo"
 
 %install
@@ -54,8 +55,6 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
        BINDIR=$RPM_BUILD_ROOT%{_bindir} \
        MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 \
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.079579 seconds and 4 git commands to generate.