From 36956699e35332c7fba53dc91859080d0997c355 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:23:36 +0100 Subject: [PATCH] automatic update by autodist [release 1.2.0-1mamba;Tue May 28 2013] --- README.md | 2 ++ gputils.spec | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 gputils.spec 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