SPECS: rt-client-console.spec (NEW) - initial
arekm
arekm at pld-linux.org
Tue Dec 9 20:04:14 CET 2008
Author: arekm Date: Tue Dec 9 19:04:14 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
rt-client-console.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/rt-client-console.spec
diff -u /dev/null SPECS/rt-client-console.spec:1.1
--- /dev/null Tue Dec 9 20:04:14 2008
+++ SPECS/rt-client-console.spec Tue Dec 9 20:04:09 2008
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.perl
+%define rsvn 58
+Summary: ncurses based Request Tracker client
+Name: rt-client-console
+Version: 0.1
+Release: 0.%{rsvn}1
+License: GPL v2
+Group: Applications
+Source0: %{name}-%{rsvn}.tar.gz
+# Source0-md5: b1183a4fb034d8f68b6b05ccefbbbef8
+URL: http://code.google.com/p/rt-client-console/
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This project is a ncurses client providing a full featured text based
+interface to RT, the acclaimed request tracker (
+http://bestpractical.com/rt/ ) . It uses the REST interface to
+retrieve data, and POE to provide a multitask non synchronous
+interface
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{perl_vendorlib}/RT
+%{_mandir}/man1/rtconsole.1*
+%{_mandir}/man3/*.3*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/12/09 19:04:09 arekm
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list