8
0
OBS User unknown
2008-06-23 22:34:46 +00:00
committed by Git OBS Bridge
parent fff95fb659
commit 34c8618d06
3 changed files with 21 additions and 1 deletions

View File

@@ -19,9 +19,10 @@ Requires: perl = %{perl_version}
AutoReqProv: on
Summary: Class::MethodMaker
Version: 2.11
Release: 1
Release: 13
Source: Class-MethodMaker-%{version}.tar.gz
Patch: Class-MethodMaker-Makefile.PL.diff
Patch1: suppress_warning.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -37,6 +38,7 @@ Authors:
%prep
%setup -n Class-MethodMaker-%{version}
%patch
%patch1
%build
./configure
@@ -71,6 +73,8 @@ make DESTDIR=$RPM_BUILD_ROOT \
/var/adm/perl-modules/%{name}
%changelog
* Wed Jun 11 2008 ug@suse.de
- fixed a warning
* Fri Apr 04 2008 ug@suse.de
- update to version 2.11
- Drop Module::Build support