Compare commits
3 Commits
1.4.2-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
6e8c58011d | |||
34b508eed8 | |||
3a99b2f665 |
23
gputils.spec
23
gputils.spec
@ -1,18 +1,20 @@
|
||||
%define dirver %(echo %version | cut -d_ -f1)
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gputils
|
||||
Version: 1.4.2
|
||||
Version: 1.5.2
|
||||
Release: 1mamba
|
||||
Summary: A collection of tools for the Microchip (TM) PIC microcontrollers
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://gputils.sourceforge.net
|
||||
Source: http://downloads.sourceforge.net/project/gputils/gputils/%{version}/gputils-%{version}.tar.gz
|
||||
URL: https://gputils.sourceforge.io/
|
||||
Source: https://sourceforge.net/projects/gputils/files/gputils/%{majver}.0/gputils-%{version}.tar.bz2
|
||||
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.
|
||||
@ -20,7 +22,7 @@ GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{dirver}
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -30,6 +32,8 @@ GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
rm -rf %{buildroot}%{_docdir}/gputils-%{dirver}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -52,6 +56,15 @@ GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Jun 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-1mamba
|
||||
- update to 1.5.2
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 03 2016 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user