- Remove needless rpmlintrc lines to ease error spotting when there

really are some.

OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal 2014-06-17 13:40:07 +00:00 committed by Git OBS Bridge
parent 299b4fff43
commit f4e2d60c4c
3 changed files with 7 additions and 11 deletions

View File

@ -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")

View File

@ -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

View File

@ -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