Hello community, here is the log from the commit of package dirdiff for openSUSE:Factory checked in at 2015-04-25 09:52:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dirdiff (Old) and /work/SRC/openSUSE:Factory/.dirdiff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dirdiff" Changes: -------- --- /work/SRC/openSUSE:Factory/dirdiff/dirdiff.changes 2013-08-04 23:52:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dirdiff.new/dirdiff.changes 2015-04-25 11:23:18.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Apr 22 19:44:32 UTC 2015 - [email protected] + +- Add project url +- Update download url +- Cleanup spec-file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dirdiff.spec ++++++ --- /var/tmp/diff_new_pack.CI0Dc4/_old 2015-04-25 11:23:19.000000000 +0200 +++ /var/tmp/diff_new_pack.CI0Dc4/_new 2015-04-25 11:23:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dirdiff # -# 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 @@ -17,18 +17,19 @@ Name: dirdiff -BuildRequires: tcl-devel -Requires: tk Version: 2.1 Release: 0 -Source: ftp://pserver.samba.org/pub/paulus/dirdiff-%{version}.tar.gz -Patch0: dirdiff.patch -Patch1: dirdiff.uninitialized.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: tcl Summary: Diff Tool to Merge Source Trees License: GPL-2.0+ Group: Productivity/Text/Utilities +Url: https://www.samba.org/ftp/paulus/ +Source: https://www.samba.org/ftp/paulus/dirdiff-%{version}.tar.gz +Patch0: dirdiff.patch +Patch1: dirdiff.uninitialized.patch +BuildRequires: tcl-devel +Requires: tcl +Requires: tk +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Dirdiff is a graphical tool for displaying the differences between @@ -41,26 +42,24 @@ to another. %prep -%setup +%setup -q %patch0 -p1 %patch1 -p1 %build -make OPTFLAGS="$RPM_OPT_FLAGS -DUSE_INTERP_RESULT" %{?_smp_mflags} +make OPTFLAGS="%{optflags} -DUSE_INTERP_RESULT" %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} +make install DESTDIR=%{buildroot} LIBDIR=%{_libdir} -%post -%run_ldconfig +%post -p /sbin/ldconfig -%postun -%run_ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc README COPYING -/usr/bin/* +%{_bindir}/* %{_libdir}/lib* %changelog
