49 lines
1.5 KiB
RPMSpec
49 lines
1.5 KiB
RPMSpec
|
Name: mygoogle
|
||
|
Version: 0.6
|
||
|
Release: 1mamba
|
||
|
Summary: A simple Perl-written program to search on Google
|
||
|
Group: Applications/Networking
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||
|
URL: http://mygoogle.sourceforge.net/
|
||
|
Source: http://downloads.sourceforge.net/mygoogle/mygoogle-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
Requires: perl-HTML-Parser
|
||
|
Requires: perl-libwww
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%description
|
||
|
MyGoogle is very flexible and it can be used within shell-scripts because it is able to receive input by the STDIN.
|
||
|
The user can set the desidered number of results and the language.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
install -D -m755 mygoogle \
|
||
|
%{buildroot}%{_bindir}/mygoogle
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/mygoogle
|
||
|
%doc CHANGELOG LICENSE README
|
||
|
|
||
|
%changelog
|
||
|
* Fri Mar 26 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.6-1mamba
|
||
|
- update to 0.6
|
||
|
|
||
|
* Sun Apr 15 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.5-1mamba
|
||
|
- update to version 0.5 by autospec
|
||
|
|
||
|
* Sun May 14 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.4-1qilnx
|
||
|
- update to version 0.4 by autospec
|
||
|
|
||
|
* Tue Oct 11 2005 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 0.3-1qilnx
|
||
|
- package created by autospec
|