]> git.pld-linux.org Git - packages/dnf.git/blobdiff - dnf.spec
- pl for -common
[packages/dnf.git] / dnf.spec
index 60b2dd69501e11a8da177064c7871972df219973..f154e28870e5bc3fa28c26e271ce34adb6d8971f 100644 (file)
--- a/dnf.spec
+++ b/dnf.spec
@@ -11,7 +11,7 @@ Summary:      Package manager
 Summary(pl.UTF-8):     Zarządca pakietów
 Name:          dnf
 Version:       4.6.1
-Release:       4
+Release:       5
 Group:         Base
 # GPL v2+ with GPL v2 and GPL parts; for a breakdown of the licensing, see PACKAGE-LICENSING
 License:       GPL v2 (parts on GPL v2+ or GPL)
@@ -60,11 +60,15 @@ Marzędzie umożliwiające użytkownikom zarządzanie pakietami w systemie.
 
 %package common
 Summary:       Common data and configuration files for DNF
+Summary(pl.UTF-8):     Wspólne dane i pliki konfiguracyjne dla DNF-a
 Requires:      libreport-filesystem
 
 %description common
 Common data and configuration files for DNF.
 
+%description common -l pl.UTF-8
+Wspólne dane i pliki konfiguracyjne dla DNF-a.
+
 %package automatic
 Summary:       Alternative CLI to "dnf upgrade" suitable for automatic, regular execution
 Summary(pl.UTF-8):     Alternatywny interfejs do "dnf upgrade" nadający się do automatycznego wywoływania
@@ -128,7 +132,7 @@ cd build
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{%{name}/{vars,aliases.d,plugins,modules.d,modules.defaults.d},yum} \
-       -d $RPM_BUILD_ROOT{%{_localstatedir}/log/,%{_var}/cache/dnf/} \
+       -d $RPM_BUILD_ROOT{%{_localstatedir}/log/,%{_var}/cache/dnf} \
        -d $RPM_BUILD_ROOT%{py3_sitescriptdir}/dnf-plugins/__pycache__
 
 %{__make} -C build install \
@@ -196,7 +200,7 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitescriptdir}/dnf
 %{py3_sitescriptdir}/dnf-plugins
 %exclude %{py3_sitescriptdir}/dnf/automatic
-
+%dir %{_var}/cache/dnf
 %ghost %{_localstatedir}/log/%{name}.log
 
 %files automatic
This page took 0.117796 seconds and 4 git commands to generate.