From 9ce559347936253d89447c556cb6e1c851b91dfc Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 11 Oct 2001 03:47:30 +0000 Subject: [PATCH] - release 2, - spec adapterized, - pass -fno-rtti -fno-exceptions to CXXFLAGS (duh .. output package size now ~25% smaller !!). Changed files: apt.spec -> 1.44 --- apt.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apt.spec b/apt.spec index cc52fac..d97463b 100644 --- a/apt.spec +++ b/apt.spec @@ -3,7 +3,7 @@ Summary(pl): Zawansowane narz Summary(pt): Frontend avançado para pacotes rpm e deb Name: apt Version: 0.3.19cnc52 -Release: 1 +Release: 2 License: GPL Group: Applications/Archiving Group(de): Applikationen/Archivierung @@ -55,8 +55,12 @@ Summary(pl): Pliki nag Summary(pt): Arquivos de desenvolvimento para a biblioteca libapt-pkg do APT Group: Development/Libraries Group(de): Entwicklung/Libraries +Group(es): Desarrollo/Bibliotecas Group(fr): Development/Librairies Group(pl): Programowanie/Biblioteki +Group(pt_BR): Desenvolvimento/Bibliotecas +Group(ru): òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ +Group(uk): òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ Requires: %{name} = %{version} Requires: rpm-devel Obsoletes: libapt-pkg-devel @@ -93,6 +97,7 @@ rm -f po/{POTFILES,Makefile} %build aclocal -I buildlib autoconf +CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions" %configure \ --enable-nls \ --with-gpm -- 2.44.0