[nodejs-typescript: 1/5] Initial Commit

Gerard Ryan galileo at fedoraproject.org
Fri Feb 27 18:43:12 UTC 2015


commit 49d730f45759dff4047733f9c8a69a72a6f8cee0
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Sat Jan 31 16:29:20 2015 +0000

    Initial Commit

 nodejs-typescript.spec | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
---
diff --git a/nodejs-typescript.spec b/nodejs-typescript.spec
new file mode 100644
index 0000000..2580f75
--- /dev/null
+++ b/nodejs-typescript.spec
@@ -0,0 +1,37 @@
+Name:           nodejs-typescript
+Version:        1.0
+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
+* Sat Jan 31 2015 G <gerard at ryan.lt>
+- 


More information about the scm-commits mailing list