]> git.pld-linux.org Git - packages/gradle.git/commitdiff
up to 4.1 auto/th/gradle-4.1-1
authorJan Palus <atler@pld-linux.org>
Mon, 7 Aug 2017 18:54:53 +0000 (20:54 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 7 Aug 2017 18:54:53 +0000 (20:54 +0200)
- disable autoreq for ClassDataVersion -- gradle provides support for
  newer java versions but does not require them to run

gradle.spec

index ae40edadfeb8e26cbac483fcc79ad6fc7229890e..81bea1184ec3fd8b8f8758a1fadc0e9160f794d2 100644 (file)
@@ -1,16 +1,19 @@
 Summary:       Groovy based build system
 Name:          gradle
-Version:       4.0.2
+Version:       4.1
 Release:       1
 License:       Apache v2.0
 Group:         Development/Languages/Java
 Source0:       http://services.gradle.org/distributions/%{name}-%{version}-bin.zip
-# Source0-md5: 1c7055a744abfda489511f1f6136a71f
+# Source0-md5: 3014f027ae08bf3d9f7360e4e4352e80
 URL:           http://www.gradle.org/
+BuildRequires: rpmbuild(macros) >= 1.672
 Requires:      jdk >= 1.7
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define _noautoreq_java ClassDataVersion
+
 %description
 Gradle is a build system written in Groovy. It uses Groovy
 also as the language for its build scripts. It has a powerful
This page took 0.128239 seconds and 4 git commands to generate.