]> git.pld-linux.org Git - packages/db3.git/commitdiff
- release 12: spec simplified by remove not neccessary java conditions around
authorkloczek <kloczek@pld-linux.org>
Mon, 7 Apr 2003 17:42:46 +0000 (17:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  package preamble and %post/%posun scripts.

Changed files:
    db3.spec -> 1.48

db3.spec

index 389d043c40531ed8fc639e24c6a5b14cc4009b88..b7cc5b2aad4c6b58684a142cfb7394dd3f1550fe 100644 (file)
--- a/db3.spec
+++ b/db3.spec
@@ -3,7 +3,7 @@ Summary:        BSD database library for C
 Summary(pl):   Biblioteka C do obsĀ³ugi baz Berkeley DB
 Name:          db3
 Version:       3.1.17
-Release:       11
+Release:       12
 License:       GPL
 Group:         Libraries
 # alternative site (sometimes working): http://www.berkeleydb.com/
@@ -72,7 +72,6 @@ Berkeley database library for TCL.
 %description tcl -l pl
 Biblioteka baz danych Berkeley dla TCL.
 
-%if %{?_with_java:1}%{!?_with_java:0}
 %package java
 Summary:       Java Berkeley database library
 Summary(pl):   Biblioteki Berkeley Database dla Javy
@@ -84,7 +83,6 @@ Java Berkeley database library.
 
 %description java -l pl
 Biblioteki Berkeley Database dla Javy.
-%endif
 
 %package devel
 Summary:       Header files for Berkeley database library
@@ -269,10 +267,8 @@ rm -rf $RPM_BUILD_ROOT
 %post   tcl -p /sbin/ldconfig
 %postun tcl -p /sbin/ldconfig
 
-%if %{?_with_java:1}%{!?_with_java:0}
 %post   java -p /sbin/ldconfig
 %postun java -p /sbin/ldconfig
-%endif
 
 %files
 %defattr(644,root,root,755)
This page took 0.103487 seconds and 4 git commands to generate.