diff --git a/boinc-client-rpmlintrc b/boinc-client-rpmlintrc index af5430d..8d16c2a 100644 --- a/boinc-client-rpmlintrc +++ b/boinc-client-rpmlintrc @@ -1,8 +1 @@ -# This line is mandatory to access the configuration functions -from Config import * - -addFilter("suse-branding-unversioned-requires hicolor-icon-theme") -addFilter("non-standard-uid") -addFilter("libdir-macro-in-noarch-package") addFilter("no-manual-page-for-binary") -addFilter("macro-in-comment") diff --git a/boinc-client.changes b/boinc-client.changes index 291734b..1a581bc 100644 --- a/boinc-client.changes +++ b/boinc-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 17 13:39:32 UTC 2014 - tchvatal@suse.com + +- Remove needless rpmlintrc lines to ease error spotting when there + really are some. + ------------------------------------------------------------------- Tue Jun 17 13:30:10 UTC 2014 - tchvatal@suse.com diff --git a/boinc-client.spec b/boinc-client.spec index c3c83b6..428f480 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -20,7 +20,6 @@ # Global definitions %define _use_internal_dependency_generator 0 %define __find_requires %{wx_requires} -#define version_ 6_12_43 %define soname 7 %define boinc_dir %{_localstatedir}/lib/boinc Name: boinc-client @@ -30,7 +29,6 @@ Summary: The BOINC client License: GPL-3.0+ or LGPL-3.0+ Group: Productivity/Clustering/Computing Url: http://boinc.berkeley.edu/ -#Source0: boinc_core_release_%{version_}.tar.bz2 # There is no real tarball, hence I did # # git clone git://boinc.berkeley.edu/boinc.git @@ -51,7 +49,7 @@ Source6: boinc-manager # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: # -# ./generate-tarball.sh boinc_core_release_%{version_} +# ./generate-tarball.sh boinc_core_release_VERSION # # Trim all binaries and other unnecessary things. Source8: generate-tarball.sh @@ -176,7 +174,6 @@ BuildArch: noarch This package contains documentation files for %{name}. %prep -#setup -q -n boinc_core_release_%{version_} -D -a 1 %setup -q -n boinc-%{version} -D -a 1 %patch0 %patch2