Author: gotar Date: Thu Mar 6 10:45:20 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - reformatting, other fixes
---- Files affected: SPECS: xdg-utils.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/xdg-utils.spec diff -u SPECS/xdg-utils.spec:1.1 SPECS/xdg-utils.spec:1.2 --- SPECS/xdg-utils.spec:1.1 Thu Mar 6 11:39:46 2008 +++ SPECS/xdg-utils.spec Thu Mar 6 11:45:15 2008 @@ -1,11 +1,10 @@ # $Revision$, $Date$ - -Summary: Xdg-utils is a set of command line tools that assist applications with a variety of desktop integration tasks. -Summary(pl.UTF-8): Xdg-utils to zastaw konsolowych narzędzi ułatwiających integracje aplikacji z różnymi środowiskami graficznymi. +Summary: Set of tools that assist applications with desktop integration +Summary(pl.UTF-8): Zestaw barzędzi ułatwiających integrację aplikacji ze środowiskami graficznymi Name: xdg-utils Version: 1.0.2 Release: 1 -License: GPL +License: MIT Group: X11/Applications Source0: http://portland.freedesktop.org/download/%{name}-%{version}.tgz # Source0-md5: 348a5b91dc66426505022c74a64b2940 @@ -13,22 +12,23 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: xmlto -Requires: coreutils -Requires: which +Requires: coreutils +Requires: which BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Xdg-utils is a set of command line tools that assist applications with a variety of desktop integration tasks. About half of the tools focus -on tasks commonly required during the installation of a desktop application -and the other half focuses on integration with the desktop environment -while the application is running. +on tasks commonly required during the installation of a desktop +application and the other half focuses on integration with the desktop +environment while the application is running. %description -l pl.UTF-8 -Xdg-utils to zastaw konsolowych narzędzi ułatwiających integracje -aplikacji z różnymi środowiskami graficznymi.Mniej więcej połowa z tych -narzędzi przydatna jest w czasie instalacji danej aplikacji a druga polowa -przydaje się już w czasie działania aplikacji w danym środowisku graficznym. +Xdg-utils to zastaw konsolowych narzędzi ułatwiających integrację +aplikacji z różnymi środowiskami graficznymi. Mniej więcej połowa +z tych narzędzi przydatna jest w czasie instalacji danej +aplikacji, a druga polowa przydaje się już w czasie działania +aplikacji w danym środowisku graficznym. %prep %setup -q @@ -38,26 +38,29 @@ %{__make} - %install rm -rf $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc ChangeLog LICENSE README TODO +%doc ChangeLog README TODO %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* - %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.2 2008-03-06 10:45:15 gotar +- reformatting, other fixes + Revision 1.1 2008-03-06 10:39:46 gotar - spec file from Grzesiek Pycia ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xdg-utils.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
