]> git.pld-linux.org Git - packages/perl-Net-DBus.git/commitdiff
- cleanup, more docs, no pods (there are mans)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Aug 2006 09:28:55 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-DBus.spec -> 1.3

perl-Net-DBus.spec

index 760bea01066b278f9cf26134d3caa1d6d19590a8..387a6dbfe5fe550ea0a22ed5ad6d0763f2677594 100644 (file)
@@ -6,7 +6,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
@@ -16,9 +16,10 @@ Group:               Development/Languages/Perl
 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
@@ -26,16 +27,17 @@ 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/
+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}
@@ -54,24 +56,25 @@ rm -rf $RPM_BUILD_ROOT
 %{__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/*
This page took 0.640209 seconds and 4 git commands to generate.