forked from pool/texlive-specs-c
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-c?expand=0&rev=46
This commit is contained in:
parent
6c9819b4a1
commit
b2470106dc
14
texlive-specs-c-rpmlintrc
Normal file
14
texlive-specs-c-rpmlintrc
Normal file
@ -0,0 +1,14 @@
|
||||
addFilter(".*dangling-symlink.*/fonts/.*")
|
||||
addFilter(".*dangling-symlink.*/zypper\.py.*")
|
||||
addFilter(".*description-shorter-than-summary.*")
|
||||
addFilter(".*files-duplicate.*")
|
||||
addFilter(".*E:.*files-duplicated-waste.*")
|
||||
addFilter(".*spelling-error.*")
|
||||
addFilter(".*zero-length.*")
|
||||
addFilter(".*E:.*summary-too-long.*")
|
||||
addFilter(".*incorrect-fsf-address.*")
|
||||
addFilter(".*hidden-file-or-dir.*/\.tex.*")
|
||||
addFilter(".*wrong-script-end-of-line-encoding.*")
|
||||
addFilter(".*script-without-shebang.*/doc/.*")
|
||||
addFilter(".*wrong-script-interpreter.*/doc/.*")
|
||||
addFilter(".*non-executable-script.*/doc/.*")
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 10:33:38 UTC 2015 - werner@suse.de
|
||||
|
||||
- Handle rpmlintrc for each meta spec file its self
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 16:47:12 UTC 2015 - werner@suse.de
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
%define texlive_version 2014
|
||||
%define texlive_previous 2013
|
||||
%define texlive_release 20140525
|
||||
%define texlive_noarch 97
|
||||
%define texlive_noarch 98
|
||||
|
||||
Name: texlive-specs-c
|
||||
Version: 2014
|
||||
@ -49,15 +49,12 @@ BuildArch: noarch
|
||||
Summary: Meta package for c
|
||||
License: Artistic-2.0 and GPL-1.0+ and BSD-3-Clause and GPL-2.0+ and LPPL-1.0 and SUSE-Public-Domain and SUSE-TeX
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta
|
||||
Source0: texlive-specs-c-rpmlintrc
|
||||
|
||||
%description
|
||||
Meta package to build tons of noarch texlive packages.
|
||||
|
||||
%prep
|
||||
%setup -q -c -T
|
||||
|
||||
%build
|
||||
|
||||
%package -n texlive-bbm-macros
|
||||
Version: %{texlive_version}.%{texlive_noarch}.svn17224
|
||||
Release: 0
|
||||
@ -12417,6 +12414,11 @@ rm -f /var/run/texlive/run-update
|
||||
%{_texmfdistdir}/tex/latex/boolexpr/boolexpr.sty
|
||||
/var/adm/update-scripts/texlive-boolexpr-%{texlive_version}.%{texlive_noarch}.3.14svn17830-%{release}-zypper
|
||||
|
||||
%prep
|
||||
%setup -q -c -T
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}%{_texmfdistdir}
|
||||
|
Loading…
Reference in New Issue
Block a user