]> git.pld-linux.org Git - packages/dbf.git/commitdiff
- optflags
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Jun 2003 17:09:13 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed pl, shortened summaries, standardized Source0 URL
- release 1 (can't see any reason for lower)

Changed files:
    dbf.spec -> 1.7

dbf.spec

index 9fc5be853b5dc2be8435f91730cb1a5ebd689dc7..81ce3b3eb5f69074427506de64c060dd44883ede 100644 (file)
--- a/dbf.spec
+++ b/dbf.spec
@@ -1,34 +1,34 @@
-Summary:       Tool to show and convert the content of dBASE III, IV, and 5.0 files.
-Summary(pl):   Narzêdzie do przegl±dania, convertowania zawarto¶ci plików dBASE III, IV oraz 5.0
+Summary:       Tool to show and convert dBASE III, IV, and 5.0 files
+Summary(pl):   Narzêdzie do przegl±dania i konwertowania plików dBASE III, IV i 5.0
 Name:          dbf
 Version:       0.6
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Applications/System
 #Source0-md5:  6048a2c8096e3f4d9a17639a8646b738
-Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.src.tar.gz
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz
 URL:           http://anubisnet.sourceforge.net/products/dbf/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Tool to show and convert the content of dBASE III, IV, and 5.0
+Tool to show and convert the content of dBASE III, IV, and 5.0.
 
 %description -l pl
-Narzêdzie do przegl±dania, convertowania zawarto¶ci dBASE III, IV, and
-5.0
+Narzêdzie do przegl±dania oraz konwertowania zawarto¶ci dBASE III, IV
+i 5.0.
 
 %prep
 %setup -q
 
 %build
 %{__make} \
-       CC="%{__cc}"
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-
 install src/%{name} $RPM_BUILD_ROOT%{_bindir}
 
 %clean
This page took 0.117192 seconds and 4 git commands to generate.