forked from pool/perl-libconfigfile
Compare commits
8 Commits
0771140a4d
...
b6dba0cfdf
Author | SHA256 | Date | |
---|---|---|---|
b6dba0cfdf | |||
5f220179a9 | |||
|
0689bb6f20 | ||
|
be67d7530d | ||
|
fc299b855e | ||
|
9649010777 | ||
|
3284efb374 | ||
|
9678718149 |
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user