]> git.pld-linux.org Git - packages/cjc.git/commitdiff
- new spec auto/ac/cjc-0_3-1
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 18 Jan 2004 18:41:10 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cjc.spec -> 1.1

cjc.spec [new file with mode: 0644]

diff --git a/cjc.spec b/cjc.spec
new file mode 100644 (file)
index 0000000..796d741
--- /dev/null
+++ b/cjc.spec
@@ -0,0 +1,42 @@
+Summary:       Console Jabber Client
+Summary(pl):   CJC - konsolowy klient Jabbera
+Name:          cjc
+Version:       0.3
+Release:       1
+License:       GPL
+Group:         Applications/Communications
+Source0:       http://www.jabberstudio.org/files/cjc/cjc-%{version}.tar.gz
+# Source0-md5: 962f95e558cec517e6930bc03a4e402c
+URL:           http://cjc.jabberstudio.org/
+BuildRequires: python-modules >= 2.2.1
+Requires:      python-pyxmpp = 0.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A Jabber client for text terminals with user interface similar to those known
+from popular IRC clients.
+
+%prep
+%setup -qn cjc-%{version}
+
+%build
+
+%{__make} prefix=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       prefix=%{_prefix} \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.159642 seconds and 4 git commands to generate.