SPECS: vzyum.spec - pl - missing dirs
qboosh
qboosh at pld-linux.org
Mon May 14 23:52:20 CEST 2007
Author: qboosh Date: Mon May 14 21:52:20 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
- missing dirs
---- Files affected:
SPECS:
vzyum.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/vzyum.spec
diff -u SPECS/vzyum.spec:1.1 SPECS/vzyum.spec:1.2
--- SPECS/vzyum.spec:1.1 Mon May 14 12:16:58 2007
+++ SPECS/vzyum.spec Mon May 14 23:52:13 2007
@@ -7,6 +7,7 @@
# * Installed to /usr/share/vzyum
Summary: RPM installer/updater used by OpenVZ template tools
+Summary(pl.UTF-8): Narzędzie do instalacji i uaktualniania RPM-ów używane przez narzędzia OpenVZ
Name: vzyum
Version: 2.4.0
Release: 11
@@ -32,14 +33,19 @@
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define _prefix /usr/share/vzyum
-%define _sysconfdir %{_prefix}/etc
+%define _prefix /usr/share/vzyum
+%define _sysconfdir %{_prefix}/etc
%description
Yum is a utility that can check for and automatically download and
install updated RPM packages. Dependencies are obtained and downloaded
automatically prompting the user as necessary.
+%description -l pl.UTF-8
+Yum to narzędzie potrafiące sprawdzać istnienie i automatycznie ściągać
+oraz instalować uaktualnione pakiety RPM. Potrzebne zależności są
+ściągane automatycznie po potwierdzeniu użytkownika.
+
%prep
%setup -q -n yum-%{version}
%patch0 -p1
@@ -60,7 +66,10 @@
%files
%defattr(644,root,root,755)
+%dir %{_prefix}
+%dir %{_sysconfdir}
%{_sysconfdir}/pluginconf.d
+%dir %{_bindir}
%attr(755,root,root) %{_bindir}/yum
%dir %{_prefix}/yum-cli
%{_prefix}/yum-cli/*
@@ -73,6 +82,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/05/14 21:52:13 qboosh
+- pl
+- missing dirs
+
Revision 1.1 2007/05/14 10:16:58 glen
- new, based on their own spec
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/vzyum.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list