Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release-src > by-pkgid > 6493a7fd28a94cf386734e345bcdfac9 > files > 2

gputils-0.13.3-1mdk.src.rpm

%define name    gputils
%define version 0.13.3
%define release 1mdk

Name:           %{name}
Version:        %{version}
Release:        %{release}
Summary:        A collection of tools for the Microchip (TM) PIC microcontrollers
Source0:        %{name}-%{version}.tar.bz2
License:        GPL
Group:          Development/Other
Url:            http://gputils.sourceforge.net/
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers.
It includes gpasm, gplink, and gplib.

%prep
%setup -q
%build

%configure
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%{_datadir}/%{name}
%{_mandir}/man1/*.1*
%{_bindir}/*

%changelog
* Sat Oct  1 2005 Couriousous <couriousous@mandriva.org> 0.13.3-1mdk
- 0.13.3 (bugfix)

* Tue May 10 2005 Couriousous <couriousous@mandriva.org> 0.13.2-1mdk
- 0.13.2:
	- Bugfixes

* Sat Apr 30 2005 Couriousous <couriousous@mandriva.org> 0.13.1-1mdk
- 0.13.1:
	- Bugfixes

* Mon Jan 10 2005 Couriousous <couriousous@mandrake.org> 0.13.0-1mdk
- First Mandrakelinux release