Author: megabajt Date: Sat Feb 28 15:41:53 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xfce4-settings.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xfce4-settings.spec diff -u /dev/null SPECS/xfce4-settings.spec:1.1 --- /dev/null Sat Feb 28 16:41:53 2009 +++ SPECS/xfce4-settings.spec Sat Feb 28 16:41:47 2009 @@ -0,0 +1,94 @@ +# $Revision$, $Date$ +Summary: Settings manager for the Xfce desktop environment +Summary(pl.UTF-8): Menadżer ustawień dla środowiska Xfce +Name: xfce4-settings +Version: 4.6.0 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 +# Source0-md5: ac538c4ab32e3a91f4567141adc3c898 +URL: http://www.xfce.org/projects/xfce4-settings/ +BuildRequires: autoconf >= 2.50 +BuildRequires: automake >= 1:1.8 +BuildRequires: dbus-glib-devel >= 0.34 +BuildRequires: exo-devel >= 0.3.100 +BuildRequires: gettext-devel +BuildRequires: glib2-devel >= 1:2.12.0 +BuildRequires: gtk+2-devel >= 2:2.10.6 +BuildRequires: intltool +BuildRequires: libglade2-devel >= 1:2.6.0 +BuildRequires: libtool +BuildRequires: libwnck-devel >= 2.12.0 +BuildRequires: libxfce4util-devel >= %{version} +BuildRequires: libxfcegui4-devel >= %{version} +BuildRequires: xfce4-dev-tools >= 4.6.0 +BuildRequires: xfconf-devel >= %{version} +Buildrequires: libnotify-devel +BuildRequires: libxklavier-devel +Requires: xfconf >= %{version} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The settings manager allows you to customize your Xfce desktop +environment in an easy and intuitive way. + +%description -l pl.UTF-8 +Menadżer ustawień pozwala w łatwy i intuicyjny sposób dostosowywać +środowisko Xfce. + +%prep +%setup -q + +%build +%{__intltoolize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS TODO +%attr(755,root,root) %{_bindir}/xfce4-accessibility-settings +%attr(755,root,root) %{_bindir}/xfce4-appearance-settings +%attr(755,root,root) %{_bindir}/xfce4-display-settings +%attr(755,root,root) %{_bindir}/xfce4-keyboard-settings +%attr(755,root,root) %{_bindir}/xfce4-mouse-settings +%attr(755,root,root) %{_bindir}/xfce4-settings-editor +%attr(755,root,root) %{_bindir}/xfce4-settings-helper +%attr(755,root,root) %{_bindir}/xfce4-settings-manager +%attr(755,root,root) %{_bindir}/xfsettingsd +%{_sysconfdir}/xdg/autostart/xfce4-settings-helper-autostart.desktop +%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +%{_desktopdir}/xfce-display-settings.desktop +%{_desktopdir}/xfce-keyboard-settings.desktop +%{_desktopdir}/xfce-mouse-settings.desktop +%{_desktopdir}/xfce-settings-manager.desktop +%{_desktopdir}/xfce-ui-settings.desktop +%{_desktopdir}/xfce4-accessibility-settings.desktop +%{_desktopdir}/xfce4-settings-editor.desktop + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/02/28 15:41:47 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
