update to 3.4.6 [release 3.4.6-1mamba;Sun Sep 10 2023]
This commit is contained in:
parent
5062ef3a7d
commit
032f0d4164
19
astyle.spec
19
astyle.spec
@ -1,30 +1,32 @@
|
|||||||
Name: astyle
|
Name: astyle
|
||||||
Version: 3.1
|
Version: 3.4.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free, fast and small automatic Formatter for C, C++, C#, and Java source code
|
Summary: A free, fast and small automatic Formatter for C, C++, C#, and Java source code
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://astyle.sourceforge.net/
|
URL: https://astyle.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/astyle/astyle/astyle%20%{version}/astyle_%{version}_linux.tar.gz
|
Source: https://sourceforge.net/projects/astyle/files/astyle/astyle%20%{majorminor}/astyle-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
|
Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make -C build/gcc \
|
%make -C build/gcc \
|
||||||
CFLAGS="-DNDEBUG %{optflags}"
|
CFLAGS="-DNDEBUG %{optflags}" \
|
||||||
|
LDFLAGS="-v" # LDFLAGS needs to be set or -s (strip) is applied
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -39,6 +41,9 @@ install -D -m 0755 build/gcc/bin/astyle %{buildroot}%{_bindir}/astyle
|
|||||||
%doc doc/*
|
%doc doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.6-1mamba
|
||||||
|
- update to 3.4.6
|
||||||
|
|
||||||
* Sat Jan 27 2018 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
* Sat Jan 27 2018 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user