packages: httrack/httrack.spec - up to 3.44.1-1, dropped prefix-suffix vers...
mguevara
mguevara at pld-linux.org
Mon Nov 28 19:43:11 CET 2011
Author: mguevara Date: Mon Nov 28 18:43:11 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 3.44.1-1, dropped prefix-suffix version, added -j1 to make,
disabled automake - added TODO
---- Files affected:
packages/httrack:
httrack.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: packages/httrack/httrack.spec
diff -u packages/httrack/httrack.spec:1.38 packages/httrack/httrack.spec:1.39
--- packages/httrack/httrack.spec:1.38 Sat Jan 29 01:06:42 2011
+++ packages/httrack/httrack.spec Mon Nov 28 19:43:06 2011
@@ -1,15 +1,16 @@
# $Revision$, $Date$
+#
+# TODO:
+# - fix automake
Summary: Great website copier for offline browsing
Summary(pl.UTF-8): Narzędzie do ściągania stron w celu ich przeglądania offline
Name: httrack
-%define version_prefix 3.43
-%define version_suffix 2
-Version: %{version_prefix}.%{version_suffix}
+Version: 3.44.1
Release: 1
License: GPL
Group: Applications/Networking
-Source0: http://www.httrack.com/%{name}-%{version_prefix}-%{version_suffix}.tar.gz
-# Source0-md5: a6debc9fe8b7049e5de986357c7dadd8
+Source0: http://download.httrack.com/%{name}-%{version}.tar.gz
+# Source0-md5: 7aaf56913388adfdba506c346c2ca020
Source1: %{name}.conf
Patch0: %{name}-desktop.patch
Patch1: %{name}-libtest-makefile.patch
@@ -87,9 +88,9 @@
%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
-%{__automake}
+#%{__automake}
%configure
-%{__make}
+%{__make} -j1
%install
rm -rf $RPM_BUILD_ROOT
@@ -122,7 +123,7 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httrack.conf
%attr(755,root,root) %{_bindir}/httrack
%attr(755,root,root) %{_bindir}/proxytrack
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.*
%dir %{_libdir}/httrack
%attr(755,root,root) %{_libdir}/httrack/lib*.so*
%{_mandir}/man1/httrack.1*
@@ -138,7 +139,7 @@
%files static
%defattr(644,root,root,755)
-%{_libdir}/libhttrack.a
+%{_libdir}/lib*.a
%files web
%defattr(644,root,root,755)
@@ -156,6 +157,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2011/11/28 18:43:06 mguevara
+- up to 3.44.1-1, dropped prefix-suffix version, added -j1 to make,
+ disabled automake - added TODO
+
Revision 1.38 2011/01/29 00:06:42 sparky
- dropped pre-cvs changelog
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/httrack/httrack.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list