]> git.pld-linux.org Git - packages/cdb.git/commitdiff
- adapterized, pl translations, %%debug ready
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Nov 2001 10:28:37 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdb.spec -> 1.2

cdb.spec

index 3cfa1946799f62e08e9195d2ea2e5fda3a8fdc88..0b30e2a08f5cd02e1162907f4389abd79ef2999c 100644 (file)
--- a/cdb.spec
+++ b/cdb.spec
@@ -1,9 +1,12 @@
-Summary:       Constant DataBase 
+Summary:       Constant DataBase
+Summary(pl):   Sta³a baza danych
 Name:          cdb 
 Version:       0.75 
 Release:       1
 License:       Public Domain 
-Group:         Applications/Databases 
+Group:         Applications/Databases
+Group(de):     Applikationen/Dateibanken
+Group(pl):     Aplikacje/Bazy danych
 Source0:       http://cr.yp.to/cdb/%{name}-%{version}.tar.gz
 URL:           http://pobox.com/~djb/cdb.html 
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -12,12 +15,17 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 cdb is a fast, reliable, lightweight package for creating and reading
 constant databases.
 
+%description -l pl
+cdb jest szybkim, wiarygodnym, ma³ym pakietem do tworzenia i czytania
+sta³ych baz danych.
+
 %prep
-%setup  -q 
+%setup -q
 
 %build
-export CFLAGS="%{rpmcflags}"
-echo "gcc $RPM_OPT_FLAGS -s">conf-ld
+CFLAGS="%{rpmcflags}"
+export CFLAGS
+echo "%{__cc} %{rpmcflags} %{rpmldflags}" >conf-ld
 echo %{__cc} %{rpmcflags} >conf-cc
 echo %{_prefix} > conf-home
 %{__make}
This page took 0.067089 seconds and 4 git commands to generate.