8
0

Compare commits

...

8 Commits

Author SHA256 Message Date
b6dba0cfdf Accepting request 1237435 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libconfigfile?expand=0&rev=23
2025-01-13 16:53:42 +00:00
5f220179a9 Accepting request 1236852 from home:bmwiedemann:branches:devel:languages:perl
delete leftover old version to avoid race condition (boo#1102408)

OBS-URL: https://build.opensuse.org/request/show/1236852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libconfigfile?expand=0&rev=15
2025-01-13 14:42:24 +00:00
Stephan Kulow
0689bb6f20 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libconfigfile?expand=0&rev=18
2011-12-06 17:43:32 +00:00
Lars Vogdt
be67d7530d Accepting request 82386 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/82386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libconfigfile?expand=0&rev=16
2011-09-19 13:09:11 +00:00
Sascha Peilicke
fc299b855e Autobuild autoformatter for 65107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libconfigfile?expand=0&rev=15
2011-03-24 16:38:47 +00:00
Sascha Peilicke
9649010777 Accepting request 65107 from devel:languages:perl
Accepted submit request 65107 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/65107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libconfigfile?expand=0&rev=14
2011-03-24 16:38:39 +00:00
Lars Vogdt
3284efb374 Autobuild autoformatter for 54575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libconfigfile?expand=0&rev=12
2010-12-05 21:30:04 +00:00
Lars Vogdt
9678718149 Accepting request 54575 from devel:languages:perl
Accepted submit request 54575 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-libconfigfile?expand=0&rev=11
2010-12-05 21:29:55 +00:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 10 12:12:05 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- delete leftover old version to avoid race condition (boo#1102408)
-------------------------------------------------------------------
Sun Aug 28 18:41:32 UTC 2011 - andrea.turrini@gmail.com

View File

@@ -22,7 +22,7 @@ Name: perl-libconfigfile
Summary: Parses simple configuration files
Version: 1.1.1
Release: 151
License: GPLv2+
License: GPL-2.0+
Group: Development/Libraries/Perl
Url: http://packages.qa.debian.org/libc/libconfigfile-perl.html
Source0: libconfigfile-perl_%{version}.tar.gz
@@ -47,6 +47,8 @@ Authors:
%prep
%setup -q -n libconfigfile-perl-%{version}
# delete leftover old version to not cause race conditions on which ConfigFile.pm gets installed
rm -r libconfigfile-perl-1.1
%build
perl Makefile.PL