Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 583205 Details for
Bug 816124
Review Request: libdb4 - Oracle (Berkeley) DB package 4.x.x series
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed spec changes from comment 3 and comment 34
libdb4.spec.patch (text/plain), 7.92 KB, created by
Michael Schwendt
on 2012-05-09 09:47:18 UTC
(
hide
)
Description:
proposed spec changes from comment 3 and comment 34
Filename:
MIME Type:
Creator:
Michael Schwendt
Created:
2012-05-09 09:47:18 UTC
Size:
7.92 KB
patch
obsolete
>--- libdb4.spec.ORIG 2012-05-09 11:35:40.179976845 +0200 >+++ libdb4.spec 2012-05-09 11:45:34.922813285 +0200 >@@ -44,12 +44,8 @@ > Obsoletes: db4-utils < 5.0.0 > > %description utils >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. Berkeley DB includes B+tree, Extended >-Linear Hashing, Fixed and Variable-length record access methods, >-transactions, locking, logging, shared memory caching, and database >-recovery. DB supports C, C++, Java and Perl APIs. >+This package contains command-line tools for managing Berkeley DB (version >+4) databases. > > %package devel > Summary: C development files for the Berkeley DB (version 4) library >@@ -58,26 +54,17 @@ > Obsoletes: db4-devel < 5.0.0 > > %description devel >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. This package contains the header files, >-libraries, and documentation for building programs which use the >-Berkeley DB. >+This package contains the header files and libraries for building C >+programs which use the Berkeley DB. > >-%package devel-doc >-Summary: C development documentation files for the Berkeley DB library >+%package doc >+Summary: Documentation for the Berkeley DB > Group: Documentation > BuildArch: noarch >-Requires: %{name} = %{version}-%{release} >-Requires: %{name}-devel = %{version}-%{release} > Obsoletes: db4-devel-doc < 5.0.0 > >-%description devel-doc >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. This package contains the header files, >-libraries, and documentation for building programs which use the >-Berkeley DB. >+%description doc >+This package includes documentation files for the Berkeley DB database. > > %package devel-static > Summary: Berkeley DB (version 4) static libraries >@@ -86,11 +73,8 @@ > Obsoletes: db4-devel-static < 5.0.0 > > %description devel-static >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. This package contains static libraries >-needed for applications that require static linking of >-Berkeley DB. >+This package contains static libraries needed for applications that >+require static linking of Berkeley DB. > > %package cxx > Summary: The Berkeley DB database library (version 4) for C++ >@@ -99,31 +83,17 @@ > Obsoletes: db4-cxx < 5.0.0 > > %description cxx >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. The Berkeley DB includes B+tree, Extended >-Linear Hashing, Fixed and Variable-length record access methods, >-transactions, locking, logging, shared memory caching, and database >-recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is >-used by many applications, including Python and Perl, so this should >-be installed on all systems. >+This package contains the C++ version of the Berkeley DB library (v4). > > %package cxx-devel >-Summary: The Berkeley DB database library (version 4) for C++ >-Group: System Environment/Libraries >-Requires: %{name}%{?_isa} = %{version}-%{release} >+Summary: C++ development files for the Berkeley DB database library (version 4) >+Group: Development/Libraries > Requires: %{name}-cxx%{?_isa} = %{version}-%{release} > Obsoletes: db4-cxx-devel < 5.0.0 > > %description cxx-devel >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. The Berkeley DB includes B+tree, Extended >-Linear Hashing, Fixed and Variable-length record access methods, >-transactions, locking, logging, shared memory caching, and database >-recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is >-used by many applications, including Python and Perl, so this should >-be installed on all systems. >+This package contains the header files and libraries for building C++ >+programs which use the Berkeley DB. > > %package tcl > Summary: Development files for using the Berkeley DB (version 4) with tcl >@@ -132,46 +102,36 @@ > Obsoletes: db4-tcl < 5.0.0 > > %description tcl >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. This package contains the libraries >-for building programs which use the Berkeley DB in Tcl. >+This package contains the libraries for building programs which use the >+Berkeley DB in Tcl. > > %package tcl-devel > Summary: Development files for using the Berkeley DB (version 4) with tcl > Group: Development/Libraries >-Requires: %{name}%{?_isa} = %{version}-%{release} > Requires: %{name}-devel%{?_isa} = %{version}-%{release} > > %description tcl-devel >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. This package contains the libraries >-for building programs which use the Berkeley DB in Tcl. >+This package contains the libraries for building programs which use the >+Berkeley DB in Tcl. > > %package java > Summary: Development files for using the Berkeley DB (version 4) with Java >-Group: Development/Libraries >+Group: System Environment/Libraries > Requires: %{name}%{?_isa} = %{version}-%{release} > Obsoletes: db4-java < 5.0.0 > > %description java >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. This package contains the libraries >-for building programs which use the Berkeley DB in Java. >+This package contains the libraries for building programs which use the >+Berkeley DB in Java. > > %package java-devel > Summary: Development files for using the Berkeley DB (version 4) with Java > Group: Development/Libraries >-Requires: %{name}%{?_isa} = %{version}-%{release} > Requires: %{name}-java%{?_isa} = %{version}-%{release} > > %description java-devel >-The Berkeley Database (Berkeley DB) is a programmatic toolkit that >-provides embedded database support for both traditional and >-client/server applications. This package contains the libraries >-for building programs which use the Berkeley DB in Java. >+This package contains the libraries for building programs which use the >+Berkeley DB in Java. > > %prep > %setup -q -n db-%{version} -a 1 >@@ -328,32 +288,32 @@ > %postun -p /sbin/ldconfig java > > %files >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %doc LICENSE README > %{_libdir}/libdb-%{__soversion}.so > %{_libdir}/libdb-%{__soversion_major}.so > > %files devel >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %{_libdir}/libdb.so > %dir %{_includedir}/%{name} > %{_includedir}/%{name}/db.h > %{_includedir}/%{name}/db_185.h > >-%files devel-doc >+%files doc > %defattr(-,root,root,-) > %doc docs/* > %doc examples_c examples_cxx examples_java > > %files devel-static >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %{_libdir}/libdb-%{__soversion}.a > %{_libdir}/libdb_cxx-%{__soversion}.a > %{_libdir}/libdb_tcl-%{__soversion}.a > %{_libdir}/libdb_java-%{__soversion}.a > > %files utils >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %{_bindir}/db*_archive > %{_bindir}/db*_checkpoint > %{_bindir}/db*_deadlock >@@ -374,27 +334,26 @@ > > %files cxx-devel > %defattr(-,root,root,-) >-%dir %{_includedir}/%{name} > %{_includedir}/%{name}/db_cxx.h > %{_libdir}/libdb_cxx.so > > %files tcl >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %{_libdir}/libdb_tcl-%{__soversion}.so > %{_libdir}/libdb_tcl-%{__soversion_major}.so > > %files tcl-devel >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %{_libdir}/libdb_tcl.so > > %files java >-%defattr(-,root,root) >+%defattr(-,root,root,-) > #%{_libdir}/libdb_java-%{__soversion}*.so > %{_libdir}/libdb_java-%{__soversion_major}*.so > %{_datadir}/java/*.jar > > %files java-devel >-%defattr(-,root,root) >+%defattr(-,root,root,-) > %{_libdir}/libdb_java.so > > %changelog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 816124
: 583205