SPECS: rpmlist.spec - pl fix - BR: rpm-pythonprov
qboosh
qboosh at pld-linux.org
Sun Jun 1 00:56:39 CEST 2008
Author: qboosh Date: Sat May 31 22:56:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl fix
- BR: rpm-pythonprov
---- Files affected:
SPECS:
rpmlist.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/rpmlist.spec
diff -u SPECS/rpmlist.spec:1.5 SPECS/rpmlist.spec:1.6
--- SPECS/rpmlist.spec:1.5 Tue Oct 30 18:01:40 2007
+++ SPECS/rpmlist.spec Sun Jun 1 00:56:34 2008
@@ -1,13 +1,14 @@
# $Revision$, $Date$
%define rpmlist_rev 1.5
Summary: RPM browser
-Summary(pl.UTF-8):Przeglądarka RPM-ów
+Summary(pl.UTF-8): Przeglądarka RPM-ów
Name: rpmlist
Version: %{rpmlist_rev}
Release: 1
License: GPL
Group: Applications/System
Source0: %{name}.py
+BuildRequires: rpm-pythonprov
Requires: python-poldek
Requires: python-rpm
BuildArch: noarch
@@ -16,14 +17,14 @@
%description
This package contains a HTTP server which provides information about
installed RPMs and those from poldek's databases. By default program
-listens on port 9999, but you could change this.
-For example: rpmlist 7777.
+listens on port 9999, but you could change this, for example by:
+rpmlist 7777.
%description -l pl.UTF-8
Ten pakiet zawiera serwer www dostarczający informacji o
zainstalowanych pakietach RPM oraz o RPM-ach z baz poldka. Domyślnie
-serwer nasłuchuje na porcie 9999. Jeśli chcesz możesz to zmienić
-uruchamiając rpmlist np. tak: rpmlist 7777
+serwer nasłuchuje na porcie 9999. Można to zmienić uruchamiając
+rpmlist np. tak: rpmlist 7777.
%prep
@@ -43,7 +44,7 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/rpmlist
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -51,6 +52,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008-05-31 22:56:34 qboosh
+- pl fix
+- BR: rpm-pythonprov
+
Revision 1.5 2007-10-30 17:01:40 witekfl
- up to 1.5
@@ -66,4 +71,3 @@
Revision 1.1 2007/10/25 16:08:26 witekfl
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpmlist.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list