automatic version update by autodist [release 2.04-1mamba;Mon Dec 30 2013]
This commit is contained in:
parent
498414d71f
commit
c33aa0cfa8
@ -1,2 +1,4 @@
|
||||
# astyle
|
||||
|
||||
Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
|
||||
|
||||
|
52
astyle.spec
Normal file
52
astyle.spec
Normal file
@ -0,0 +1,52 @@
|
||||
Name: astyle
|
||||
Version: 2.04
|
||||
Release: 1mamba
|
||||
Summary: A free, fast and small automatic Formatter for C, C++, C#, and Java source code
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://astyle.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/astyle/astyle/astyle%20%{version}/astyle_%{version}_linux.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
%make -C build/gcc \
|
||||
CFLAGS="-DNDEBUG %{optflags}"
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -D -m 0755 build/gcc/bin/astyle %{buildroot}%{_bindir}/astyle
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%doc doc/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 30 2013 Automatic Build System <autodist@mambasoft.it> 2.04-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 04 2013 Automatic Build System <autodist@mambasoft.it> 2.03-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 12 2012 Automatic Build System <autodist@mambasoft.it> 2.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 30 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.24-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user