]> git.pld-linux.org Git - packages/tasksh.git/commitdiff
- new auto/th/tasksh-1.0.0-1
authorJan Palus <atler@pld-linux.org>
Sun, 11 Jan 2015 12:22:54 +0000 (13:22 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 11 Jan 2015 12:22:54 +0000 (13:22 +0100)
tasksh.spec [new file with mode: 0644]

diff --git a/tasksh.spec b/tasksh.spec
new file mode 100644 (file)
index 0000000..411cf2c
--- /dev/null
@@ -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*
This page took 0.082722 seconds and 4 git commands to generate.