]> git.pld-linux.org Git - packages/xbase.git/blobdiff - xbase.spec
- added using CVS keywords in %changelog (for automating them).
[packages/xbase.git] / xbase.spec
index dccd2560ab15bfd2b4888ddb34ea936ca3e76e59..342d7acab20be3734479bc98129ac2a165840be4 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Xbase DBMS Library
 Summary(pl):   Xbase biblioteka dla ró¿nych baz danych.
 Name:          xbase
 Version:       1.8.1
-Release:       2
+Release:       3
 Copyright:     LGPL
 Group:         Applications/Libraries
 Group(pl):     Aplikacje/Biblioteki
@@ -51,8 +51,8 @@ oraz modu
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 CPPFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-implicit-templates" \
-./configure %{_target} \
-       --prefix=/usr \
+./configure %{_target_platform} \
+       --prefix=%{_prefix} \
        --enable-nls \
        --with-exceptions \
        --with-index-ndx \
@@ -67,7 +67,7 @@ install -d $RPM_BUILD_ROOT/usr/doc/%name-%version
 
 gzip -9nf ChangeLog TODO AUTHORS NEWS README
 
-strip $RPM_BUILD_ROOT/usr/{bin/*,lib/lib*.so.*.*}
+#strip $RPM_BUILD_ROOT/usr/{bin/*,lib/lib*.so.*.*}
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -87,24 +87,3 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root)%{_libdir}/lib*.so
 %{_includedir}/*
 %{_libdir}/libxbase.la
-
-%changelog
-* Thu Apr 22 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.8.1-2]
-- recompiles on new rpm.
-
-* Thu Apr 15 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [1.8.1-1]
-- added passing $RPM_OPT_FLAGS in CFLAGS and CPPFLAGS; in CPPFLAGS
-  added "-fno-rtti -fno-implicit-templates",
-- added "-s" to LDFLAGS,
-- added stripping shared libraries,
-- added URL,
-- fixed Copyright (LGPL).
-
-* Wed Apr 14 1999 Wojciech "Sas" Ciêciwa <cieciwa@alpha.zarz.agh.edu.pl>
-- separate file,
-- update to version 1.8.1
-
-* Sat Dec 12 1998 Wojciech "Sas" Ciêciwa <cieciwa@alpha.zarz.agh.edu.pl>
-- building RPM.
This page took 0.069243 seconds and 4 git commands to generate.