Hello community,

here is the log from the commit of package libgt for openSUSE:Factory checked 
in at 2015-03-18 13:04:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgt (Old)
 and      /work/SRC/openSUSE:Factory/.libgt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgt/libgt.changes      2013-05-02 
11:19:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgt.new/libgt.changes 2015-03-18 
13:04:14.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar 13 13:44:25 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner a bit
+- Seems like upstream remvoed all mentionsof libgt from their pages
+  so reduce the download for src
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgt.spec ++++++
--- /var/tmp/diff_new_pack.EQg7IL/_old  2015-03-18 13:04:15.000000000 +0100
+++ /var/tmp/diff_new_pack.EQg7IL/_new  2015-03-18 13:04:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
 Url:            http://www.guardtime.com/
-Source0:        http://download.guardtime.com/%{name}-%{version}-src.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        %{name}-%{version}-src.tgz
+Patch1:         libgt-%{version}.diff
+BuildRequires:  automake
 BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
-BuildRequires:  automake
 BuildRequires:  pkgconfig
-Patch1:         libgt-%{version}.diff
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package provides the GuardTime Keyless Signature Service
@@ -93,21 +93,21 @@
 
 %prep
 %setup -q
-%patch1 -p0
+%patch1
 
 %build
 autoreconf -fi
 %configure \
        --disable-static
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-%__make check
+make %{?_smp_mflags} check
 
 %install
-%makeinstall
-rm -f "%buildroot/%_libdir"/*.la
-rm -rf "%buildroot/%{_datadir}/doc/%{name}"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
+rm -rf "%{buildroot}/%{_datadir}/doc/%{name}"
 
 %post -n libgtbase0 -p /sbin/ldconfig
 
@@ -139,9 +139,9 @@
 %{_libdir}/libgtbase.so
 %{_libdir}/libgthttp.so
 %{_libdir}/libgtpng.so
-%_includedir/gt_base.h
-%_includedir/gt_http.h
-%_includedir/gt_png.h
+%{_includedir}/gt_base.h
+%{_includedir}/gt_http.h
+%{_includedir}/gt_png.h
 %doc changelog
 %doc doc/*.pdf
 %doc src/license*.txt

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to