Summary: Multi channel settings manager Name: @PACKAGE_TARNAME@ Version: @PACKAGE_VERSION@ Release: 1 License: LGPL URL: http://www.xfce.org/ Source0: %{name}-%{version}.tar.gz Group: User Interface/Desktops BuildRoot: %{_tmppath}/%{name}-root Requires: libxfce4mcs >= @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ Requires: libxfcegui4 >= @LIBXFCEGUI4_REQUIRED_VERSION@ BuildRequires: libxfce4mcs-devel >= @LIBXFCE4MCS_MANAGER_REQUIRED_VERSION@ BuildRequires: libxfcegui4-devel >= @LIBXFCEGUI4_REQUIRED_VERSION@ %description xfce-mcs-manager is a multi channel settings manager for xfce4 %package devel Summary: header file to build xfce-mcs-manager plugins Group: Development/Libraries Requires: @PACKAGE_TARNAME@ %description devel Header files for other apps to be able to build their own mcs plugins. %prep %setup -q %build %configure make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README INSTALL TODO COPYING AUTHORS %{_datadir}/xfce4/doc %{_bindir}/* %{_datadir}/locale %{_datadir}/applications %{_datadir}/icons %files devel %defattr(-, root, root) %{_libdir}/pkgconfig/*.pc %{_includedir}/xfce4/xfce-mcs-manager