File libxfce4mcs.spec of Package libxfce4mcs
#
# spec file for package libxfce4mcs (Version 4.4.3)
#
# Copyright (c) 2008 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: libxfce4mcs
BuildRequires: dbus-1-devel libxfce4util-devel update-desktop-files xorg-x11-devel
Summary: Multichannel Setting Management Support for Xfce
Version: 4.4.3
Release: 1
License: LGPL v2.1 or later
Url: http://www.xfce.org/
Source0: %{name}-%{version}.tar.bz2
Group: System/GUI/XFCE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libxfce4util >= 4.4.0
%description
Multichannel setting management support for xfce.
Authors:
--------
Olivier Fourdan <fourdan@xfce.org>
Jasper Huijsmans <jasper@moongroup.com>
Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
%package devel
License: LGPL v2.1 or later
Requires: libxfce4util-devel >= 4.3
Requires: libxfce4mcs = %{version}
Requires: xorg-x11-devel
Summary: Multichannel Setting Management Support for Xfce
Group: System/GUI/XFCE
AutoReqProv: on
PreReq: %install_info_prereq
%description devel
Multichannel setting management support for xfce.
Authors:
--------
Olivier Fourdan <fourdan@xfce.org>
Jasper Huijsmans <jasper@moongroup.com>
Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
%prep
%setup -q
%build
%configure
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL README TODO
%{_libdir}/libxfce4mcs*so
%{_libdir}/libxfce4mcs*so.*
%dir %{_includedir}/xfce4/libxfce4mcs
%files devel
%defattr(-, root, root)
%{_libdir}/pkgconfig/libxfce4mcs*
%{_libdir}/*.*a
%{_includedir}/xfce4/libxfce4mcs/mcs*
%{_datadir}/gtk-doc/html/libxfce4mcs
%changelog
* Wed Nov 05 2008 prusnak@suse.cz
- updated to 4.4.3
* translations polish
* bug fixes
* Mon Dec 03 2007 bwalle@suse.de
- update to 4.4.2
* Sat Jun 23 2007 bwalle@suse.de
- replaced group 'System/GUI/Other' by 'System/GUI/XFCE'
* Tue Apr 10 2007 bwalle@suse.de
- update to 4.4.1 (no upstream changelog for this subpackage)
* Mon Jan 29 2007 pnemec@suse.cz
- removed providing %%name from packages #236139
* Thu Jan 25 2007 stbinner@suse.de
- updated to 4.4.0
* Thu Jan 18 2007 pnemec@suse.cz
- merged back from BuildService into factory
* Sun Nov 05 2006 bwalle@suse.de
- updated to 4.3.99.2 (4.4 rc2)
* Tue Sep 05 2006 pnemec@suse.cz
- updated to new version 4.3.99.1
* Thu Aug 24 2006 pnemec@suse.cz
- added dbus-devel to build requires
* Wed Aug 02 2006 pnemec@suse.cz
- initial comment, version is 4.3.90.2
- package moved into BuildService
- no patch needed
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 16 2006 pnemec@suse.cz
- updated to 4.2.3
* Wed Sep 14 2005 cthiel@suse.de
- specfile cleanup
* Mon Aug 01 2005 cthiel@suse.de
- fixed Requires
* Wed May 18 2005 cthiel@suse.de
- fixed filelist
* Wed May 18 2005 cthiel@suse.de
- update to 4.2.2
* Mon Apr 11 2005 cthiel@suse.de
- update to 4.2.1
* Wed May 12 2004 ltinkl@suse.cz
- initial version