Author: gotar Date: Thu Mar 6 10:39:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - spec file from Grzesiek Pycia
---- Files affected: SPECS: xdg-utils.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xdg-utils.spec diff -u /dev/null SPECS/xdg-utils.spec:1.1 --- /dev/null Thu Mar 6 11:39:51 2008 +++ SPECS/xdg-utils.spec Thu Mar 6 11:39:46 2008 @@ -0,0 +1,63 @@ +# $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. +Name: xdg-utils +Version: 1.0.2 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://portland.freedesktop.org/download/%{name}-%{version}.tgz +# Source0-md5: 348a5b91dc66426505022c74a64b2940 +URL: http://portland.freedesktop.org/wiki/XdgUtils +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: xmlto +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. + +%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. + +%prep +%setup -q + +%build +%configure + +%{__make} + + +%install +rm -rf $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 +%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.1 2008-03-06 10:39:46 gotar +- spec file from Grzesiek Pycia ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
