11
0

Compare commits

3 Commits

3 changed files with 20 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-libconfigfile/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-libconfigfile)

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

@@ -26,6 +26,7 @@ License: GPL-2.0+
Group: Development/Libraries/Perl
Url: http://packages.qa.debian.org/libc/libconfigfile-perl.html
Source0: libconfigfile-perl_%{version}.tar.gz
Source100: README.md
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl perl-macros
@@ -47,6 +48,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