diff --git a/Net-DBus-1.0.0.tar.gz b/Net-DBus-1.0.0.tar.gz deleted file mode 100644 index acbe91b..0000000 --- a/Net-DBus-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfd0f3bc8ae228b410952829d97ed5f9c1d53587ab645b9d99241f6b51e2590f -size 100667 diff --git a/Net-DBus-1.1.0.tar.gz b/Net-DBus-1.1.0.tar.gz new file mode 100644 index 0000000..e4a1061 --- /dev/null +++ b/Net-DBus-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269 +size 2075154 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..018766e --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +preamble: |- + BuildRequires: dbus-1-devel pkg-config +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +license: GPL-2.0+ +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Net-DBus.changes b/perl-Net-DBus.changes index 68d1ff4..e3dff3c 100644 --- a/perl-Net-DBus.changes +++ b/perl-Net-DBus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 14 15:44:48 UTC 2015 - coolo@suse.com + +- updated to 1.1.0 + see /usr/share/doc/packages/perl-Net-DBus/Changes + ------------------------------------------------------------------- Tue Nov 29 20:40:39 UTC 2011 - coolo@suse.com diff --git a/perl-Net-DBus.spec b/perl-Net-DBus.spec index 2b74324..508ba49 100644 --- a/perl-Net-DBus.spec +++ b/perl-Net-DBus.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-DBus # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,26 +16,33 @@ # - Name: perl-Net-DBus -Version: 1.0.0 -Release: 1 -License: GPL-2.0+ +Version: 1.1.0 +Release: 0 +#Upstream: Artistic-1.0 or GPL-1.0+ %define cpan_name Net-DBus Summary: Perl extension for the DBus message system -Url: http://search.cpan.org/dist/Net-DBus/ +License: GPL-2.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/D/DA/DANBERR/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Net-DBus/ +Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Test::CPAN::Changes) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(XML::Twig) +Requires: perl(Test::CPAN::Changes) +Requires: perl(Test::Pod) +Requires: perl(Test::Pod::Coverage) Requires: perl(XML::Twig) -# MANUAL -BuildRequires: dbus-1-devel pkg-config %{perl_requires} +# MANUAL BEGIN +BuildRequires: dbus-1-devel +BuildRequires: pkg-config +# MANUAL END %description Net::DBus provides a Perl API for the DBus message system. The DBus Perl @@ -67,6 +74,6 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc AUTHORS CHANGES examples LICENSE Net-DBus.spec README +%doc AUTHORS Changes examples LICENSE README %changelog