Author: duddits Date: Wed Nov 11 01:22:54 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.0 - R: aview, ImageMagick, tesseract for captcha solving - S: perl-Spiffy (handles GUI clipboard extensions)
---- Files affected: packages/slimrat: slimrat.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: packages/slimrat/slimrat.spec diff -u packages/slimrat/slimrat.spec:1.16 packages/slimrat/slimrat.spec:1.17 --- packages/slimrat/slimrat.spec:1.16 Sun Sep 6 21:56:46 2009 +++ packages/slimrat/slimrat.spec Wed Nov 11 02:22:48 2009 @@ -7,13 +7,15 @@ Summary: Utility for downloading files from Rapidshare Summary(pl.UTF-8): Program do pobierania plików z Rapidshare Name: slimrat -Version: 0.9.5.5 -Release: 0.3 +Version: 1.0 +Release: 0.1 License: MIT License Group: Applications Source0: http://slimrat.googlecode.com/files/%{name}-%{version}.tar.bz2 -# Source0-md5: ba00c5b42598753d17bc31f19a34a423 +# Source0-md5: 2a052075e8bf3966ec003ed4d8d194f7 URL: http://code.google.com/p/slimrat/ +Requires: aview +Requires: ImageMagick Requires: perl-base Requires: perl(Getopt::Long) Requires: perl(HTTP::Response::Encoding) @@ -21,11 +23,13 @@ Requires: gtk+2 Requires: perl(Gtk2::GladeXML) Requires: perl(Gtk2::SimpleList) +Suggests: perl-Spiffy Suggests: xclip %endif Requires: perl(LWP::UserAgent) Requires: perl(Term::ANSIColor) Requires: perl(WWW::Mechanize) +Requires: tesseract Requires: wget BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -47,34 +51,34 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT%{perl_vendorlib}/Clipboard install -d $RPM_BUILD_ROOT%{perl_vendorlib}/plugins -install slimrat $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT%{_sysconfdir} +install src/slimrat $RPM_BUILD_ROOT%{_bindir} +install slimrat.conf $RPM_BUILD_ROOT%{_sysconfdir} %if %{with gui} # open function improved for modern perl >= 5.8. Always use the # three-argument method -%{__sed} -i -e 's,"+<\$quefile","+<"\,\ "\$quefile",' slimrat-gui -install slimrat-gui $RPM_BUILD_ROOT%{_bindir} -install slimrat.glade $RPM_BUILD_ROOT%{_bindir} +%{__sed} -i -e 's,"+<\$quefile","+<"\,\ "\$quefile",' src/slimrat-gui +install src/slimrat-gui $RPM_BUILD_ROOT%{_bindir} +install src/slimrat.glade $RPM_BUILD_ROOT%{_bindir} %endif -install Configuration.pm $RPM_BUILD_ROOT%{perl_vendorlib} -install Log.pm $RPM_BUILD_ROOT%{perl_vendorlib} -install Plugin.pm $RPM_BUILD_ROOT%{perl_vendorlib} -install Queue.pm $RPM_BUILD_ROOT%{perl_vendorlib} -install Toolbox.pm $RPM_BUILD_ROOT%{perl_vendorlib} -install plugins/*.pm $RPM_BUILD_ROOT%{perl_vendorlib}/plugins +install src/*.pm $RPM_BUILD_ROOT%{perl_vendorlib} +install src/Clipboard/*.pm $RPM_BUILD_ROOT%{perl_vendorlib}/Clipboard +install src/plugins/*.pm $RPM_BUILD_ROOT%{perl_vendorlib}/plugins %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc AUTHORS ChangeLog README proxies queue %attr(755,root,root) %{_bindir}/slimrat* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/slimrat.conf +%dir %{perl_vendorlib}/Clipboard %dir %{perl_vendorlib}/plugins -%{perl_vendorlib}/Configuration.pm -%{perl_vendorlib}/Log.pm -%{perl_vendorlib}/Plugin.pm -%{perl_vendorlib}/Queue.pm -%{perl_vendorlib}/Toolbox.pm +%{perl_vendorlib}/*.pm +%{perl_vendorlib}/Clipboard/*.pm %{perl_vendorlib}/plugins/*.pm %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -83,6 +87,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2009/11/11 01:22:48 duddits +- up to 1.0 +- R: aview, ImageMagick, tesseract for captcha solving +- S: perl-Spiffy (handles GUI clipboard extensions) + Revision 1.16 2009/09/06 19:56:46 duddits - rel. 0.3 - fixing previous file location fix :) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/slimrat/slimrat.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
