commit 1a1033528ff36981986e6f17536039bca874f6af
Author: Jan Palus <[email protected]>
Date:   Sun Jan 11 13:22:54 2015 +0100

    - new

 tasksh.spec | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
---
diff --git a/tasksh.spec b/tasksh.spec
new file mode 100644
index 0000000..411cf2c
--- /dev/null
+++ b/tasksh.spec
@@ -0,0 +1,39 @@
+Summary:       A shell/frontend for the command line task list manager 
taskwarrior
+Name:          tasksh
+Version:       1.0.0
+Release:       1
+License:       MIT
+Group:         Applications
+Source0:       http://www.taskwarrior.org/download/%{name}-%{version}.tar.gz
+# Source0-md5: 0fcadb5500d27cd7cbaa20e6a081f164
+URL:           http://taskwarrior.org/
+BuildRequires: cmake >= 2.8
+BuildRequires: libstdc++-devel
+BuildRequires: readline-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A shell/frontend for the command line task list manager taskwarrior.
+
+%prep
+%setup -q
+
+%build
+%cmake
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README.md
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tasksh.git/commitdiff/1a1033528ff36981986e6f17536039bca874f6af

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to