SHA256
1
0
forked from pool/xfconf

Accepting request 115661 from X11:xfce:UNSTABLE

merge from X11:xfce:UNSTABLE

OBS-URL: https://build.opensuse.org/request/show/115661
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfconf?expand=0&rev=40
This commit is contained in:
Guido Berhoerster
2012-04-26 09:14:38 +00:00
committed by Git OBS Bridge
parent 3d0c58bf17
commit 77c87782b4
5 changed files with 90 additions and 6 deletions

View File

@@ -19,13 +19,14 @@
%define libname libxfconf-0-2
Name: xfconf
Version: 4.8.1
Version: 4.9.1
Release: 0
Summary: Simple Configuration Storage for Xfce
License: GPL-2.0+
Group: System/GUI/XFCE
Url: http://www.xfce.org/projects#core
Source: http://archive.xfce.org/src/xfce/xfconf/4.8/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/xfce/xfconf/4.9/%{name}-%{version}.tar.bz2
Source1: xfconf-query.1
Source100: %{name}-rpmlintrc
# PATCH-FIX-OPENSUSE xfconf-remove-rpath.patch gber@opensuse.org -- Do not set RPATH for Xfconf.so
Patch0: xfconf-4.7.3-remove-rpath.patch
@@ -38,6 +39,7 @@ BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(libxfce4util-1.0)
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -50,7 +52,6 @@ Group: Development/Libraries/Perl
Requires: %{name} = %{version}
Requires: perl = %{perl_version}
Requires: perl(Glib)
Recommends: %{name}-lang = %{version}
%description -n perl-xfconf
This package contains the Perl interface to %{name}.
@@ -104,6 +105,7 @@ make %{?_smp_mflags} V=1
%install
%make_install
install -D -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/xfconf-query.1
rm -f %{buildroot}%{_libdir}/*.la \
%{buildroot}%{perl_vendorarch}/auto/Xfce4/Xfconf/Xfconf.bs
@@ -129,6 +131,7 @@ rm -rf %{buildroot}
%dir %{_libexecdir}/xfce4/xfconf
%{_libexecdir}/xfce4/xfconf/xfconfd
%{_datadir}/dbus-1/services/org.xfce.Xfconf.service
%doc %{_mandir}/man1/xfconf-query.1*
%files -n %{libname}
%defattr(-,root,root)