2009-01-11 21:46:41 +00:00
|
|
|
# norootforbuild
|
|
|
|
|
2009-04-09 22:32:46 +00:00
|
|
|
Name: perl-Net-Twitter
|
|
|
|
Version: 2.12
|
|
|
|
Release: 0
|
|
|
|
Summary: Perl Interface to twitter.com
|
2009-01-11 21:46:41 +00:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/C/CT/CTHOM/Net-Twitter-%{version}.tar.gz
|
2009-04-09 22:32:46 +00:00
|
|
|
URL: http://search.cpan.org/dist/Net-Twitter/
|
2009-01-11 21:46:41 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2009-04-09 22:32:46 +00:00
|
|
|
License: Perl License
|
2009-01-11 21:46:41 +00:00
|
|
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
2009-04-09 22:32:46 +00:00
|
|
|
Requires: perl perl-libwww-perl
|
|
|
|
Requires: perl(JSON::Any) >= 1.19
|
|
|
|
Requires: perl(URI)
|
|
|
|
BuildRequires: make perl perl-libwww-perl perl-URI
|
|
|
|
BuildRequires: perl-JSON-Any >= 1.19
|
|
|
|
BuildRequires: perl-Test-Exception
|
2009-01-11 21:46:41 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
http://www.twitter.com provides a web 2.0 type of ubiquitous presence. This
|
|
|
|
module allows you to set your status, as well as review the statuses of your
|
|
|
|
friends.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Chris Thompson <cpan@cthompson.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n "Net-Twitter-%{version}"
|
|
|
|
%__sed -i '/^auto_install/d' Makefile.PL
|
|
|
|
|
|
|
|
%build
|
|
|
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
|
|
|
%__make
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%__rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Changes README
|
|
|
|
%doc examples
|
|
|
|
%dir %{perl_vendorlib}/Net
|
|
|
|
%{perl_vendorlib}/Net/Twitter.pm
|
2009-04-09 22:32:46 +00:00
|
|
|
%dir %{perl_vendorlib}/Net/Twitter
|
|
|
|
%{perl_vendorlib}/Net/Twitter/Search.pm
|
|
|
|
%{perl_vendorlib}/Net/Identica.pm
|
2009-01-11 21:46:41 +00:00
|
|
|
%dir %{perl_vendorarch}/auto/Net
|
2009-04-09 22:32:46 +00:00
|
|
|
%dir %{perl_vendorarch}/auto/Net/Twitter
|
|
|
|
%{perl_vendorarch}/auto/Net/Twitter/.packlist
|
2009-01-11 21:46:41 +00:00
|
|
|
%doc %{perl_man3dir}/Net::Twitter.%{perl_man3ext}*
|
2009-04-09 22:32:46 +00:00
|
|
|
%doc %{perl_man3dir}/Net::Identica.%{perl_man3ext}*
|
|
|
|
%doc %{perl_man3dir}/Net::Twitter::Search.%{perl_man3ext}*
|
2009-01-11 21:46:41 +00:00
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
|
|
|
%changelog
|
2009-04-09 22:32:46 +00:00
|
|
|
* Thu Apr 9 2009 Pascal Bleser <pascal.bleser@opensuse.org> 2.12
|
|
|
|
- update to 2.12
|
|
|
|
|
2009-01-11 21:46:41 +00:00
|
|
|
* Sun Jan 11 2009 Pascal Bleser <guru@unixtech.be> 1.23
|
|
|
|
- new package
|
|
|
|
|
|
|
|
# Local Variables:
|
|
|
|
# mode: rpm-spec
|
|
|
|
# tab-width: 3
|
|
|
|
# End:
|