Author: qboosh Date: Sun Aug 20 09:29:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanup, more docs, no pods (there are mans)
---- Files affected: SPECS: perl-Net-DBus.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-Net-DBus.spec diff -u SPECS/perl-Net-DBus.spec:1.2 SPECS/perl-Net-DBus.spec:1.3 --- SPECS/perl-Net-DBus.spec:1.2 Tue Aug 15 20:25:48 2006 +++ SPECS/perl-Net-DBus.spec Sun Aug 20 11:28:55 2006 @@ -7,7 +7,7 @@ %define pdir Net %define pnam DBus Summary: Net::ACL - Perl extension for the DBus message system -Summary(pl): Net::ACL - Rozszerzenie Perla dla DBusa +Summary(pl): Net::ACL - Rozszerzenie Perla dla systemu komunikacji DBus Name: perl-Net-DBus Version: 0.33.3 Release: 0.2 @@ -17,9 +17,10 @@ Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 1663f7d4440fe2756c3dc315a80aeadc Patch0: %{name}-dbus.patch +URL: http://search.cpan.org/dist/Net-DBus/ BuildRequires: perl-Time-HiRes -BuildRequires: perl-XML-Twig BuildRequires: perl-XML-Parser +BuildRequires: perl-XML-Twig BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch @@ -27,16 +28,17 @@ %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/ +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/ +Moduł Net::DBus dostarcza API Perla XS dla dbusa - systemu komunikacji +między aplikacjami. API Perla pokrywa kluczową funkcjonalność API +dbusa, nie kłopocząc się jeszcze wrapperami GLiba albo Qt. Więcej +informacji na temat dbusa można znaleźć na stronie projektu: +<http://www.freedesktop.org/software/dbus/>. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -55,26 +57,27 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/Net/DBus/*.pod +rm -r $RPM_BUILD_ROOT%{perl_vendorarch}/Net/DBus/Tutorial + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README +%doc AUTHORS CHANGES 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* +%{perl_vendorarch}/auto/Net/DBus/DBus.bs +%attr(755,root,root) %{perl_vendorarch}/auto/Net/DBus/DBus.so %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -83,6 +86,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/08/20 09:28:55 qboosh +- cleanup, more docs, no pods (there are mans) + Revision 1.2 2006/08/15 18:25:48 grzegol - added dbus patch (fixes for dbus-0.91) - rel. 0.2 @@ -90,19 +96,3 @@ 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) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Net-DBus.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
