Author: czarny                       Date: Fri Aug  4 15:36:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
 - init PLD spec
 - made out of perl-Net-ACL.spec

---- Files affected:
SPECS:
   perl-Net-DBus.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Net-DBus.spec
diff -u /dev/null SPECS/perl-Net-DBus.spec:1.1
--- /dev/null   Fri Aug  4 17:36:59 2006
+++ SPECS/perl-Net-DBus.spec    Fri Aug  4 17:36:54 2006
@@ -0,0 +1,102 @@
+# $Revision$, $Date$
+#
+# 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/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/08/04 15:36:54  czarny
+ - init PLD spec
+ - made out of perl-Net-ACL.spec
+
+Revision 1.5  2004/11/03 22:30:35  paladine
+- formatting
+
+Revision 1.4  2004/06/05 18:10:45  radek
+- cosmetic unification: s/^%define\s+(pdir|pnam)\s+/%define\t$1\t/
+
+Revision 1.3  2004/04/27 00:28:03  ankry
+- license fixes, cosmetics
+
+Revision 1.2  2004/04/12 01:23:40  qboosh
+- pl, doc, noarch
+
+Revision 1.1  2004/04/11 17:51:49  agaran
+ - new spec
+ - tests failed here (trying to figure why)
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to