Name: perl-App-Maisha Version: 0.11 Release: 1%{?dist} Summary: Command line social micro-blog networking tool License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/App-Maisha/ Source0: http://www.cpan.org/authors/id/B/BA/BARBIE/App-Maisha-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Accessor::Fast) BuildRequires: perl(Config::Any) BuildRequires: perl(File::HomeDir) BuildRequires: perl(Getopt::Long) BuildRequires: perl(Module::Pluggable) >= 2.7 BuildRequires: perl(Net::Identica) >= 2.05 BuildRequires: perl(Net::Twitter) >= 2.06 BuildRequires: perl(Term::Shell) BuildRequires: perl(Test::CPAN::Meta) >= 0.12 BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 0.08 Requires: perl(Class::Accessor::Fast) Requires: perl(Config::Any) Requires: perl(File::HomeDir) Requires: perl(Getopt::Long) Requires: perl(Module::Pluggable) >= 2.7 Requires: perl(Net::Identica) >= 2.05 Requires: perl(Net::Twitter) >= 2.06 Requires: perl(Term::Shell) Requires: perl(Test::CPAN::Meta) >= 0.12 Requires: perl(Test::Pod) >= 1.00 Requires: perl(Test::Pod::Coverage) >= 0.08 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This distribution provides the ability to micro-blog via social networking websites and services, such as Identica and Twitter. %prep %setup -q -n App-Maisha-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Wed Feb 18 2009 Dave Cross 0.10-1 - Specfile autogenerated by cpanspec 1.77.