]> git.pld-linux.org Git - packages/createrepo.git/commitdiff
- pl, cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Jul 2004 16:28:35 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    createrepo.spec -> 1.2

createrepo.spec

index b6297979b4d0c92cff108f2e79cd4245a7d41724..6de75aa74531540eb025d8a5c3128ca6e9db4f84 100644 (file)
@@ -1,5 +1,6 @@
 %include       /usr/lib/rpm/macros.python
 Summary:       Creates a common metadata repository
+Summary(pl):   Tworzenie wspólnego repozytorium metadanych
 Name:          createrepo
 Version:       0.3.5
 Release:       1
@@ -7,17 +8,21 @@ License:      GPL
 Group:         Applications/System
 Source0:       http://linux.duke.edu/projects/metadata/generate/%{name}-%{version}.tar.gz
 URL:           http://linux.duke.edu/metadata/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildArch:     noarch
-BuildRequires:  python-modules
 BuildRequires:  python-devel
+BuildRequires:  python-modules
 %pyrequires_eq  python
 Requires:      python-libxml2
 Requires:      python-rpm
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This utility will generate a common metadata repository from a
-directory of rpm packages
+directory of RPM packages.
+
+%description -l pl
+To narzêdzie tworzy wspólne repozytorium metadanych z katalogu
+pakietów RPM.
 
 %prep
 %setup -q
@@ -30,7 +35,6 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README
This page took 0.106278 seconds and 4 git commands to generate.