]> git.pld-linux.org Git - packages/astyle.git/commitdiff
- new
authorwolf <wolf@pld-linux.org>
Mon, 26 May 2003 00:03:32 +0000 (00:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    astyle.spec -> 1.1

astyle.spec [new file with mode: 0644]

diff --git a/astyle.spec b/astyle.spec
new file mode 100644 (file)
index 0000000..e2630bf
--- /dev/null
@@ -0,0 +1,34 @@
+Summary:       Automatic Indentation Filter
+Summary(pl):   Automatyczny filtr wciêæ
+Name:          astyle
+Version:       1.15.3
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Source0:       http://dl.sourceforge.net/%{name}/%{name}_%{version}.zip
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Artistic Style is a reindenter and reformatter of C++, C and Java
+source code.
+
+%prep
+%setup -q -c
+
+%build
+%{__make} \
+       CPPFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install astyle $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc astyle.html astyle_release_notes.html
+%attr(755,root,root) %{_bindir}/*
This page took 0.084502 seconds and 4 git commands to generate.