SHA256
1
0
forked from pool/xfconf

- remove unecessary dynloader bs file

- use perl symbol for perl dependencies
- corrected groups
- improved summaries/descriptions
- added rpmlintrc

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfconf?expand=0&rev=29
This commit is contained in:
Guido Berhoerster
2010-12-28 00:36:49 +00:00
committed by Git OBS Bridge
parent 523dd9a24c
commit 02cabd390f
3 changed files with 28 additions and 14 deletions

3
xfconf-rpmlintrc Normal file
View File

@@ -0,0 +1,3 @@
addFilter("no-dependency-on libxfconf.*")
addFilter("devel-file-in-non-devel-package .*/usr/lib/perl5/vendor_perl/.*\.h")

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 27 21:29:48 UTC 2010 - gber@opensuse.org
- remove unecessary dynloader bs file
- use perl symbol for perl dependencies
- corrected groups
- improved summaries/descriptions
- added rpmlintrc
-------------------------------------------------------------------
Wed Dec 15 18:57:50 UTC 2010 - prusnak@opensuse.org

View File

@@ -27,17 +27,18 @@ Version: 4.7.4
Release: 1
License: GPLv2+
%define libname lib%{name}-0-2
Summary: Simple Configuration Storage for XFCE
Summary: Simple Configuration Storage for Xfce
Url: http://www.xfce.org/
Group: System/GUI/XFCE
Source: %{name}-%{version}.tar.bz2
Source100: %{name}-rpmlintrc
Patch0: xfconf-4.7.3-remove-rpath.patch
BuildRequires: gtk-doc
BuildRequires: intltool
%if %{withperl}
BuildRequires: perl-ExtUtils-Depends
BuildRequires: perl-ExtUtils-PkgConfig
BuildRequires: perl-Glib
BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(Glib)
%endif
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
@@ -46,21 +47,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Xfconf is a simple client-server configuration storage and query system for the
XFCE desktop.
Xfce desktop.
%if %{withperl}
%package -n perl-xfconf
License: GPLv2+
Summary: Simple Configuration Storage for XFCE - Perl Interface
Group: System/GUI/XFCE
Summary: Simple Configuration Storage for Xfce - Perl Interface
Group: Development/Libraries/Perl
Requires: %{name} = %{version}
Requires: perl = %{perl_version}
Requires: perl-Glib
Requires: perl(Glib)
%description -n perl-xfconf
Xfconf is a simple client-server configuration storage and query system for the
XFCE desktop.
Xfce desktop.
This package contains the Perl interface to %{name}.
@@ -68,20 +69,20 @@ This package contains the Perl interface to %{name}.
%package -n %{libname}
License: GPLv2+
Summary: Simple Configuration Storage for XFCE - Runtime Library
Group: System/GUI/XFCE
Summary: Simple Configuration Storage for Xfce - Runtime Library
Group: System/Libraries
Provides: libxfce4mcs = %{version}
Obsoletes: libxfce4mcs < %{version}
%description -n %{libname}
Xfconf is a simple client-server configuration storage and query system for the
XFCE desktop.
Xfce desktop.
This package contains the runtime library.
%package -n libxfconf-devel
License: GPLv2+
Summary: Simple Configuration Storage for XFCE - Runtime Library - Development Files
Summary: Simple Configuration Storage for Xfce - Runtime Library - Development Files
Group: Development/Libraries/C and C++
Requires: %{libname} = %{version}
Requires: pkgconfig(dbus-glib-1)
@@ -94,7 +95,7 @@ Obsoletes: xfce-mcs-manager-devel < %{version}
%description -n libxfconf-devel
Xfconf is a simple client-server configuration storage and query system for the
XFCE desktop.
Xfce desktop.
This package contains files mandatory for development.
@@ -118,6 +119,7 @@ make %{?_smp_mflags}
%make_install
rm -f %{buildroot}%{_libdir}/*.la
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,ur_PK}
rm -f %{buildroot}%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs
%if %{withperl}
%perl_process_packlist
%endif