]> git.pld-linux.org Git - packages/perl-Net-DBus.git/commitdiff
- init PLD spec
authorczarny <czarny@pld-linux.org>
Fri, 4 Aug 2006 15:36:54 +0000 (15:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - made out of perl-Net-ACL.spec

Changed files:
    perl-Net-DBus.spec -> 1.1

perl-Net-DBus.spec [new file with mode: 0644]

diff --git a/perl-Net-DBus.spec b/perl-Net-DBus.spec
new file mode 100644 (file)
index 0000000..301fe86
--- /dev/null
@@ -0,0 +1,75 @@
+#
+# Conditional build:
+%bcond_without tests   # do perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Net
+%define                pnam    DBus
+Summary:       Net::ACL - Perl extension for the DBus message system 
+Summary(pl):   Net::ACL - Rozszerzenie Perla dla DBusa
+Name:          perl-Net-DBus
+Version:       0.33.3
+Release:       0.1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 351d7ef33c2c44ccab2911cef33b8a51
+BuildRequires: perl-Time-HiRes
+BuildRequires: perl-XML-Twig
+BuildRequires: perl-XML-Parser
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Net::DBus provides a Perl XS API to the dbus inter-application
+messaging system. The Perl API covers the core base level 
+of the dbus APIs, not concerning itself yet with the GLib
+or QT wrappers. For more information on dbus visit the 
+project website at:
+
+  http://www.freedesktop.org/software/dbus/
+
+%description -l pl
+Modu³ Net::DBus dostarcza API Perla XS dla dbusa - demona komunikacji mieêdzy aplikacjami. API Perla pokrywa kluczow± funkcjonalno¶æ API dbusa, nie k³opocz±c siê jeszcze wrapperami GLiba albo QT. Po wiêcej informacji na temat dbusa odwied¼ stronê projektu na:
+  http://www.freedesktop.org/software/dbus/
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%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 README
+%{perl_vendorarch}/Net/DBus.pm
+%dir %{perl_vendorarch}/Net/DBus
+%{perl_vendorarch}/Net/DBus/*.pm
+%{perl_vendorarch}/Net/DBus/*.pod
+%dir %{perl_vendorarch}/Net/DBus/Binding
+%{perl_vendorarch}/Net/DBus/Binding/*.pm
+%dir %{perl_vendorarch}/Net/DBus/Binding/Message
+%{perl_vendorarch}/Net/DBus/Binding/Message/*.pm
+%dir %{perl_vendorarch}/Net/DBus/Test
+%{perl_vendorarch}/Net/DBus/Test/*.pm
+%dir %{perl_vendorarch}/Net/DBus/Tutorial
+%{perl_vendorarch}/Net/DBus/Tutorial/*.pod
+%dir %{perl_vendorarch}/auto/Net/DBus
+%{perl_vendorarch}/auto/Net/DBus/DBus*
+%{_mandir}/man3/*
This page took 0.062909 seconds and 4 git commands to generate.