rpms/httrack/F-8 httrack.spec,1.2,1.3

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


Author: rishi

Update of /cvs/pkgs/rpms/httrack/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29613

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



Index: httrack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/httrack/F-8/httrack.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httrack.spec	12 Dec 2007 21:31:14 -0000	1.2
+++ httrack.spec	21 Feb 2008 03:09:29 -0000	1.3
@@ -12,7 +12,7 @@
 Summary:	Website copier and offline browser
 Name:		httrack
 Version:	3.42
-Release:	8%{?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,6 +189,13 @@
 %{_includedir}/%{name}/*
 
 %changelog
+* 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