summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2003-07-31 19:52:42 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit74628642c1c546d3d4e2e48267e2598a4ebe9e1b (patch)
tree725d98231ce0c7751561c7e26f58a87ac97f8751
parent6d88fda425aad69c56e3af321beedfc8fa43a521 (diff)
downloadprofxp-74628642c1c546d3d4e2e48267e2598a4ebe9e1b.zip
profxp-74628642c1c546d3d4e2e48267e2598a4ebe9e1b.tar.gz
- missing dir, pl
Changed files: profxp.spec -> 1.3
-rw-r--r--profxp.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/profxp.spec b/profxp.spec
index 3df7d2c..c1c0559 100644
--- a/profxp.spec
+++ b/profxp.spec
@@ -1,5 +1,6 @@
%include /usr/lib/rpm/macros.perl
Summary: proFXP - a command line FXP client
+Summary(pl): proFXP - klient FXP działający z linii poleceń
Name: profxp
Version: 3.0
Release: 0.1
@@ -18,9 +19,15 @@ active and passive mode, different listing modes and a very powerful
"down-to-the protocol metal" 2-char-command command line interface,
pleasing newbies and hardcore hackers alike.
+%description -l pl
+proFXP jest klientem FXP (server-to-server FTP) napisanym w Perlu.
+Obsługuje dopełnianie Tabem, zarządzanie serwerami, czas
+nieaktywności, SOCKS, tryb aktywny i pasywny, różne rodzaje listingów;
+ma także bardzo potężny interfejs liniowy z 2-znakowymi poleceniami,
+podobający się zarówno nowicjuszom, jak i hardcore'owym hackerom.
%prep
-%setup -q -n profxp
+%setup -q -n %{name}
%patch0 -p1
%{__perl} Makefile.PL \
@@ -30,13 +37,14 @@ pleasing newbies and hardcore hackers alike.
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} \
- install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
+%dir %{perl_vendorlib}/profxp
%{perl_vendorlib}/profxp/*.pm
%attr(755,root,root) %{_bindir}/profxpv3.pl