From: Adam Jackson Date: Thu, 23 Aug 2012 17:52:38 +0000 (-0400) Subject: hwdata 0.236 X-Git-Tag: hwdata-0.236-1^0 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2564f4ef5afbc87fdd759852ccbaa1901f965c6b;p=oweals%2Fhwdata.git hwdata 0.236 --- diff --git a/Makefile b/Makefile index c273e8e..f661cd5 100644 --- a/Makefile +++ b/Makefile @@ -55,21 +55,21 @@ check: @echo -n "CHECK date of usb.ids: "; grep "Date:" usb.ids | cut -d ' ' -f 6 create-archive: - @rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION)-$(RELEASE).tar* 2>/dev/null + @rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar* 2>/dev/null @make changelog - @git archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD > $(NAME)-$(VERSION)-$(RELEASE).tar + @git archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD > $(NAME)-$(VERSION).tar @mkdir $(NAME)-$(VERSION) @cp ChangeLog $(NAME)-$(VERSION)/ - @tar --append -f $(NAME)-$(VERSION)-$(RELEASE).tar $(NAME)-$(VERSION) - @bzip2 -f $(NAME)-$(VERSION)-$(RELEASE).tar + @tar --append -f $(NAME)-$(VERSION).tar $(NAME)-$(VERSION) + @bzip2 -f $(NAME)-$(VERSION).tar @rm -rf $(NAME)-$(VERSION) @echo "" - @echo "The final archive is in $(NAME)-$(VERSION)-$(RELEASE).tar.bz2" + @echo "The final archive is in $(NAME)-$(VERSION).tar.bz2" archive: check clean commit tag create-archive upload: - @scp ${NAME}-$(VERSION)-$(RELEASE).tar.bz2 fedorahosted.org:$(NAME) + @scp ${NAME}-$(VERSION).tar.bz2 fedorahosted.org:$(NAME) dummy: diff --git a/hwdata.spec b/hwdata.spec index 1eef530..b63e651 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -1,10 +1,10 @@ Name: hwdata Summary: Hardware identification and configuration data -Version: 0.235 +Version: 0.236 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base -Source: hwdata-%{version}-%{release}.tar.bz2 +Source: https://fedorahosted.org/releases/h/w/%{name}-%{version}-%{release}.tar.bz2 URL: http://git.fedorahosted.org/git/hwdata.git BuildArch: noarch @@ -33,6 +33,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/* %changelog +* Thu Aug 23 2012 Adam Jackson 0.236-1 +- Fix reference specfile to current Fedora style + * Thu Aug 23 2012 Adam Jackson 0.235-1 - Update data files - Remove upgradelist, not needed since kudzu-ectomy