commit httrack for openSUSE:Factory

2018-01-01 Thread root
Hello community,

here is the log from the commit of package httrack for openSUSE:Factory checked 
in at 2018-01-01 22:31:10

Comparing /work/SRC/openSUSE:Factory/httrack (Old)
 and  /work/SRC/openSUSE:Factory/.httrack.new (New)


Package is "httrack"

Mon Jan  1 22:31:10 2018 rev:10 rq:560894 version:3.49.2

Changes:

--- /work/SRC/openSUSE:Factory/httrack/httrack.changes  2016-08-05 
18:17:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.httrack.new/httrack.changes 2018-01-01 
22:31:22.441250467 +0100
@@ -1,0 +2,10 @@
+Sun Oct  1 15:42:18 UTC 2017 - malcolmle...@opensuse.org
+
+- Updated to version 3.49.2:
+  * Fixed: Buffer overflow in output option commandline argument
+(VL-ID 2068).
+  * Minor fixes.
+- Changes from version 3.48.23:
+  * Fixed: FTBFS with openssl 1.1.0.
+
+---

Old:

  httrack-3.48.22.tar.gz

New:

  httrack-3.49.2.tar.gz



Other differences:
--
++ httrack.spec ++
--- /var/tmp/diff_new_pack.kiHiub/_old  2018-01-01 22:31:24.816457456 +0100
+++ /var/tmp/diff_new_pack.kiHiub/_new  2018-01-01 22:31:24.820456121 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package httrack
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,13 @@
 
 %define so_ver 2
 Name:   httrack
-Version:3.48.22
+Version:3.49.2
 Release:0
 Summary:Offline Browser Utility
 License:GPL-3.0+
 Group:  Productivity/Networking/Web/Utilities
 Url:http://www.httrack.com/
-Source0:http://download.httrack.com/%{name}-%{version}.tar.gz
+Source0:https://mirror.httrack.com/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE httrack-fix-strict-aliasing-punning.patch 
malcolmle...@opensuse.org -- Add -fno-strict-aliasing to DEFAULT_CFLAGS
 Patch0: httrack-fix-strict-aliasing-punning.patch
 BuildRequires:  fdupes

++ httrack-3.48.22.tar.gz -> httrack-3.49.2.tar.gz ++
 1718 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/README new/httrack-3.49.2/README
--- old/httrack-3.48.22/README  2016-04-26 19:25:35.0 +0200
+++ new/httrack-3.49.2/README   2017-04-01 21:38:16.0 +0200
@@ -1,5 +1,5 @@
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 Welcome to HTTrack Website Copier!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/configure.ac new/httrack-3.49.2/configure.ac
--- old/httrack-3.48.22/configure.ac2016-04-26 19:41:03.0 +0200
+++ new/httrack-3.49.2/configure.ac 2017-05-20 10:45:07.0 +0200
@@ -1,6 +1,6 @@
 AC_PREREQ(2.59)
 
-AC_INIT([httrack], [3.48.22], [roche+packag...@httrack.com], [httrack], 
[http://www.httrack.com/])
+AC_INIT([httrack], [3.49.2], [roche+packag...@httrack.com], [httrack], 
[http://www.httrack.com/])
 AC_COPYRIGHT([
 HTTrack Website Copier, Offline Browser for Windows and Unix
 Copyright (C) 1998-2015 Xavier Roche and other contributors
@@ -31,7 +31,7 @@
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([subdir-objects])
-VERSION_INFO="2:48:0"
+VERSION_INFO="2:49:0"
 AM_MAINTAINER_MODE
 AC_USE_SYSTEM_EXTENSIONS
 
@@ -160,7 +160,7 @@
]
)
 LIBS="$LIBS $OPENSSL_LIBS"
-AC_CHECK_LIB(ssl, SSL_library_init,
+AC_CHECK_LIB(ssl, SSL_CTX_new,
[
OPENSSL_LIBS="$OPENSSL_LIBS -lssl"
AC_DEFINE(HTS_USEOPENSSL, 1, [Check for OpenSSL])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/history.txt new/httrack-3.49.2/history.txt
--- old/httrack-3.48.22/history.txt 2016-04-26 

commit httrack for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package httrack for openSUSE:Factory checked 
in at 2016-08-05 18:17:44

Comparing /work/SRC/openSUSE:Factory/httrack (Old)
 and  /work/SRC/openSUSE:Factory/.httrack.new (New)


Package is "httrack"

Changes:

--- /work/SRC/openSUSE:Factory/httrack/httrack.changes  2014-08-25 
11:05:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.httrack.new/httrack.changes 2016-08-05 
18:17:44.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 30 02:03:18 UTC 2016 - r...@fthiessen.de
+
+- Update to 3.48.22
+- Spec file cleanup
+
+---

Old:

  httrack-3.48.19.tar.gz

New:

  httrack-3.48.22.tar.gz



Other differences:
--
++ httrack.spec ++
--- /var/tmp/diff_new_pack.Mu7DSF/_old  2016-08-05 18:17:45.0 +0200
+++ /var/tmp/diff_new_pack.Mu7DSF/_new  2016-08-05 18:17:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package httrack
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,9 +18,8 @@
 
 
 %define so_ver 2
-
 Name:   httrack
-Version:3.48.19
+Version:3.48.22
 Release:0
 Summary:Offline Browser Utility
 License:GPL-3.0+
@@ -29,15 +28,9 @@
 Source0:http://download.httrack.com/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE httrack-fix-strict-aliasing-punning.patch 
malcolmle...@opensuse.org -- Add -fno-strict-aliasing to DEFAULT_CFLAGS
 Patch0: httrack-fix-strict-aliasing-punning.patch
-%if 0%{?suse_version} > 1210
-BuildRequires:  desktop-file-utils
-%else
-BuildRequires:  update-desktop-files
-%endif
-%if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
-%endif
 BuildRequires:  libopenssl-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -83,20 +76,15 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
-%if 0%{?suse_version} > 1210
-desktop-file-edit --add-category=WebBrowser 
%{buildroot}%{_datadir}/applications/WebHTTrack-Websites.desktop
-desktop-file-edit --add-category=WebBrowser 
%{buildroot}%{_datadir}/applications/WebHTTrack.desktop
-%else
 %suse_update_desktop_file WebHTTrack-Websites Network WebBrowser
 %suse_update_desktop_file WebHTTrack Network WebBrowser
-%endif
 
 # Remove generic header and libtool files
 find %{buildroot} -name 'config.h' -exec rm {} \;
 sed -i '/#include "config.h"/d' %{buildroot}%{_includedir}/%{name}/htsglobal.h
-find %{buildroot} -name '*.la' -exec rm {} \;
+find %{buildroot} -type f -name "*.la" -delete -print
 
 # Clean up icons
 rm -f %{buildroot}%{_datadir}/pixmaps/httrack16x16.xpm
@@ -112,12 +100,9 @@
 # No need to be in there
 rm -f 
%{buildroot}%{_datadir}/%{name}/html/{greetings.txt,history.txt,httrack-doc.html,license.txt}
 
-%if 0%{?suse_version} >= 1100
 %fdupes -s %{buildroot}
-%endif
 
 %post -n libhttrack%{so_ver} -p /sbin/ldconfig
-
 %postun -n libhttrack%{so_ver} -p /sbin/ldconfig
 
 %files
@@ -135,7 +120,7 @@
 %{_datadir}/icons/hicolor/*/apps/*.png
 %{_datadir}/pixmaps/*.xpm
 %{_datadir}/%{name}/
-%{_mandir}/man1/*.gz
+%{_mandir}/man1/*%{ext_man}
 
 %files devel
 %defattr(-,root,root,-)

++ httrack-3.48.19.tar.gz -> httrack-3.48.22.tar.gz ++
 27705 lines of diff (skipped)




commit httrack for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package httrack for openSUSE:Factory checked 
in at 2014-08-25 11:04:22

Comparing /work/SRC/openSUSE:Factory/httrack (Old)
 and  /work/SRC/openSUSE:Factory/.httrack.new (New)


Package is httrack

Changes:

--- /work/SRC/openSUSE:Factory/httrack/httrack.changes  2013-10-17 
17:38:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.httrack.new/httrack.changes 2014-08-25 
11:05:36.0 +0200
@@ -1,0 +2,67 @@
+Fri Aug 22 18:14:43 UTC 2014 - asterios.dra...@gmail.com
+
+- Update to 3.48.19:
+  + Fixed: assertion failure at htslib.c:3458 (strlen(copyBuff) == qLen) seen
+on Linux
+  + Fixed: infamous crashes inside the DNS cache due to a corruption within the
+option structure (E.Kalinowski/karbofos)
+  + New: added minimalistic crash reporting on Windows and Linux
+  + Fixed: URL list not working anymore (tom swift)
+  + Fixed: FTBFS on ARM
+  + Fixed: buggy FFFD (replacement character) in place of leading non-ascii
+character such as Chinese ones (aballboy)
+  + Fixed: FTBFS when compiling with zlib versions  1.2.70 (sammyx)
+  + Fixed: buggy SVG (Smiling Spectre)
+  + Fixed: do not uncompress .tgz advertised as streamed (Smiling Spectre)
+  + Fixed: NULL pointer dereferencing in back_unserialize (htsback.c:976)
+  + Fixed: library development files
+  + Fixed: --advanced-maxlinks broken (Localhost)
+  + Fixed: -devel package should now be standalone
+  + Fixed: assertion failure at htscore.c:244
+(len + liensbuf-string_buffer_size  liensbuf-string_buffer_capa)
+  + Fixed: injection-proof templates
+  + Fixed: htshash.c:330 assertion failure (error invalidating hash entry)
+(Sergey)
+  + Fixed: Windows 2000 regression (fantozzi.usenet)
+  + Fixed: code cleanup (aliasing issues, const correctness, safe strings)
+  + New: handle --advanced-maxlinks=0 to disable maximum link limits
+  + New: updated ZIP routines (zlib 1.2.8)
+  + Fixed: broken 32-bit version
+  + Fixed: assertion segOutputSize  segSize assertion fails at
+htscharset.c:993
+  + Fixed: new zlib version fixing CVE-2004-0797 and CVE-2005-2096
+  + Fixed: more reliable crash reporting
+  + Fixed: fixed infamous hashtable internal error: cuckoo/stash collision
+errors
+  + Fixed: safety cleanup in many strings operations
+  + Fixed: buggy option pannels
+  + New: Enforce check against CVE-2014-0160
+  + New: improved hashtables to speedup large mirrors
+  + New: added unit tests
+  + New: Added %a option, allowing to define the Accept: header line.
+  + New: Added %X option, to define additional request header lines.
+  + New: Added option '-%t', preserving the original file type (which may
+produce non-browseable file locally)
+  + Fixed: remove scope id (% character) in dotted address resolution
+(especially for catchurl proxy)
+  + Fixed: build fixes, including for Android, non-SSL releases
+  + Fixed: buggy keep-alive handling, leading to waste connections
+  + Fixed: removed chroot and setuid features (this is definitely not our
+business)
+  + Fixed: removed MMS (Microsoft Media Server) ripping code (mmsrip) (dead
+protocol, unmaintained code, licensing issues)
+  + Fixed: type mishandling when processing a redirect (such as a .PDF
+redirecting to another .PDF, with a text/html type tagged in the redirect
+message)
+  + Fixed: infinite loop when attempting to download a file:/// directory on
+Unix (gp)br/
+  + Fixed: removed background DNS resolution, prone to bugs
+  + Fixed: do not choke on Windows 2000 because of missing SetDllDirectory()
+(Andy Hewitt)
+  + Fixed: %h custom build structure parameter not taken in account (William
+Clark)
+- Removed the fix for build-compare regarding build time references (not needed
+  anymore).
+- Rebased httrack-fix-strict-aliasing-punning.patch to apply cleanly.
+
+---

Old:

  httrack-3.47.24.tar.gz

New:

  httrack-3.48.19.tar.gz



Other differences:
--
++ httrack.spec ++
--- /var/tmp/diff_new_pack.t6dCHv/_old  2014-08-25 11:05:38.0 +0200
+++ /var/tmp/diff_new_pack.t6dCHv/_new  2014-08-25 11:05:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package httrack
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define so_ver 2
 
 Name:   httrack
-Version:3.47.24
+Version:3.48.19
 Release:0
 Summary:Offline Browser Utility
 License:GPL-3.0+
@@ -75,13 +75,6 @@
 

commit httrack for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package httrack for openSUSE:Factory checked 
in at 2013-10-17 14:39:40

Comparing /work/SRC/openSUSE:Factory/httrack (Old)
 and  /work/SRC/openSUSE:Factory/.httrack.new (New)


Package is httrack

Changes:

--- /work/SRC/openSUSE:Factory/httrack/httrack.changes  2013-08-27 
20:48:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.httrack.new/httrack.changes 2013-10-17 
17:38:47.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 17 11:10:43 UTC 2013 - greg.freem...@gmail.com
+
+- move the html documentation back to /usr/share/httrack/html
+  + See BNC#845885
+
+---



Other differences:
--
++ httrack.spec ++
--- /var/tmp/diff_new_pack.uVYLgX/_old  2013-10-17 17:38:48.0 +0200
+++ /var/tmp/diff_new_pack.uVYLgX/_new  2013-10-17 17:38:48.0 +0200
@@ -86,7 +86,7 @@
 %configure \
   --disable-static \
   --docdir=%{_docdir}/%{name} \
-  --htmldir=%{_docdir}/%{name}/html
+  --htmldir=%{_datadir}/%{name}/html
 make %{?_smp_mflags}
 
 %install
@@ -117,7 +117,7 @@
 # Install additional docs (do it manually to fix also rpmlint warning 
files-duplicate)
 cp -af AUTHORS COPYING README gpl-fr.txt greetings.txt history.txt 
httrack-doc.html license.txt templates/ %{buildroot}%{_docdir}/%{name}/
 # No need to be in there
-rm -f 
%{buildroot}%{_docdir}/%{name}/html/{greetings.txt,history.txt,httrack-doc.html,license.txt}
+rm -f 
%{buildroot}%{_datadir}/%{name}/html/{greetings.txt,history.txt,httrack-doc.html,license.txt}
 
 %if 0%{?suse_version} = 1100
 %fdupes -s %{buildroot}

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



commit httrack for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

here is the log from the commit of package httrack for openSUSE:Factory checked 
in at 2013-08-27 20:48:54

Comparing /work/SRC/openSUSE:Factory/httrack (Old)
 and  /work/SRC/openSUSE:Factory/.httrack.new (New)


Package is httrack

Changes:

--- /work/SRC/openSUSE:Factory/httrack/httrack.changes  2012-09-13 
00:03:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.httrack.new/httrack.changes 2013-08-27 
20:48:55.0 +0200
@@ -1,0 +2,71 @@
+Sat Aug 24 20:56:26 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to 3.47.24:
+  + New: support for IDNA / RFC 3492 (punycode) handling
+  + New: openssl is no longer dynamically probed at stratup, but dynamically
+linked
+  + Fixed: random closing of files/sockets, leading to
+zip_zipWriteInFileInZip_failed assertion, bogus state messages, or
+random garbage in downloaded files
+  + Fixed: libssl.dylib is now in the search list for libssl on OSX
+(Nils Breunese)
+  + Fixed: bogus charset because the meta http-equiv tag is placed too far in
+the html page
+  + Fixed: incorrect \\machine\dir structure build on Windows (TomZ)
+  + Fixed: do not force a file to have an extension unless it has a known type
+(such as html), or a possibly known type (if delayed checks are disabled)
+  + Fixed: HTML 5 addition regarding poster attribute for the video tag
+(Jason Ronallo)
+  + Fixed: memory leaks in proxytrack.c (Eric Searcy)
+  + Fixed: correctly set the Z flag in hts-cache/new.txt file (Peter)
+  + Fixed: parallel patch, typo regarding ICONV_LIBS (Sebastian Pipping)
+  + Fixed: memory leak in hashtable, that may lead to excessive memory
+consumption
+  + Fixed: on Windows, fixed possible DLL local injection (CVE-2010-5252)
+  + Fixed: UTF-8 conversion bug on Linux that may lead to buggy filenames
+  + Fixed: zero-length files not being properly handled (not saved on disk, not
+updated) (lugusto)
+  + Fixed: serious bug that may lead to download several times the same file,
+and Unexpected 412/416 error errors
+  + Fixed: images in CSS were sometimes not correctly detected (Martin)
+  + Fixed: links within javascript events were sometimes not correctly detected
+(wquatan)
+  + Fixed: webhttrack caused bus error on certain systems, such as Mac OSX, due
+to the stack size (Patrick Gundlach)
+  + Fixed: bogus charset for requests when filenames have non-ascii characters
+(Steven Hsiao)
+  + Fixed: bogus charset on disk when filenames have non-ascii characters
+(Steven Hsiao)
+  + Fixed: fixed 260-characters path limit for Windows (lugusto)
+  + Fixed: non-ascii characters encoding issue inside query string (lugusto)
+  + Fixed: HTML entities not properly decoded inside URI and query string
+  + Fixed: URL-encoding issue within URI
+  + Fixed: --timeout alias did not work
+  + Fixed: more windows-specific fixes regarding 260-character path limit
+  + Fixed: escaping issue in top index
+  + Fixed: Linux build cleanup (gentoo patches merge, lintian fixes et al.)
+  + Fixed: Fixed div-by-zero when specifying more than 1000 connections per
+seconds (probably not very common)
+  + Fixed: Mishandling of '+' in URLs introduced in 3.47-15 (sarclaudio)
+  + Fixed: Wildcard domains in cookies do not match
+(alexei dot co at gmail dot com )
+  + Fixed: buggy referer while parsing: the referer of all links in the page is
+the current page being parsed, NOT the parent page.
+(alexei dot com at gmail dot com)
+  + Fixed: Russian translation fixes by Oleg Komarov (komoleg at mail dot ru)
+  + New: Added .torrent = application/x-bittorrent built-in MIME type
+(alexei dot co at gmail dot com)
+  + Fixed: unable to download an URL whose filename embeds special characters
+such as # (lugusto)
+  + New: Croatian translation by Dominko Aždajić (domazd at mail dot ru)
+  + Fixed: url-escaping regression introduced in the previous subrelease
+- Added new build requirement libopenssl-devel.
+- Require libhttrack2 instead of httrack (not needed) in devel package.
+- Require libopenssl-devel in devel package (some httrack headers require
+  openssl headers).
+- Use desktop-file-utils instead of update-desktop-files for openSUSE  12.1.
+- Remove config.h from htsglobal.h since it is not installed.
+- Removed httrack-fix-desktop.patch and added a fix inside the spec file.
+- Rebased httrack-fix-strict-aliasing-punning.patch to apply cleanly.
+
+---

Old:

  httrack-3.46.1.tar.gz
  httrack-fix-desktop.patch

New:

  httrack-3.47.24.tar.gz



Other differences:
--
++ httrack.spec ++
--- /var/tmp/diff_new_pack.D6dDVP/_old  2013-08-27 20:48:57.0 +0200
+++ 

commit httrack for openSUSE:Factory

2012-09-12 Thread h_root
Hello community,

here is the log from the commit of package httrack for openSUSE:Factory checked 
in at 2012-09-13 00:02:48

Comparing /work/SRC/openSUSE:Factory/httrack (Old)
 and  /work/SRC/openSUSE:Factory/.httrack.new (New)


Package is httrack, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/httrack/httrack.changes  2012-09-01 
10:31:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.httrack.new/httrack.changes 2012-09-13 
00:03:00.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 10 22:44:17 UTC 2012 - greg.freem...@gmail.com
+
+- break the shared libraries out into their own sub-package
+- run spec-cleaner
+
+---



Other differences:
--
++ httrack.spec ++
--- /var/tmp/diff_new_pack.u7fqlb/_old  2012-09-13 00:03:03.0 +0200
+++ /var/tmp/diff_new_pack.u7fqlb/_new  2012-09-13 00:03:03.0 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package httrack
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,19 +16,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   httrack
 Version:3.46.1
 Release:0
-License:GPL-3.0+
 Summary:Offline browser utility
-Url:http://www.httrack.com/page/1/en/index.html
+License:GPL-3.0+
 Group:  Productivity/Networking/Web/Utilities
+Url:http://www.httrack.com/page/1/en/index.html
 Source0:http://download.httrack.com/httrack-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE httrack-fix-desktop.patch malcolmle...@opensuse.org -- 
Fix desktop files to conform to openSUSE requirements
 Patch0: httrack-fix-desktop.patch
 # PATCH-FIX-OPENSUSE httrack-fix-desktop.patch  malcolmle...@opensuse.org -- 
Add -fno-strict-aliasing to DEFAULT_CFLAGS
 Patch1: httrack-fix-strict-aliasing-punning.patch
+%if 0%{?sles_version}  11
+%else
 BuildRequires:  fdupes
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,11 +54,18 @@
 %package devel
 Summary:Development files for httrack
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description devel
 This package contains the header and library files for httrack.
 
+%package -n libhttrack2
+Summary:Shared library for httrack
+Group:  Development/Libraries/Other
+
+%description -n libhttrack2
+This package contains the httrack shared libraries
+
 %prep
 %setup -q
 %patch0
@@ -64,7 +76,7 @@
 make
 
 %install
-%make_install
+make install DESTDIR=%{buildroot}
 %suse_update_desktop_file WebHTTrack-Websites
 %suse_update_desktop_file WebHTTrack
 # Remove generic header and libtool files
@@ -81,27 +93,27 @@
 rm -rf ./libtest ./templates
 mv %{buildroot}%{_datadir}/%{name}/libtest .
 mv %{buildroot}%{_datadir}/%{name}/templates .
+%if 0%{?sles_version}  11
+%else
 %fdupes %{buildroot}
+%endif
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post -n libhttrack2 -p /sbin/ldconfig
+%postun -n libhttrack2 -p /sbin/ldconfig
 
 %clean
-%{?buildroot:%__rm -rf %{buildroot}}
+%{?buildroot:rm -rf %{buildroot}}
 
 %files
-%defattr(644,root,root)
+%defattr(644,root,root,755)
 %doc AUTHORS COPYING license.txt gpl-fr.txt
 %doc httrack-doc.html templates
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_bindir}/htsserver
 %{_bindir}/httrack
 %{_bindir}/proxytrack
 %{_bindir}/webhttrack
 %dir %{_libdir}/%{name}
-%{_libdir}/%{name}/*.so.*
-%{_libdir}/*.so.*
 %{_datadir}/applications/WebHTTrack-Websites.desktop
 %{_datadir}/applications/WebHTTrack.desktop
 %{_datadir}/pixmaps/*.xpm
@@ -120,4 +132,9 @@
 %{_libdir}/*.so
 %{_libdir}/%{name}/*.so
 
+%files -n libhttrack2
+%defattr(-,root,root,-)
+%{_libdir}/%{name}/*.so.*
+%{_libdir}/*.so.*
+
 %changelog

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