[packages/perl-AnyEvent-I3] new (version 0.17)

atler atler at pld-linux.org
Sun Apr 5 02:01:19 CEST 2020


commit 0e500acc8a6bcf1e0b021cedbedb5ca16a074435
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Apr 5 02:00:49 2020 +0200

    new (version 0.17)

 perl-AnyEvent-I3.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/perl-AnyEvent-I3.spec b/perl-AnyEvent-I3.spec
new file mode 100644
index 0000000..34607cc
--- /dev/null
+++ b/perl-AnyEvent-I3.spec
@@ -0,0 +1,44 @@
+Summary:	AnyEvent::I3 - Communicate with the i3 window manager
+Name:		perl-AnyEvent-I3
+Version:	0.17
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/AnyEvent/AnyEvent-I3-%{version}.tar.gz
+# Source0-md5:	907b6ed7fe6bea5914b878cdd73aba3f
+URL:		http://search.cpan.org/dist/AnyEvent-I3/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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 AnyEvent-I3-%{version}
+
+%build
+echo "n" | \
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/AnyEvent/I3.pm
+%{_mandir}/man3/AnyEvent::I3*.3pm*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-AnyEvent-I3.git/commitdiff/0e500acc8a6bcf1e0b021cedbedb5ca16a074435



More information about the pld-cvs-commit mailing list