Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
f905815c6c | |||
b6dba0cfdf | |||
5f220179a9 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user