Accepting request 29578 from devel:languages:perl
Copy from devel:languages:perl/perl-SGMLS based on submit request 29578 from user anicka OBS-URL: https://build.opensuse.org/request/show/29578 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SGMLS?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
eeb803d4f8
commit
fad55f902f
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 14:11:08 CET 2010 - anicka@suse.cz
|
||||
|
||||
- revert last change to make the package build again. There is
|
||||
no point in calling make at all in this package, we do all
|
||||
the work of its Makefile in %install phase.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
|
@@ -26,7 +26,7 @@ Requires: perl = %perl_version
|
||||
AutoReqProv: on
|
||||
Summary: SGML/XML Parsers
|
||||
Version: 1.03ii
|
||||
Release: 519
|
||||
Release: 520
|
||||
Source: SGMLSpm-%version.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -42,13 +42,11 @@ Authors:
|
||||
David Megginson <dmeggins@aix1.uottawa.ca>
|
||||
|
||||
%prep
|
||||
%setup -n SGMLSpm
|
||||
%setup -n SGMLSpm -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%perl_vendorlib
|
||||
mkdir -p $RPM_BUILD_ROOT/%perl_vendorlib/SGMLS
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||
|
Reference in New Issue
Block a user