Accepting request 293468 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/293468 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Glib?expand=0&rev=43
This commit is contained in:
commit
c596c1a9aa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2955483a00db4a18953ee7b557e8638415e2aa7e96e75851ba10fbdc68a9108e
|
||||
size 286063
|
3
Glib-1.310.tar.gz
Normal file
3
Glib-1.310.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f645aac388c7103e217d8b3a75d55be8e2327b5fc77a01fd1af50404dac168c7
|
||||
size 295350
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 10:56:21 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 1.310 (changes since 1.305):
|
||||
* Add code comments about the peculiar Glib::InitiallyUnowned
|
||||
sink handling.
|
||||
* Add Glib::Variant and Glib::VariantType.
|
||||
* Add char_byte and char_byte_ornull typemaps.
|
||||
* Reorder and reformat our header and typemap a little.
|
||||
* Hush a compiler warning in GMainLoop.xs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 08:08:01 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Glib
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,25 +16,24 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Glib
|
||||
Version: 1.305
|
||||
Release: 0
|
||||
%define cpan_name Glib
|
||||
Name: perl-Glib
|
||||
Version: 1.310
|
||||
Release: 0
|
||||
Summary: Perl wrappers for the GLib utility and Object libraries
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Glib/
|
||||
Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: Development/Languages/Perl
|
||||
Url: https://metacpan.org/pod/Glib
|
||||
Source: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRequires: glib2-devel >= 2.0.0
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::Depends) >= 0.300
|
||||
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000
|
||||
Requires: perl(ExtUtils::Depends) >= 0.300
|
||||
Requires: perl(ExtUtils::PkgConfig) >= 1.000
|
||||
%{perl_requires}
|
||||
# MANUAL
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%perl_requires
|
||||
|
||||
%description
|
||||
This wrapper attempts to provide a perlish interface while remaining as
|
||||
@ -48,12 +47,8 @@ to all sorts of good information.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
# MANUAL
|
||||
# loves to freeze randomly in OBS make test
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='%{optflags}'
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@ -61,7 +56,7 @@ to all sorts of good information.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog.pre-git doctypes Glib.exports LICENSE NEWS perl-Glib.doap README TODO xsapi.pod.foot xsapi.pod.head
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user