rpms/perl-Net-DBus-GLib/devel import.log, NONE, 1.1 perl-Net-DBus-GLib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Sat Feb 21 02:19:51 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9398/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Net-DBus-GLib.spec 
Log Message:

First import for devel



--- NEW FILE import.log ---
perl-Net-DBus-GLib-0_33_0-1_fc10:HEAD:perl-Net-DBus-GLib-0.33.0-1.fc10.src.rpm:1235182538


--- NEW FILE perl-Net-DBus-GLib.spec ---
Name:           perl-Net-DBus-GLib
Version:        0.33.0
Release:        1%{?dist}
Summary:        Perl extension for the DBus GLib bindings
License:        GPLv2+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Net-DBus-GLib/
Source0:        http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-GLib-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Glib)
BuildRequires:  perl(Net::DBus) >= 0.33.0
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  dbus-glib-devel
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in Net::DBus::GLib rather than
the usual Net::DBus module. That's it - every other API remains the same.

%prep
%setup -q -n Net-DBus-GLib-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo <allisson at gmail.com> 0.33.0-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Feb 2009 20:22:23 -0000	1.1
+++ .cvsignore	21 Feb 2009 02:19:21 -0000	1.2
@@ -0,0 +1 @@
+Net-DBus-GLib-0.33.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Feb 2009 20:22:23 -0000	1.1
+++ sources	21 Feb 2009 02:19:21 -0000	1.2
@@ -0,0 +1 @@
+d86fac8abef6781e7f652b1062f474ff  Net-DBus-GLib-0.33.0.tar.gz




More information about the Fedora-perl-devel-list mailing list