diff --git a/README.md b/README.md index dbb8146..8f32ee7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gputils +GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib. It's distributed under the terms of the GNU Public License. There are other GNU PIC tools available such as gpsim, a gputils compatible simulator. + diff --git a/gputils.spec b/gputils.spec new file mode 100644 index 0000000..8c0b702 --- /dev/null +++ b/gputils.spec @@ -0,0 +1,65 @@ +Name: gputils +Version: 1.2.0 +Release: 1mamba +Summary: A collection of tools for the Microchip (TM) PIC microcontrollers +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://gputils.sourceforge.net +Source: http://downloads.sourceforge.net/project/gputils/gputils/%{version}/gputils-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib. It's distributed under the terms of the GNU Public License. There are other GNU PIC tools available such as gpsim, a gputils compatible simulator. + +%debug_package + +%prep +%setup -q + +%build +%configure +%make AM_LDFLAGS="-Wl,-warn-common" + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/gpasm +%{_bindir}/gpdasm +%{_bindir}/gplib +%{_bindir}/gplink +%{_bindir}/gpstrip +%{_bindir}/gpvc +%{_bindir}/gpvo +%dir %{_datadir}/gputils +%dir %{_datadir}/gputils/lkr +%{_datadir}/gputils/lkr/*.lkr +%dir %{_datadir}/gputils/header +%{_datadir}/gputils/header/*.inc +%lang(fr) %{_mandir}/fr/man1/gp*.1* +%{_mandir}/man1/gp*.1* +%doc AUTHORS COPYING + +%changelog +* Tue May 28 2013 Automatic Build System 1.2.0-1mamba +- automatic update by autodist + +* Sun Apr 28 2013 Automatic Build System 1.1.0-1mamba +- automatic version update by autodist + +* Sun Jan 13 2013 Automatic Build System 1.0.0-1mamba +- automatic version update by autodist + +* Sat Dec 08 2012 Silvan Calarco 0.14.3-1mamba +- package created by silvan using the webbuild interface