[okhttp: 1/4] Initial Commit

Gerard Ryan galileo at fedoraproject.org
Mon Dec 23 18:02:02 UTC 2013


commit d7a5ceed25a1bcedbc43955f928352187022fdb4
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Sat Nov 23 16:07:22 2013 +0000

    Initial Commit

 parent.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/parent.spec b/parent.spec
new file mode 100644
index 0000000..ed94abd
--- /dev/null
+++ b/parent.spec
@@ -0,0 +1,40 @@
+Name:           parent
+Version:        1.2.1
+Release:        1%{?dist}
+Summary:        OkHttp (Parent)
+
+Group:          Development/Libraries
+License:        Apache 2.0
+URL:            https://github.com/square/okhttp
+Source0:        #FIXME
+BuildArch: noarch
+
+BuildRequires: maven-local
+
+%description
+An HTTP+SPDY client for Android and Java applications
+
+%package javadoc
+Group:          Documentation
+Summary:        Javadoc for %{name}
+
+%description javadoc
+API documentation for %{name}.
+
+
+%prep
+%setup -q #You may need to update this according to your Source0
+
+%build
+%mvn_build
+
+%install
+%mvn_install
+
+%files -f .mfiles
+%dir %{_javadir}/%{name}
+
+%files javadoc -f .mfiles-javadoc
+
+%changelog
+#FIXME


More information about the scm-commits mailing list