Updated urls for pci and iab ids files
[oweals/hwdata.git] / Makefile
1 NAME=hwdata
2 VERSION=$(shell awk '/Version:/ { print $$2 }' hwdata.spec)
3 RELEASE=$(shell rpm -q --define 'dist %{nil}' --specfile --qf "%{release}" hwdata.spec)
4 ifeq ($(shell git rev-parse --abbrev-ref HEAD | sed -n 's/^\([^0-9-]\+\).*/\L\1/p'), rhel)
5     # add revision to tag name for rhel branches
6     TAGNAME := $(NAME)-$(VERSION)-$(RELEASE)
7 else
8     TAGNAME := $(NAME)-$(VERSION)
9 endif
10 SOURCEDIR := $(shell pwd)
11 ARCHIVE := $(TAGNAME).tar.bz2
12
13 CVSROOT = $(shell cat CVS/Root 2>/dev/null || :)
14
15 CVSTAG = $(NAME)-r$(subst .,-,$(VERSION))
16
17 IDFILES = pci.ids usb.ids oui.txt iab.txt pnp.ids
18
19 .PHONY: all install tag force-tag check commit create-archive archive srpm-x \
20     clean clog new-pci-ids new-usb-ids new-oui new-iab new-pnp-ids
21
22 include Makefile.inc
23
24 all:
25
26 Makefile.inc: configure
27         ./configure
28         @echo "$@ generated. Run the make again."
29         @exit 1
30
31 install: Makefile.inc
32         mkdir -p -m 755 $(DESTDIR)$(datadir)/$(NAME)
33         for foo in $(FILES) ; do \
34                 install -m 644 $$foo $(DESTDIR)$(datadir)/$(NAME) ;\
35         done
36         mkdir -p -m 755 $(DESTDIR)$(libdir)/modprobe.d
37         install -m 644 -T blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf
38
39 commit:
40         git commit -a ||:
41
42 tag:
43         @git tag -s -m "Tag as $(TAGNAME)" $(TAGNAME)
44         @echo "Tagged as $(TAGNAME)"
45
46 force-tag:
47         @git tag -s -f -m "Tag as $(TAGNAME)" $(TAGNAME)
48         @echo "Tag forced as $(TAGNAME)"
49
50 changelog:
51         @rm -f ChangeLog
52         @(GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog || rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
53
54 check:
55         @[ -x /sbin/lspci ] && /sbin/lspci -i pci.ids > /dev/null || { echo "FAILURE: /sbin/lspci -i pci.ids"; exit 1; } && echo "OK: /sbin/lspci -i pci.ids"
56         @./check-pci-ids.py || { echo "FAILURE: ./check-pci-ids.py"; exit 1; } && echo "OK: ./check-pci-ids.py"
57         @./check-usb-ids.sh
58         @for file in $(IDFILES); do \
59             text=`LANG=C file $$file`; \
60             expected="$$file: UTF-8 Unicode text"; \
61             if [[ "$$text" != "$$expected" ]]; then \
62                 printf "Expected: %s\n Got instead: %s\n" "$$expected" "$$text" >&2; \
63                 exit 1; \
64             fi; \
65             echo "OK: $$text"; \
66         done
67         @echo -n "CHECK date of pci.ids: "; grep "Date:" pci.ids | cut -d ' ' -f 5
68         @echo -n "CHECK date of usb.ids: "; grep "Date:" usb.ids | cut -d ' ' -f 6
69
70 create-archive:
71         @rm -rf $(TAGNAME) $(TAGNAME).tar*  2>/dev/null
72         @make changelog
73         @git archive --format=tar --prefix=$(TAGNAME)/ HEAD > $(TAGNAME).tar
74         @mkdir $(TAGNAME)
75         @cp ChangeLog $(TAGNAME)/
76         @tar --append -f $(TAGNAME).tar $(TAGNAME)
77         @bzip2 -f $(TAGNAME).tar
78         @rm -rf $(TAGNAME)
79         @echo ""
80         @echo "The final archive is in $(ARCHIVE)"
81
82 archive: check clean commit tag create-archive
83
84 upload:
85         @scp $(ARCHIVE) fedorahosted.org:$(NAME)
86
87 dummy:
88
89 srpm-x: create-archive
90         @echo Creating $(NAME) src.rpm
91         @rpmbuild --nodeps -bs --define "_sourcedir $(SOURCEDIR)" --define "_srcrpmdir $(SOURCEDIR)" $(NAME).spec
92         @echo SRPM is: $(NAME)-$(VERSION)-$(RELEASE).src.rpm
93
94 clean:
95         @rm -f $(NAME)-*.gz $(NAME)-*.src.rpm new-pnp.xlsx pnp.ids.txt
96
97 clog: hwdata.spec
98         @sed -n '/^%changelog/,/^$$/{/^%/d;/^$$/d;s/%%/%/g;p}' $< | tee $@
99
100 download: new-usb-ids new-pci-ids new-oui new-iab new-pnp-ids
101
102 new-usb-ids:
103         @curl -O http://www.linux-usb.org/usb.ids
104
105 new-pci-ids:
106         @curl -O https://raw.githubusercontent.com/pciutils/pciids/master/pci.ids
107
108 new-oui:
109         @curl -O http://standards-oui.ieee.org/oui.txt
110         @dos2unix oui.txt
111
112 new-iab:
113         @curl -O http://standards-oui.ieee.org/iab/iab.txt
114         @dos2unix iab.txt
115
116 new-pnp-ids: pnp.ids
117
118 pnp.ids: pnp.ids.txt pnp.ids.patch
119         patch -o $@ <pnp.ids.patch
120
121 pnp.ids.txt: new-pnp.xlsx
122         @unoconv --stdout -f csv $? | \
123             tr ' ' ' ' | \
124             sed -n \
125                 -e 's/^\s*"\s*\(.*\)\s*"/\1/' \
126                 -e 's/\s\{2,\}/ /g' \
127                 -e 's/\s*(used as 2nd pnpid)\s*//' \
128                 -e 's:^\(.*\)\s*,\s*\([a-zA-Z@]\{3\}\)\s*,\s*\([0-9]\+/[0-9]\+/[0-9]\+\):\2\t\1:p' | \
129             sed 's/\s*$$//' | sort -u >$@
130
131 new-pnp.xlsx:
132         @curl -o $@ \
133             http://download.microsoft.com/download/7/E/7/7E7662CF-CBEA-470B-A97E-CE7CE0D98DC2/ISA_PNPID_List.xlsx