]> git.pld-linux.org Git - packages/apt.git/commitdiff
- release 2, apt-0_3_19cnc52-2
authorkloczek <kloczek@pld-linux.org>
Thu, 11 Oct 2001 03:47:30 +0000 (03:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized,
- pass -fno-rtti -fno-exceptions to CXXFLAGS (duh .. output package size
  now ~25% smaller !!).

Changed files:
    apt.spec -> 1.44

apt.spec

index cc52fac1091bde0ded00b0e1975771799da53c8d..d97463b6dc9e8b94fd11574d63245ca2ab692b91 100644 (file)
--- 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
This page took 0.099642 seconds and 4 git commands to generate.