update to 1.5.0_1 [release 1.5.0_1-1mamba;Sat Apr 10 2021]
This commit is contained in:
parent
3a99b2f665
commit
34b508eed8
16
gputils.spec
16
gputils.spec
@ -1,18 +1,19 @@
|
|||||||
|
%define dirver %(echo %version | cut -d_ -f1)
|
||||||
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: gputils
|
Name: gputils
|
||||||
Version: 1.5.0
|
Version: 1.5.0_1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A collection of tools for the Microchip (TM) PIC microcontrollers
|
Summary: A collection of tools for the Microchip (TM) PIC microcontrollers
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://gputils.sourceforge.net
|
URL: https://gputils.sourceforge.net
|
||||||
Source: http://downloads.sourceforge.net/project/gputils/gputils/%{version}/gputils-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/gputils/gputils/%{dirver}/gputils-%{pkgver}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
@ -20,7 +21,7 @@ GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{dirver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -30,6 +31,8 @@ GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{_docdir}/gputils-%{dirver}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -52,6 +55,9 @@ GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0_1-1mamba
|
||||||
|
- update to 1.5.0_1
|
||||||
|
|
||||||
* Tue Sep 20 2016 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
* Tue Sep 20 2016 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user