Blob Blame History Raw
Name:		gputils
Version:	0.13.6
Release:	1%{?dist}
Summary:	Development utilities for Microchip (TM) PIC (TM) microcontrollers
Summary(fr):	Outils de développement pour les microcontrôleurs PIC (TM) de Microchip (TM)

Group:		Development/Languages
License:	GPLv2+
URL:		http://gputils.sourceforge.net
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This is a collection of development tools for Microchip (TM) PIC (TM)
microcontrollers.

This is ALPHA software: there may be serious bugs in it, and it's
nowhere near complete.  gputils currently only implements a subset of
the features available with Microchip's tools.  See the documentation for
an up-to-date list of what gputils can do.

%description -l fr
Ce paquetage contient une collection d'outils de développement pour les
microcontrôleurs PIC (TM) de Microchip (TM).

Ces logiciels sont en développement ALPHA: il peut y avoir de sérieux bogues
et ils sont loin d'être complets. Pour le moment, gputils n'implémente qu'une
partie des fonctionnalités disponibles dans les outils Microchip.
Voir la documentation pour une liste à jour des possibilités de gputils.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%doc doc/%{name}.pdf doc/%{name}.ps
%{_bindir}/*
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_mandir}/fr/man1/*

%changelog
* Mon Sep 15 2008 Roy Rankin <rrankin[AT]ihug[DOT]com[DOT]au> 0.13.6-1
  - New upstream version

* Sun Oct 28 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.13.5-1
  - New upstream version
  - Patches to improve man pages formatting
  - Use macros for rm and make

* Tue Aug 21 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.13.4-4
  - Really change licence tag

* Tue Aug 21 2007 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.13.4-3
  - Licence tag clarification

* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.13.4-2
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21

* Thu Sep 21 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.13.4-1
  - New upstream version
  - Add french summary and description

* Fri Sep  1 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.13.3-3
  - FE6 rebuild

* Mon Mar 13 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.13.3-2
  - Rebuild for FE5

* Mon Sep 12 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.13.3-1
  - New version
  - Patch to update french man pages

* Mon May 23 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.13.2-1
  - New version

* Thu Jan 6 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0:0.13.0-0.fdr.2
  - Patch to update french man pages

* Tue Jan 4 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0:0.13.0-0.fdr.1
  - New version

* Thu Oct 7 2004 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0:0.12.4-0.fdr.2
  - Use Licence instead of copyright
  - Use full name and release in Source URL instead of macro
  - Package should own full directory /usr/share/gputils
  - Remove usefulness generic file INSTALL
  - Remove doc source file gputils.lyx

* Wed Oct 6 2004 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0:0.12.4-0.fdr.1
  - Initial Fedora RPM