diff --git a/.cvsignore b/.cvsignore index 576917e..d455493 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Net-DBus-0.33.5.tar.gz +Net-DBus-0.33.6.tar.gz diff --git a/perl-Net-DBus.spec b/perl-Net-DBus.spec index 13e03e2..2e73e1c 100644 --- a/perl-Net-DBus.spec +++ b/perl-Net-DBus.spec @@ -1,8 +1,8 @@ Name: perl-Net-DBus -Version: 0.33.5 -Release: 3%{?dist} +Version: 0.33.6 +Release: 1%{?dist} Summary: Use and provide DBus services -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-DBus/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-%{version}.tar.gz @@ -42,8 +42,8 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; +find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* @@ -56,12 +56,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS CHANGES COPYING README examples/ t/ +%doc AUTHORS CHANGES README examples/ t/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/Net* %{_mandir}/man3/* %changelog +* Thu Feb 21 2008 Chris Weyl 0.33.6-1 +- update to 0.33.6 +- update license tag + * Mon Feb 18 2008 Fedora Release Engineering - 0.33.5-3 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 53582d5..90a4606 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fac4674945f53509ce8c3249646aaa11 Net-DBus-0.33.5.tar.gz +a1dbce89b1b839fd0e46d74067ae2e35 Net-DBus-0.33.6.tar.gz