forked from pool/perl-Linux-DesktopFiles
Accepting request 528173 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/528173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Linux-DesktopFiles?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
ae4dad59d8
commit
c519b48b86
3
Linux-DesktopFiles-0.21.tar.gz
Normal file
3
Linux-DesktopFiles-0.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3479eb6b2abbb7d3cc95fa8b17d011e5bfbda2c68a8d7fd9e2b5d0a6c3438a8c
|
||||
size 13088
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#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_build: |-
|
||||
# rm unused.files
|
||||
#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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:218695fff16688720f2cd8b022abe2a5c516763367722aea30f939a9a06e1052
|
||||
size 12646
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 05:36:57 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.21
|
||||
see /usr/share/doc/packages/perl-Linux-DesktopFiles/Changes
|
||||
|
||||
0.21 2017-09-21
|
||||
- Fixed a minor bug for icon names that contain one or more dots (e.g.: "foo.bar.baz").
|
||||
Thanks to Erik Dubois for reporting this issue (https://github.com/trizen/obmenu-generator/issues/16).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 21:48:39 UTC 2017 - smurf.anon@gmail.com
|
||||
|
||||
|
@@ -15,16 +15,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define cpan_name Linux-DesktopFiles
|
||||
|
||||
Name: perl-Linux-DesktopFiles
|
||||
Version: 0.20
|
||||
Version: 0.21
|
||||
Release: 0
|
||||
Summary: A very fast and simple way to parse the Linux desktop files
|
||||
License: Artistic-1.0
|
||||
%define cpan_name Linux-DesktopFiles
|
||||
Summary: Fast parsing of the Linux desktop files
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Linux-DesktopFiles/
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TR/TRIZEN/%{cpan_name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TR/TRIZEN/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -33,6 +34,8 @@ BuildRequires: perl(Module::Build)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
The 'Linux::DesktopFiles', a very fast and simple way to parse the Linux
|
||||
desktop files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@@ -55,4 +58,3 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
|
Reference in New Issue
Block a user