- 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:
parent
299b4fff43
commit
f4e2d60c4c
@ -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("no-manual-page-for-binary")
|
||||||
addFilter("macro-in-comment")
|
|
||||||
|
@ -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
|
Tue Jun 17 13:30:10 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
# Global definitions
|
# Global definitions
|
||||||
%define _use_internal_dependency_generator 0
|
%define _use_internal_dependency_generator 0
|
||||||
%define __find_requires %{wx_requires}
|
%define __find_requires %{wx_requires}
|
||||||
#define version_ 6_12_43
|
|
||||||
%define soname 7
|
%define soname 7
|
||||||
%define boinc_dir %{_localstatedir}/lib/boinc
|
%define boinc_dir %{_localstatedir}/lib/boinc
|
||||||
Name: boinc-client
|
Name: boinc-client
|
||||||
@ -30,7 +29,6 @@ Summary: The BOINC client
|
|||||||
License: GPL-3.0+ or LGPL-3.0+
|
License: GPL-3.0+ or LGPL-3.0+
|
||||||
Group: Productivity/Clustering/Computing
|
Group: Productivity/Clustering/Computing
|
||||||
Url: http://boinc.berkeley.edu/
|
Url: http://boinc.berkeley.edu/
|
||||||
#Source0: boinc_core_release_%{version_}.tar.bz2
|
|
||||||
# There is no real tarball, hence I did
|
# There is no real tarball, hence I did
|
||||||
#
|
#
|
||||||
# git clone git://boinc.berkeley.edu/boinc.git
|
# 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
|
# The source for this package was pulled from upstream's vcs. Use the
|
||||||
# following commands to generate the tarball:
|
# 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.
|
# Trim all binaries and other unnecessary things.
|
||||||
Source8: generate-tarball.sh
|
Source8: generate-tarball.sh
|
||||||
@ -176,7 +174,6 @@ BuildArch: noarch
|
|||||||
This package contains documentation files for %{name}.
|
This package contains documentation files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#setup -q -n boinc_core_release_%{version_} -D -a 1
|
|
||||||
%setup -q -n boinc-%{version} -D -a 1
|
%setup -q -n boinc-%{version} -D -a 1
|
||||||
%patch0
|
%patch0
|
||||||
%patch2
|
%patch2
|
||||||
|
Loading…
Reference in New Issue
Block a user