[eclipse-testng/f20: 1/5] Initial Commit

Mat Booth mbooth at fedoraproject.org
Thu Jun 19 08:00:03 UTC 2014


commit 7519469cec9aeb4ef1e4eb19d2a3fa424efdcb0d
Author: Mat Booth <mat.booth at redhat.com>
Date:   Thu Jun 12 14:59:29 2014 +0100

    Initial Commit

 eclipse-testng.spec |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-testng.spec b/eclipse-testng.spec
new file mode 100644
index 0000000..3fe1199
--- /dev/null
+++ b/eclipse-testng.spec
@@ -0,0 +1,37 @@
+Name:           eclipse-testng
+Version:        6.8.6
+Release:        1%{?dist}
+Summary:        Summary of the package
+
+License:        GPL
+URL:            http://
+Source0:        archive_name-%{version}
+
+BuildRequires:  
+Requires:       
+
+%description
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%make_install
+
+
+%files
+%doc
+
+
+
+%changelog
+* Thu Jun 12 2014 Mat Booth <mat.booth at redhat.com>
+- 


More information about the scm-commits mailing list