Hello community, here is the log from the commit of package berkeleydb for openSUSE:Factory checked in at 2014-07-16 16:49:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/berkeleydb (Old) and /work/SRC/openSUSE:Factory/.berkeleydb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "berkeleydb" Changes: -------- --- /work/SRC/openSUSE:Factory/berkeleydb/berkeleydb.changes 2013-09-12 17:05:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.berkeleydb.new/berkeleydb.changes 2014-07-16 16:49:43.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jul 8 10:39:52 UTC 2014 - [email protected] + +- Do not depend on ant-trax and run spec-cleaner. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ berkeleydb.spec ++++++ --- /var/tmp/diff_new_pack.iRneG4/_old 2014-07-16 16:49:45.000000000 +0200 +++ /var/tmp/diff_new_pack.iRneG4/_new 2014-07-16 16:49:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package berkeleydb # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%define section free - Name: berkeleydb Version: 5.0.58 Release: 0 @@ -26,19 +24,18 @@ Group: Development/Libraries/Java Url: http://www.oracle.com/us/products/database/overview/index.html Source0: http://download.oracle.com/berkeley-db/je-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch BuildRequires: ant >= 1.7.0 BuildRequires: ant-junit -BuildRequires: ant-trax +BuildRequires: fdupes BuildRequires: geronimo-j2ee-connector-1_5-api BuildRequires: java-devel BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: mx4j Requires: j2ee-connector -BuildRequires: fdupes Requires: java +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description Berkeley DB Java Edition is a high performance, transactional storage @@ -51,8 +48,6 @@ interface, allowing developers to store and retrieve information quickly, simply and reliably. - - %package javadoc Summary: Berkeley DB Java Edition Group: Development/Libraries/Java @@ -68,8 +63,6 @@ interface, allowing developers to store and retrieve information quickly, simply and reliably. - - %package manual Summary: Berkeley DB Java Edition Group: Development/Libraries/Java @@ -85,8 +78,6 @@ interface, allowing developers to store and retrieve information quickly, simply and reliably. - - %package demo Summary: Berkeley DB Java Edition Group: Development/Libraries/Java @@ -102,8 +93,6 @@ interface, allowing developers to store and retrieve information quickly, simply and reliably. - - %prep %setup -q -n je-%{version} #%patch0 -b .sav @@ -115,28 +104,26 @@ -Djmx.jarfile=$(build-classpath mx4j/mx4j) \ -Dj2ee.jarfile=$(build-classpath geronimo-j2ee-connector-1.5-api) \ jar javadoc-all -#FIXME: enable it at least on Java:packages -#test-j2ee %install -install -dm 755 $RPM_BUILD_ROOT%{_javadir} +install -dm 755 %{buildroot}%{_javadir} install -pm 644 build/lib/je.jar \ - $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar + %{buildroot}%{_javadir}/%{name}-%{version}.jar ln -s %{name}-%{version}.jar \ - $RPM_BUILD_ROOT%{_javadir}/%{name}.jar + %{buildroot}%{_javadir}/%{name}.jar # javadoc -install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -cp -pr docs/java/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} +install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version} +cp -pr docs/java/* %{buildroot}%{_javadocdir}/%{name}-%{version} +ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # FIXME: (dwalluck): This breaks rpmbuild -bi --short-circuit rm -rf docs/java # Remove redundants documentations %fdupes -s docs # demo -install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name} -install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/examples -cp -pr examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}/examples +install -dm 755 %{buildroot}%{_datadir}/%{name} +install -dm 755 %{buildroot}%{_datadir}/%{name}/examples +cp -pr examples/* %{buildroot}%{_datadir}/%{name}/examples %files %defattr(0644,root,root,0755) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
