summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-01-16 15:31:47 -0600
committerRon Olson <tachoknight@gmail.com>2018-01-16 15:31:47 -0600
commit49e0b5806ea9a04f94dce789f4db9ee90b99e9de (patch)
tree81404558663a586c3851314b03dc717387f7bfd3
downloadswift-lang-49e0b5806ea9a04f94dce789f4db9ee90b99e9de.tar.gz
swift-lang-49e0b5806ea9a04f94dce789f4db9ee90b99e9de.tar.xz
swift-lang-49e0b5806ea9a04f94dce789f4db9ee90b99e9de.zip
Initial commit
-rw-r--r--swift-lang.spec35
1 files changed, 35 insertions, 0 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
new file mode 100644
index 0000000..76307f7
--- /dev/null
+++ b/swift-lang.spec
@@ -0,0 +1,35 @@
+Name: swift-lang
+Version: 4.1
+Release: 1%{?dist}
+Summary: Apple's Swift programming language
+
+License: ASL 2.0
+URL: https://swift.org
+Source0:
+
+BuildRequires:
+Requires:
+
+%description
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+
+%files
+%doc
+
+
+
+%changelog
+