summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorareq2003-07-30 19:57:21 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit4171ed2fe8c1e795137f0986ec69711c8e629174 (patch)
tree9fe2a719993a8e7f91e5c308db933e95192b4e7d
downloadprofxp-4171ed2fe8c1e795137f0986ec69711c8e629174.zip
profxp-4171ed2fe8c1e795137f0986ec69711c8e629174.tar.gz
- Init PLD spec
Changed files: profxp.spec -> 1.1
-rw-r--r--profxp.spec42
1 files changed, 42 insertions, 0 deletions
diff --git a/profxp.spec b/profxp.spec
new file mode 100644
index 0000000..1155223
--- /dev/null
+++ b/profxp.spec
@@ -0,0 +1,42 @@
+%include /usr/lib/rpm/macros.perl
+Summary: proFXP - a command line FXP client
+Name: profxp
+Version: 3.0
+Release: 0.1
+License: distributable
+Group: Development/Languages/Perl
+Source0: http://duncanthrax.net/profxp/%{name}-v3-pre2-src.tar.gz
+# Source0-md5: 66bc8de435ee02378eecdf129d7695dd
+Patch0: %{name}-perl.patch
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+proFXP is a FXP (server-to-server FTP) client written in Perl. It
+features TAB completion, site management, idle timers, SOCKS support,
+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.
+
+
+%prep
+%setup -q -n profxp
+%patch0 -p1
+
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} \
+ install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{perl_vendorlib}/profxp/*.pm
+%attr(755,root,root) %{_bindir}/profxpv3.pl