%perl_module X11-Protocol 0.54 4 Summary: Perl module for the X Window System Protocol, version 11. License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/~smccam/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch %description X11::Protocol and the related modules in this distribution are a rough equivalent of Xlib (libX11.a, with a bit of Xau and Xext mixed in) used for drawing windows on and otherwise manipulating X11 window servers. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make #perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/X11/Protocol.pm %{perl_vendorlib}/X11/Auth.pm %{perl_vendorlib}/X11/Keysyms.pm %{perl_vendorlib}/X11/Protocol %{perl_man3dir}/X11::*.3pm* %changelog * Mon Aug 8 2005 Axel Thimm - Initial build.