[epic5] Initial import

Dan Mashal vicodan at fedoraproject.org
Fri Apr 26 19:38:40 UTC 2013


commit 03c9bf49e8cfead007057ba906e95f2b5cd4c641
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Apr 26 12:38:28 2013 -0700

    Initial import

 .gitignore |    1 +
 epic5.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fc585e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/epic5-1.1.5.tar.gz
diff --git a/epic5.spec b/epic5.spec
new file mode 100644
index 0000000..d87ed03
--- /dev/null
+++ b/epic5.spec
@@ -0,0 +1,47 @@
+Name:           epic5
+Version:        1.1.5
+Release:        1%{?dist}
+Summary:        Enhanced Programmable ircII Client
+License:        BSD
+Group:          Applications/Communications
+URL:            http://www.epicsol.org
+Source0:        http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}  -n)
+BuildRequires:  ncurses-devel openssl-devel
+
+#Contains makefile fixes for destir and other various bugfixes
+Patch0: upstream_commits.patch
+
+%description
+epic5 IRC client
+
+%prep
+%setup -q -n %{name}-%{version}
+%patch0 -p1
+
+%build
+%configure
+make %{?_smp_mflags} V=1
+
+
+%install
+make install DESTDIR=%{buildroot}
+chmod 0755 %{buildroot}%{_datadir}/epic5/script/*.sh
+chmod 0755 %{buildroot}%{_datadir}/epic5/script/epic-crypt-gpg
+chmod 0755 %{buildroot}%{_datadir}/epic5/script/epic-crypt-gpg-aa
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYRIGHT README EPIC4-USERS-README UPDATES WISHLIST README-CRYPTO KNOWNBUGS
+%{_mandir}/man1/*
+%{_bindir}/epic5
+%{_bindir}/epic5-1.1.5
+%{_libexecdir}/epic5-wserv4
+%{_datadir}/epic5
+
+%changelog
+* Wed Apr 10 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.1.5-1
+- Initial build
diff --git a/sources b/sources
index e69de29..4c40a97 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+29aa140b3c510053e39485ae8823c70e  epic5-1.1.5.tar.gz


More information about the scm-commits mailing list