Author: qboosh                       Date: Sun Dec 11 09:31:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated URLs
- pl for -apidocs

---- Files affected:
packages/db4.7:
   db4.7.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/db4.7/db4.7.spec
diff -u packages/db4.7/db4.7.spec:1.26 packages/db4.7/db4.7.spec:1.27
--- packages/db4.7/db4.7.spec:1.26      Thu Oct 13 14:48:27 2011
+++ packages/db4.7/db4.7.spec   Sun Dec 11 10:31:16 2011
@@ -2,14 +2,14 @@
 #
 # Conditional build:
 %bcond_without apidocs         # do not build and package API docs
-%bcond_without java            # don't build java bindings
+%bcond_without java            # don't build Java bindings
 %bcond_without tcl             # don't build Tcl bindings
 %bcond_without static_libs     # don't build static libraries
 
 %{?with_java:%include  /usr/lib/rpm/macros.java}
 
 %define                libver          4.7
-%define                ver                     %{libver}.25
+%define                ver             %{libver}.25
 %define                patchlevel      4
 Summary:       Berkeley DB database library for C
 Summary(pl.UTF-8):     Biblioteka C do obsługi baz Berkeley DB
@@ -19,10 +19,11 @@
 Epoch:         0
 License:       GPL-like (see LICENSE)
 Group:         Libraries
+#Source0Download: 
http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
 Source0:       http://download.oracle.com/berkeley-db/db-%{ver}.tar.gz
 # Source0-md5: ec2b87e833779681a0c3a814aa71359e
-%patchset_source -f 
http://www.oracle.com/technology/products/berkeley-db/db/update/%{ver}/patch.%{ver}.%g
 1 %{patchlevel}
-URL:           http://www.oracle.com/technology/products/berkeley-db/index.html
+%patchset_source -f 
http://download.oracle.com/berkeley-db/patches/db/%{ver}/patch.%{ver}.%g 1 
%{patchlevel}
+URL:           
http://www.oracle.com/technetwork/database/berkeleydb/downloads/index.html
 BuildRequires: automake
 BuildRequires: ed
 %if %{with java}
@@ -119,11 +120,15 @@
 
 %package apidocs
 Summary:       Berkeley database library API documentation
+Summary(pl.UTF-8):     Dokumentacja API biblioteki baz danych Berkeley
 Group:         Documentation
 
 %description apidocs
 API and internal documentation for Berkeley database library.
 
+%description apidocs -l pl.UTF-8
+Dokumentacja API i wewnętrzna do biblioteki baz danych Berkeley.
+
 %package cxx
 Summary:       Berkeley database library for C++
 Summary(pl.UTF-8):     Biblioteka baz danych Berkeley dla C++
@@ -254,7 +259,6 @@
 
 %prep
 %setup -q -n db-%{ver}
-
 # official patches
 %patchset_patch 1 %{patchlevel}
 
@@ -274,7 +278,6 @@
 CFLAGS="%{rpmcflags}"
 CXXFLAGS="%{rpmcflags} -fno-implicit-templates"
 LDFLAGS="%{rpmcflags} %{rpmldflags}"
-
 export CC CXX CFLAGS CXXFLAGS LDFLAGS
 
 ../dist/%configure \
@@ -321,14 +324,14 @@
 
 %if %{with static_libs}
 %{__make} -C build_unix.static library_install \
-       docdir=%{_docdir}/db-%{version}-docs \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       docdir=%{_docdir}/db-%{version}-docs
 %endif
 
 %{__make} -C build_unix library_install \
-       docdir=%{_docdir}/db-%{version}-docs \
        DESTDIR=$RPM_BUILD_ROOT \
-       LIB_INSTALL_FILE_LIST=""
+       LIB_INSTALL_FILE_LIST="" \
+       docdir=%{_docdir}/db-%{version}-docs
 
 mv $RPM_BUILD_ROOT%{_libdir}/libdb-%{libver}.so $RPM_BUILD_ROOT/%{_lib}
 
@@ -376,7 +379,7 @@
 %endif
 
 # in %doc
-rm -f 
$RPM_BUILD_ROOT%{_docdir}/db-%{version}-docs/{index.html,license/license_db.html}
+%{__rm} 
$RPM_BUILD_ROOT%{_docdir}/db-%{version}-docs/{index.html,license/license_db.html}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -515,6 +518,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2011/12/11 09:31:16  qboosh
+- updated URLs
+- pl for -apidocs
+
 Revision 1.26  2011/10/13 12:48:27  arekm
 - rel 7
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/db4.7/db4.7.spec?r1=1.26&r2=1.27&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to