[packages/uncrustify] new, version 0.60

glen glen at pld-linux.org
Sun Mar 23 17:24:32 CET 2014


commit ddb1192eeaba394a592fa33740f7c51c82788a9a
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Mar 23 18:23:44 2014 +0200

    new, version 0.60
    
    based on fedora package
    164a93752b9c6e3309fce9abcd2a0cb4b7e8c11d

 uncrustify.spec | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
---
diff --git a/uncrustify.spec b/uncrustify.spec
new file mode 100644
index 0000000..e700f4c
--- /dev/null
+++ b/uncrustify.spec
@@ -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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/uncrustify.git/commitdiff/ddb1192eeaba394a592fa33740f7c51c82788a9a



More information about the pld-cvs-commit mailing list