rpms/httrack/devel httrack.spec,1.6,1.7

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Thu Feb 21 03:12:12 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/httrack/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29714

Modified Files:
	httrack.spec 
Log Message:
Updated to 3.42-10 in devel.

 Modified Files:
 	httrack.spec 



Index: httrack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/httrack/devel/httrack.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- httrack.spec	19 Feb 2008 21:42:53 -0000	1.6
+++ httrack.spec	21 Feb 2008 03:11:29 -0000	1.7
@@ -12,7 +12,7 @@
 Summary:	Website copier and offline browser
 Name:		httrack
 Version:	3.42
-Release:	9%{?dist}
+Release:	10%{?dist}
 License:	GPLv2+
 Group:		Applications/Internet
 URL:		http://www.httrack.com/
@@ -94,6 +94,9 @@
 %build
 %configure --disable-static
 
+# Omit unused direct shared library dependencies.
+sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
+
 # Parallel make does not work.
 make
 
@@ -120,13 +123,10 @@
 mv $RPM_BUILD_ROOT%{_datadir}/%{name}/libtest .
 mv $RPM_BUILD_ROOT%{_datadir}/%{name}/templates .
 
-# We need to have a symlink to html in /usr/share/httrack.
+# We need to have a copy of html in /usr/share/httrack.
 # The other is to be listed against %doc.
 rm -rf ./html
-mv $RPM_BUILD_ROOT%{_datadir}/%{name}/html .
-pushd $RPM_BUILD_ROOT%{_datadir}/%{name}
-  ln -s ../doc/%{name}-%{version}/html html
-popd
+cp -pr $RPM_BUILD_ROOT%{_datadir}/%{name}/html .
 
 # icon
 mv $RPM_BUILD_ROOT%{_datadir}/%{name}/icons/webhttrack.xpm \
@@ -189,8 +189,12 @@
 %{_includedir}/%{name}/*
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.42-9
-- Autorebuild for GCC 4.3
+* Thu Feb 21 2008 Debarshi Ray <rishi at fedoraproject.org> - 3.42-10
+- Fixed runtime problems with --excludedocs.
+- Omitted unused direct shared library dependencies.
+
+* Tue Feb 19 2008 Release Engineering <rel-eng at fedoraproject.org> - 3.42-9
+- Autorebuild for GCC 4.3.
 
 * Thu Dec 13 2007 Debarshi Ray <rishi at fedoraproject.org> - 3.42-8
 - Added 'BuildRequires: chrpath' for removing rpaths.




More information about the fedora-extras-commits mailing list