|
@@ -1,6 +1,6 @@
|
|
|
%define name lftp
|
|
|
%define version 4.1.2
|
|
|
-%define release 1%{?_dist_release}
|
|
|
+%define release 3%{?_dist_release}
|
|
|
|
|
|
Summary: The lftp command line ftp/http client
|
|
|
Summary(ja): lftp - コマンドライン ftp/http クライアント
|
|
@@ -44,6 +44,20 @@ LFTP は、shell ライクなコマンドライン ftp クライアントです
|
|
|
ジョブは、nohup モードで終了します。lftp の特徴は、reput やミラー、
|
|
|
逆ミラーなどです。バージョン 2.0 以降では、HTTP もサポートしています。
|
|
|
|
|
|
+%package scripts
|
|
|
+Summary: Scripts for lftp
|
|
|
+Summary(ja): lftp のユーティリティスクリプト
|
|
|
+Group: Applications/Internet
|
|
|
+Requires: lftp = %{version}-%{release}
|
|
|
+Requires: perl(DBD::SQLite)
|
|
|
+BuildArch: noarch
|
|
|
+
|
|
|
+%description scripts
|
|
|
+Utility scripts for use with lftp.
|
|
|
+
|
|
|
+%description scripts -l ja
|
|
|
+lftp のユーティリティスクリプトです。
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q
|
|
|
|
|
@@ -83,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%config(noreplace) %{_sysconfdir}/lftp.conf
|
|
|
%{_bindir}/*
|
|
|
%{_mandir}/*/*
|
|
|
-%{_datadir}/lftp
|
|
|
+# %{_datadir}/lftp
|
|
|
%{_libdir}/*.so*
|
|
|
%dir %{_libdir}/lftp
|
|
|
%dir %{_libdir}/lftp/%{version}
|
|
@@ -93,7 +107,19 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_libdir}/lftp/%{version}/liblftp-pty.so
|
|
|
%{_libdir}/lftp/%{version}/proto-*.so
|
|
|
|
|
|
+
|
|
|
+%files scripts
|
|
|
+%defattr(-,root,root,-)
|
|
|
+%{_datadir}/lftp
|
|
|
+
|
|
|
+
|
|
|
%changelog
|
|
|
+* Sun Jan 9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.1.2-3
|
|
|
+- rebuilt with openssl 1.0.0c
|
|
|
+
|
|
|
+* Wed Jan 5 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.1.2-2
|
|
|
+- separated scripts to script package
|
|
|
+
|
|
|
* Mon Jan 3 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.1.2-1
|
|
|
- new upstream release
|
|
|
- change source tarball format (bz2 -> xz)
|