summaryrefslogtreecommitdiffstats
path: root/indexhtml.spec
diff options
context:
space:
mode:
Diffstat (limited to 'indexhtml.spec')
-rw-r--r--indexhtml.spec23
1 files changed, 14 insertions, 9 deletions
diff --git a/indexhtml.spec b/indexhtml.spec
index e0566a2..f783699 100644
--- a/indexhtml.spec
+++ b/indexhtml.spec
@@ -1,8 +1,8 @@
-Summary: Mandrakelinux html welcome page
+Summary: Mandriva Linux html welcome page
Name: indexhtml
Version: 10.2
-Release: 4mdk
-URL: http://www.mandrakelinux.com/
+Release: 5mdk
+URL: http://www.mandrivalinux.com/
Requires: wget
Source: indexhtml-%version.tar.bz2
Group: System/Base
@@ -13,7 +13,7 @@ BuildArch: noarch
%description
-Mandrakelinux index.html welcome page displayed by web browsers
+Mandriva Linux index.html welcome page displayed by web browsers
when they are launched; and first mail displayed on mail clients
after installation.
@@ -58,9 +58,9 @@ done
install -d -m 0755 %buildroot/%_datadir/doc/HTML/
install -m 0644 HTML/index-en.html %buildroot/%_datadir/doc/HTML/index.html
-install -d -m 0755 %buildroot/etc/sysconfig/network-scripts/ifup.d
-cd %buildroot/etc/sysconfig/network-scripts/ifup.d
-ln -s ../../../../%_datadir/mdk/indexhtml/update-indexhtml indexhtml
+#install -d -m 0755 %buildroot/etc/sysconfig/network-scripts/ifup.d
+#cd %buildroot/etc/sysconfig/network-scripts/ifup.d
+#ln -s ../../../../%_datadir/mdk/indexhtml/update-indexhtml indexhtml
%clean
rm -fr %buildroot
@@ -88,16 +88,21 @@ do
fi
fi
done
-%_datadir/mdk/indexhtml/update-indexhtml nonetwork
+#%_datadir/mdk/indexhtml/update-indexhtml nonetwork
%files
%defattr(-,root,root,-)
%_datadir/mdk/
%ghost %_datadir/doc/HTML/index.html
-/etc/sysconfig/network-scripts/ifup.d/indexhtml
+#/etc/sysconfig/network-scripts/ifup.d/indexhtml
%changelog
+* Fri Jul 29 2005 Pablo Saratxaga <pablo@mandriva.com> 10.2-5mdk
+- changed names to "Mandriva Linux"
+- removed update-indexhtml from the rpm, now the network testing is
+ done in testonline.html (loaded trough javascript)
+
* Mon Apr 11 2005 Warly <warly@mandrakesoft.com> 10.2-4mdk
- revert to previous update-indexhtml method