Accepting request 54549 from devel:languages:perl

Accepted submit request 54549 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Glib?expand=0&rev=22
This commit is contained in:
Lars Vogdt 2010-12-05 20:55:12 +00:00 committed by Git OBS Bridge
commit bb98bdb6f0
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 1 06:55:37 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:05 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Fri Jul 16 15:01:52 CEST 2010 - anicka@suse.cz

View File

@ -20,9 +20,9 @@
Name: perl-Glib
BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig
BuildRequires: perl-macros
Version: 1.223
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: LGPLv2.1+
@ -30,6 +30,7 @@ Url: http://cpan.org/modules/by-module/Glib/
Summary: Glib Perl module
Source: Glib-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
This module provides perl access to GLib and GLib's GObject libraries.
@ -76,6 +77,5 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/Glib
%{perl_vendorarch}/Glib.pm
%{perl_vendorarch}/auto/Glib
/var/adm/perl-modules/%{name}
%changelog