Accepting request 297144 from devel:languages:perl:autoupdate
- updated to 1.1.0 see /usr/share/doc/packages/perl-Net-DBus/Changes OBS-URL: https://build.opensuse.org/request/show/297144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-DBus?expand=0&rev=15
This commit is contained in:
parent
3a722bfadd
commit
6e305f6c3a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfd0f3bc8ae228b410952829d97ed5f9c1d53587ab645b9d99241f6b51e2590f
|
||||
size 100667
|
3
Net-DBus-1.1.0.tar.gz
Normal file
3
Net-DBus-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269
|
||||
size 2075154
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@ -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
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user