]> git.pld-linux.org Git - packages/db3.git/commitdiff
- release 7
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 13 Apr 2001 21:56:02 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed docs

Changed files:
    db3.spec -> 1.22

db3.spec

index 6492a27c667d78e91993cb7879bf6255200456e5..051796cf1a18b86787c795f3cb1c6790a6f55b5f 100644 (file)
--- a/db3.spec
+++ b/db3.spec
@@ -1,7 +1,7 @@
 Summary:       BSD database library for C
 Name:          db3
 Version:       3.1.17
-Release:       6
+Release:       7
 License:       GPL
 Group:         Libraries
 Group(de):     Libraries
@@ -162,7 +162,11 @@ for i in $RPM_BUILD_ROOT%{_bindir}/db_* ; do
        mv -f $i `echo $i | sed -e 's,/db_,/db3_,'`
 done
 
-gzip -9nf ../LICENSE ../README
+cd ../
+rm -rf examples_java
+cp -a java/src/com/sleepycat/examples examples_java
+
+gzip -9nf LICENSE README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.02927 seconds and 4 git commands to generate.