forked from pool/xfconf
Copy from X11:xfce/xfconf based on submit request 17600 from user puzel OBS-URL: https://build.opensuse.org/request/show/17600 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfconf?expand=0&rev=4
121 lines
2.8 KiB
RPMSpec
121 lines
2.8 KiB
RPMSpec
#
|
|
# spec file for package xfconf (Version 4.6.1)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: xfconf
|
|
%define libname lib%{name}-0-2
|
|
Summary: Xfconf
|
|
Version: 4.6.1
|
|
Release: 2
|
|
License: GPL v2 or later
|
|
Url: http://www.xfce.org/
|
|
Source: %{name}-%{version}.tar.bz2
|
|
Group: System/GUI/XFCE
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: dbus-1-glib-devel glib2-devel gtk-doc libxfce4util-devel
|
|
|
|
%description
|
|
Xfconf
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Brian J. Tarricone <bjt23@cornell.edu>
|
|
Stephan Arts <stephan@xfce.org>
|
|
|
|
%package -n libxfconf-0-2
|
|
License: GPL v2 or later
|
|
Summary: Xfconf
|
|
Group: System/GUI/XFCE
|
|
Provides: libxfce4mcs = %{version}
|
|
Obsoletes: libxfce4mcs < %{version}
|
|
|
|
%description -n libxfconf-0-2
|
|
Xfconf
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Brian J. Tarricone <bjt23@cornell.edu>
|
|
Stephan Arts <stephan@xfce.org>
|
|
|
|
%package -n libxfconf-devel
|
|
License: GPL v2 or later
|
|
Summary: Xfconf
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{libname} = %{version}
|
|
Requires: glib2-devel libxfce4util-devel dbus-1-glib-devel dbus-1-devel
|
|
Provides: libxfce4mcs-devel = %{version}
|
|
Obsoletes: libxfce4mcs-devel < %{version}
|
|
Provides: xfce-mcs-manager-devel = %{version}
|
|
Obsoletes: xfce-mcs-manager-devel < %{version}
|
|
|
|
%description -n libxfconf-devel
|
|
Xfconf
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Brian J. Tarricone <bjt23@cornell.edu>
|
|
Stephan Arts <stephan@xfce.org>
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
--disable-static \
|
|
--enable-gtk-doc
|
|
make %{?jobs:-j%jobs}
|
|
|
|
%install
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post -n %{libname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{libname} -p /sbin/ldconfig
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog README TODO
|
|
%{_bindir}/*
|
|
%{_libexecdir}/xfconfd
|
|
%{_datadir}/dbus-1/services/*
|
|
|
|
%files -n %{libname}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/*.so.*
|
|
|
|
%files -n libxfconf-devel
|
|
%defattr(-,root,root)
|
|
%doc %{_datadir}/gtk-doc/html/xfconf
|
|
%{_includedir}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%changelog
|