Fix reference specfile to current Fedora style

This commit is contained in:
Adam Jackson 2012-08-23 13:58:35 -04:00
parent b44916b67c
commit fe7fa8285a
3 changed files with 30 additions and 17 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
hwdata-0.227.tar.bz2
hwdata-0.232.tar.bz2
/hwdata-0.234.tar.bz2
/hwdata-0.238.tar.bz2

View File

@ -1,22 +1,18 @@
Name: hwdata
Summary: Hardware identification and configuration data
Version: 0.234
Release: 3%{?dist}
License: GPLv2+ and LGPLv2+
Version: 0.238
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: hwdata-%{version}.tar.bz2
Source: https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}.tar.bz2
URL: http://git.fedorahosted.org/git/hwdata.git
BuildArch: noarch
Conflicts: Xconfigurator, system-config-display < 1.0.31, pcmcia-cs, kudzu < 1.2.0
Requires: module-init-tools >= 3.2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
hwdata contains various hardware identification and configuration data,
such as the pci.ids database and MonitorsDb databases.
such as the pci.ids and usb.ids databases.
%prep
%setup -q
%build
@ -37,18 +33,31 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}/*
%changelog
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.234-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.238-1
- Fix reference specfile to current Fedora style
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.234-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.235-1
- Update data files
- Remove upgradelist, not needed since kudzu-ectomy
* Mon Aug 22 2011 David Nalley <david@gnsa.us> 0.234-1
- packaging an update for mid-release
* Mon Aug 08 2011 Karsten Hopp <karsten@redhat.com> 0.233-1
* Mon Aug 08 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.3
- update pci.ids, usb. ids
* Mon May 02 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.2
- update pci.ids with a fix for QLogic Infiniband adapter
* Wed Apr 27 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.1
- update to latest pci.ids, usb.ids
* Fri Jan 28 2011 Karsten Hopp <karsten@redhat.com> 0.233-7
- bump release
- update oui.txt URL
- fix tarball name in spec file
- update usb.ids, out.txt and pci.ids
* Wed Aug 25 2010 Karsten Hopp <karsten@redhat.com> 0.233-1
- update usb.ids, out.txt and pci.ids
* Thu Aug 05 2010 Karsten Hopp <karsten@redhat.com> 0.232-1
- update usb.ids, out.txt and pci.ids (#550020, #611860)
- fix incorrect syntax doc/comment in blacklist.conf (Ville Skyttä, #532802)
@ -68,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT
* Tue Feb 23 2010 Dave Airlie <airlied@redhat.com> 0.227-1
- add viafb to blacklist
* Mon Feb 22 2010 Karsten Hopp <karsten@redhat.com> 0.227-1
- update usb.ids, pci.ids, oui.txt
- update license

View File

@ -1 +1,2 @@
8108ff494a0a46358894c1b0e61592c6 hwdata-0.234.tar.bz2
b1cf9821828ec91c58d6cfc91c4fbd42 hwdata-0.238.tar.bz2