update to 0.6 [release 0.6-1mamba;Fri Mar 26 2010]

This commit is contained in:
Stefano Cotta Ramusino 2024-01-06 07:28:31 +01:00
parent 8ebdc3b84a
commit fb637e21a6
2 changed files with 51 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# mygoogle
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.

48
mygoogle.spec Normal file
View File

@ -0,0 +1,48 @@
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