From 47874a4aa3b69e84d8c09ad8850b363c2952c709 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Jan 07 2014 01:56:37 +0000 Subject: Update to 0.6.2 and build against libusbx --- diff --git a/.gitignore b/.gitignore index f747e5c..bb6e4ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -dfu-programmer-0.5.1.tar.gz -/dfu-programmer-0.5.4.tar.gz -/dfu-programmer-0.5.4-1.fc14.src.rpm -/dfu-programmer.spec +/dfu-programmer-0.*.tar.gz diff --git a/dfu-programmer.spec b/dfu-programmer.spec index 3b4f4fb..dba25f3 100644 --- a/dfu-programmer.spec +++ b/dfu-programmer.spec @@ -1,15 +1,15 @@ Name: dfu-programmer -Version: 0.5.4 -Release: 6%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: A Device Firmware Update based USB programmer for Atmel chips Group: Development/Tools License: GPLv2+ URL: http://dfu-programmer.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libusb-devel >= 0.1.10a +BuildRequires: libusbx-devel +BuildRequires: systemd-devel %description A linux based command-line programmer for Atmel chips with a USB @@ -22,26 +22,24 @@ Atmel chips with USB support. %build %configure -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install -%{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} install +make DESTDIR=%{buildroot} install -%{__install} -d %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty -%{__install} -pm 644 fedora/10-dfu-programmer.fdi %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi - -%clean -%{__rm} -rf %{buildroot} +install -d %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty +install -pm 644 fedora/10-dfu-programmer.fdi %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog NEWS README COPYING %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %{_datadir}/hal/fdi/information/20thirdparty/10-dfu-programmer.fdi %changelog +* Mon Jan 6 2014 Peter Robinson 0.6.2-1 +- Update to 0.6.2 and build against libusbx + * Sat Aug 03 2013 Fedora Release Engineering - 0.5.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -78,22 +76,3 @@ Atmel chips with USB support. - added 4K bootloader support - added eeprom-dump and eeprom-flash support - fixed the Source0 url -* Mon Nov 19 2007 Weston Schmidt - 0.4.4-1 -- added reset command -- added udev rules and permissions -* Sun Aug 15 2007 Weston Schmidt - 0.4.3-2 -- updated the license tag -* Sun Aug 12 2007 Weston Schmidt - 0.4.3-1 -- see NEWS for details about this release -* Fri Jul 20 2007 Weston Schmidt - 0.4.2-2 -- updated the release to include the dist, and remove the runtime lib req. -* Fri Jul 06 2007 Weston Schmidt - 0.4.2-1 -- updating the release and other information to be ready to be part of fedora -* Tue May 08 2007 Weston Schmidt - 0.4.1-1 -- fixint the changelog and Source0 URL -* Wed Oct 21 2006 Weston Schmidt - 0.3.1-1 -- updated the release to get ready to be part of the fedora extras -* Wed May 07 2006 Weston Schmidt - 0.3.0-1 -- updated the release to Fedora Core 5 & the email address -* Wed Aug 31 2005 Weston Schmidt -- initial creation diff --git a/sources b/sources index f97cf54..dbf121f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -707dcd0f957a74e92456ea6919faa772 dfu-programmer-0.5.4.tar.gz +6352a241f20b870e7e2732983cfd3455 dfu-programmer-0.6.2.tar.gz