]> git.pld-linux.org Git - packages/avrdude.git/commitdiff
- almost raw
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 Jan 2004 00:25:33 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avrdude.spec -> 1.1

avrdude.spec [new file with mode: 0644]

diff --git a/avrdude.spec b/avrdude.spec
new file mode 100644 (file)
index 0000000..8eff0d6
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       software for programming Atmel AVR Microcontrollers
+Name:          avrdude
+Version:       4.2.0
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Source0:       http://jubal.westnet.com/AVR/%{name}-%{version}.tar.gz
+# Source0-md5: dd8027d4fd238f47a61651867c9c8d10
+URL:           http://savannah.nongnu.org/projects/avrdude/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+AVRDUDE is software for programming Atmel AVR Microcontrollers.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog* NEWS README doc/avrdude-html
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
+%{_infodir}/avr*
+%config(noreplace) %verify(not md5 size mtime) /etc/%{name}.conf
This page took 0.077786 seconds and 4 git commands to generate.