From 48a5f443a7a1c6aa153267c087e736c9a3ab6897 Mon Sep 17 00:00:00 2001 From: cassmodiah Date: Apr 15 2010 16:33:23 +0000 Subject: initial package release --- diff --git a/.cvsignore b/.cvsignore index e69de29..1caadc7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +AnyEvent-I3-0.04.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..706daa3 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +perl-AnyEvent-I3-0_04-1_fc14:HEAD:perl-AnyEvent-I3-0.04-1.fc14.src.rpm:1271349281 diff --git a/perl-AnyEvent-I3.spec b/perl-AnyEvent-I3.spec new file mode 100644 index 0000000..fba90a7 --- /dev/null +++ b/perl-AnyEvent-I3.spec @@ -0,0 +1,56 @@ +%define srcname AnyEvent-I3 + +Name: perl-AnyEvent-I3 +Version: 0.04 +Release: 1%{?dist} +Summary: Communicate with the i3 window manager + +Group: Development/Libraries +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/anyevent-i3/ +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/%{srcname}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%{?perl_default_filter} + + +%description +This module connects to the i3 window manager using the UNIX socket based +IPC interface it provides (if enabled in the configuration file). You can +then subscribe to events or send messages and receive their replies. + + +%prep +%setup -q -n %{srcname}-%{version} + + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +%{_fixperms} %{buildroot}/* + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc README Changes +%{perl_vendorlib}/AnyEvent/I3.pm +%{_mandir}/man3/*.3* + + +%changelog +* Wed Apr 14 2010 Simon Wesp - 0.04-1 +- Initial package release diff --git a/sources b/sources index e69de29..834b2c4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +50ab7d0b40c2c244ebd936e6cf45ab54 AnyEvent-I3-0.04.tar.gz