- update desktop-file-validate to 0.19:

- add Unity to list of registered environments
   - deal with various zz-application/zz-winassoc-XXX mime types
   - mark all zz-application/* MIME types as aliases
   - add support for updated Keywords key
   - accept x-scheme-handler/* mime types

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=17
This commit is contained in:
Dirk Mueller 2011-12-21 10:57:28 +00:00 committed by Git OBS Bridge
parent c4355063af
commit 24f8b61b3c
5 changed files with 30 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1028fe6060575af4431cddc4c98dcf72bcdd3942b5fd5458ba36f5ab0ce3c0b
size 280494

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b0ddf9d9cee35b67457a22c438410b88289535a36d84c6d3cae1163f09dc8e3
size 106026

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 21 11:02:56 CET 2011 - dmueller@suse.de
- update desktop-file-validate to 0.19:
- add Unity to list of registered environments
- deal with various zz-application/zz-winassoc-XXX mime types
- mark all zz-application/* MIME types as aliases
- add support for updated Keywords key
- accept x-scheme-handler/* mime types
-------------------------------------------------------------------
Tue Nov 29 12:17:48 UTC 2011 - lnussel@suse.de

View File

@ -1,5 +1,7 @@
#!/usr/bin/python
import os, glob, Pkg
configs = [ '/opt/testing/share/rpmlint/config' ]
if os.environ.get("RPMLINT_MINI_CONFIG", None):
configs += os.environ.get("RPMLINT_MINI_CONFIG", '').split(' ')

View File

@ -14,26 +14,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# icecream 0
Name: rpmlint-mini
BuildRequires: glib2-devel glib2-devel-static pkg-config python-xml rpm-python rpmlint
BuildRequires: glib2-devel
BuildRequires: glib2-devel-static
BuildRequires: pkg-config
BuildRequires: python-magic
BuildRequires: python-xml
BuildRequires: rpm-python
BuildRequires: rpmlint
# need to fetch the file from there
BuildRequires: polkit-default-privs
BuildRequires: checkbashisms dash libtool
BuildRequires: checkbashisms
BuildRequires: dash
BuildRequires: libtool
Summary: Rpm correctness checker
Version: 1.3
Release: 1
Url: http://rpmlint.zarb.org/
License: GPL-2.0+
Group: System/Packages
Version: 1.3
Release: 0
Url: http://rpmlint.zarb.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: desktop-file-utils-0.17.tar.bz2
Patch10: static-desktop-file-validate.diff
Source: desktop-file-utils-0.19.tar.bz2
Source100: rpmlint-deps.txt
Source101: rpmlint.wrapper
Source102: rpmlint-mini.config
@ -51,14 +55,12 @@ Authors:
Gwenole Beauchesne <gbeauchesne@mandriva.com>
%prep
%setup -q -n desktop-file-utils-0.17
%patch10
%setup -q -n desktop-file-utils-0.19
%build
autoreconf -fi
%configure
pushd src
make desktop-file-validate V=1
make desktop-file-validate V=1 DESKTOP_FILE_UTILS_LIBS="%{_libdir}/libglib-2.0.a -lpthread -lrt"
popd
%install