tweaks
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 4 Jan 2010 11:23:01 +0000 (11:23 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 4 Jan 2010 11:23:01 +0000 (11:23 +0000)
Makefile
madwifi.spec

index 6eabc51..65f156e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
 # $Id$
+# $URL$
+#
 #WEBFETCH      := curl -H Pragma: -O -R -S --fail --show-error
 WEBFETCH       := wget
 SHA1SUM        = sha1sum
@@ -17,9 +19,9 @@ $(main.FILE): #FORCE
        @if [ ! -e "$@" ] ; then echo "$(WEBFETCH) $(main.URL)" ; $(WEBFETCH) $(main.URL) ; fi
        @if [ ! -e "$@" ] ; then echo "Could not download source file: $@ does not exist" ; exit 1 ; fi
        @if test "$$(sha1sum $@ | awk '{print $$1}')" != "$(main.SHA1SUM)" ; then \
-           echo "sha1sum of the downloaded $@ does not match the one from 'sources' file" ; \
+           echo "sha1sum of the downloaded $@ does not match the one from 'Makefile'" ; \
            echo "Local copy: $$(sha1sum $@)" ; \
-           echo "In sources: $$(grep $@ sources)" ; \
+           echo "In Makefile: $main.SHA1SUM" ; \
            exit 1 ; \
        else \
            ls -l $@ ; \
index 53bf4eb..eb63de5 100644 (file)
 # kernel_version : 2.6.22.14
 
 %define name madwifi
-%define version 3878
+%define version 4099
 %define taglevel 0
 
-%define actual_name %{name}-trunk-r%{version}-20081204
+%define actual_name %{name}-trunk-r%{version}-20091230
 
 %define release %{kernel_version}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %define kernel_id_arch %{kernel_version}-%{kernel_release}-%{kernel_arch}