7
0
forked from pool/leiningen

Accepting request 730073 from devel:languages:clojure

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/730073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=2
This commit is contained in:
Ludwig Nussel
2019-09-13 12:58:01 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 26 05:45:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim filler wording from descriptions.
-------------------------------------------------------------------
Tue Jul 16 15:00:46 UTC 2019 - mvetter@suse.com

View File

@@ -19,10 +19,10 @@
Name: leiningen
Version: 2.9.1
Release: 0
Summary: Automating Clojure projects without setting your hair on fire
Summary: Automation for Clojure projects
License: EPL-1.0
Group: Development/Tools/Building
URL: http://leiningen.org/
URL: https://leiningen.org/
Source0: https://github.com/technomancy/leiningen/releases/download/%{version}/leiningen-%{version}-standalone.zip
# Following files are taken from the upstream repo in the `doc` and `bin` subfolders:
Source1: lein-pkg
@@ -37,10 +37,9 @@ BuildArch: noarch
%description
Working on Clojure projects with tools designed for Java can be an
exercise in frustration. With Leiningen, you describe your build with
exercise in frustration. With Leiningen, builds can be describe with
Clojure. Leiningen handles fetching dependencies, running tests,
packaging your projects and can be easily extended with a number of
plugins.
packaging projects and can be extended with a number of plugins.
%prep
@@ -55,7 +54,7 @@ install -m 0644 -D %{SOURCE2} %{buildroot}%{_datadir}/bash-completion/completion
install -m 0644 -D %{SOURCE3} %{buildroot}%{_sysconfdir}/zsh_completion.d/_lein
install -m 0644 -D %{SOURCE4} %{buildroot}%{_mandir}/man1/lein.1
%fdupes %{buildroot}
%fdupes %{buildroot}/%{_prefix}
%files
%{_bindir}/lein