mirror of
https://abf.rosa.ru/djam/kdebase4-workspace.git
synced 2025-02-23 17:52:49 +00:00
Add rpmlint filters
This commit is contained in:
parent
570ce6ebc2
commit
0fd52321fc
2 changed files with 10 additions and 2 deletions
6
kdebase4-workspace.rpmlintrc
Normal file
6
kdebase4-workspace.rpmlintrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
# We're not actually a library package
|
||||
# The "library" rpmlint sees is a plugin
|
||||
addFilter("E: non-versioned-file-in-library-package")
|
||||
addFilter("E: executable-in-library-package")
|
||||
addFilter("E: script-without-shebang")
|
||||
addFilter("E: invalid-soname")
|
|
@ -10,7 +10,7 @@
|
|||
Name: kdebase4-workspace
|
||||
Summary: KDE 4 application workspace components
|
||||
Version: 4.9.2
|
||||
Release: 3
|
||||
Release: 4
|
||||
Epoch: 2
|
||||
Group: Graphical desktop/KDE
|
||||
License: GPL
|
||||
|
@ -23,6 +23,7 @@ Source4: systemsettings.desktop
|
|||
Source5: krandrtray.desktop
|
||||
Source6: kdebase-workspace-kdm.tar.bz2
|
||||
Source7: kdebase-workspace-plasma-applet-systemtray-%{tray_version}.tar.gz
|
||||
Source10: %{name}.rpmlintrc
|
||||
Patch0: kdebase-workspace-4.5.76-mdv-adopt-ldetect-path.patch
|
||||
Patch1: kdebase-workspace-4.9.0-fontconfigdir.patch
|
||||
Patch11: kdebase-workspace-4.2.0-fix_gtkrc_iaora.patch
|
||||
|
@ -1604,9 +1605,10 @@ for f in %{buildroot}%{_kde_applicationsdir}/*.desktop ; do
|
|||
done
|
||||
|
||||
%changelog
|
||||
* Thu Oct 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.2-3
|
||||
* Thu Oct 04 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.2-4
|
||||
- New version 4.9.2
|
||||
- Add and use kdebase-workspace-4.9.0-fontconfigdir patch
|
||||
- Add rpmlint filters
|
||||
|
||||
* Fri Sep 28 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 2:4.9.1-3
|
||||
- New Rosa's system tray version 1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue