forked from pool/perl-File-DesktopEntry
Accepting request 312053 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/312053 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-DesktopEntry?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
28f41fbd36
commit
1cc246ec4f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1e51b962f21fb9ce31df88210e305605f48f595845eed536c1f049cf0de09486
|
|
||||||
size 14273
|
|
3
File-DesktopEntry-0.11.tar.gz
Normal file
3
File-DesktopEntry-0.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3481b266746640b3031e7f7fb7dbb1ff402609b0ae7c2cdb07e331f2e826f989
|
||||||
|
size 17424
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#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: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 15 08:41:35 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.11
|
||||||
|
see /usr/share/doc/packages/perl-File-DesktopEntry/Changes
|
||||||
|
|
||||||
|
0.11 2015-06-11
|
||||||
|
- Explicitly state minimum perl version as 5.8 in Makefile.PL.
|
||||||
|
|
||||||
|
0.10 2015-06-09
|
||||||
|
- Include new test in MANIFEST
|
||||||
|
RT 105112 - SREZIC
|
||||||
|
|
||||||
|
0.09 2015-06-09
|
||||||
|
- Exclude newlines from whitespace on either side of '='
|
||||||
|
RT 65394, fix by sdme.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 13 17:51:54 UTC 2015 - coolo@suse.com
|
Mon Apr 13 17:51:54 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-DesktopEntry
|
Name: perl-File-DesktopEntry
|
||||||
Version: 0.08
|
Version: 0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-DesktopEntry
|
%define cpan_name File-DesktopEntry
|
||||||
Summary: Object to handle .desktop files
|
Summary: Object to handle .desktop files
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/File-DesktopEntry/
|
Url: http://search.cpan.org/dist/File-DesktopEntry/
|
||||||
Source: http://www.cpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Reference in New Issue
Block a user