]> git.pld-linux.org Git - packages/uncrustify.git/commitdiff
new, version 0.60 auto/th/uncrustify-0.60-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 23 Mar 2014 16:23:44 +0000 (18:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 23 Mar 2014 16:23:44 +0000 (18:23 +0200)
based on fedora package
164a93752b9c6e3309fce9abcd2a0cb4b7e8c11d

uncrustify.spec [new file with mode: 0644]

diff --git a/uncrustify.spec b/uncrustify.spec
new file mode 100644 (file)
index 0000000..e700f4c
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       Reformat Source
+Name:          uncrustify
+Version:       0.60
+Release:       1
+License:       GPL v2
+Group:         Development/Tools
+Source0:       http://downloads.sourceforge.net/uncrustify/%{name}-%{version}.tar.gz
+# Source0-md5: 0467a60b7c6f108259e69a90120afd4a
+URL:           http://uncrustify.sourceforge.net/
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Source Code Beautifier for C, C++, C#, D, Java, and Pawn.
+
+%prep
+%setup -q
+
+%build
+%configure \
+       --disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING AUTHORS README NEWS
+%doc documentation
+%attr(755,root,root) %{_bindir}/uncrustify
+%{_mandir}/man1/uncrustify.1*
+%{_datadir}/%{name}
This page took 0.111534 seconds and 4 git commands to generate.