diff --git a/README.md b/README.md index ff407cf..879b3ff 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/mygoogle.spec b/mygoogle.spec new file mode 100644 index 0000000..a2913aa --- /dev/null +++ b/mygoogle.spec @@ -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 +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 0.6-1mamba +- update to 0.6 + +* Sun Apr 15 2007 Stefano Cotta Ramusino 0.5-1mamba +- update to version 0.5 by autospec + +* Sun May 14 2006 Stefano Cotta Ramusino 0.4-1qilnx +- update to version 0.4 by autospec + +* Tue Oct 11 2005 Stefano Cotta Ramusino 0.3-1qilnx +- package created by autospec