From 3c7c0773d306a09a58f147ff6d2eedef57d8d8d141a05075685a5e7ac879e7fa Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:30:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Glib?expand=0&rev=1 --- .gitattributes | 23 ++++++++++ .gitignore | 1 + Glib-1.142.tar.bz2 | 3 ++ perl-Glib.changes | 71 ++++++++++++++++++++++++++++++ perl-Glib.spec | 106 +++++++++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 204 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 Glib-1.142.tar.bz2 create mode 100644 perl-Glib.changes create mode 100644 perl-Glib.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/Glib-1.142.tar.bz2 b/Glib-1.142.tar.bz2 new file mode 100644 index 0000000..e378872 --- /dev/null +++ b/Glib-1.142.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4da60174cf6d74749992158e4a388a7ada2451441fe9d84ec532b101b73fab +size 185673 diff --git a/perl-Glib.changes b/perl-Glib.changes new file mode 100644 index 0000000..d218991 --- /dev/null +++ b/perl-Glib.changes @@ -0,0 +1,71 @@ +------------------------------------------------------------------- +Tue Dec 12 13:10:09 CET 2006 - anicka@suse.cz + +- update to 1.142 + * bugfixes, test fixes + * GType.xs: Add macros, PORTABLE_STRTOLL and PORTABLE_STRTOULL, + to centralize the preprocessor madness for 64bit integer + support. + +------------------------------------------------------------------- +Thu Sep 7 23:05:41 CEST 2006 - anicka@suse.cz + +- update to 1.140 + * bugfixes and fixes in tests + +------------------------------------------------------------------- +Fri Jul 21 13:38:12 CEST 2006 - anicka@suse.cz + +- update to 1.120 + * add a new header file for private + functions that are used in more than one xs file + * bugfixes +- remove last patch (fixed in upstream) + +------------------------------------------------------------------- +Tue Mar 21 15:31:49 CET 2006 - schwab@suse.de + +- Fix broken casts. + +------------------------------------------------------------------- +Tue Jan 31 00:45:00 CET 2006 - ro@suse.de + +- fixed missing ";" in GType.xs +- ignore failed test for the moment + +------------------------------------------------------------------- +Wed Jan 25 21:39:43 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Tue Jan 3 14:57:20 CET 2006 - anicka@suse.cz + +- update to 1.102 + +------------------------------------------------------------------- +Thu Nov 10 17:20:38 CET 2005 - anicka@suse.cz + +- update to 1.101 + +------------------------------------------------------------------- +Fri Jul 29 20:13:46 CEST 2005 - mjancar@suse.cz + +- update to 1.082 + +------------------------------------------------------------------- +Thu Jun 23 01:56:01 CEST 2005 - ro@suse.de + +- update to 1.081 +- removed G_PARAM_PRIVATE (removed from glib2) + +------------------------------------------------------------------- +Fri Jan 21 02:52:43 CET 2005 - ro@suse.de + +- update to 1.072 + +------------------------------------------------------------------- +Tue Nov 02 14:13:10 CET 2004 - mcihar@suse.cz + +- initial packaging + diff --git a/perl-Glib.spec b/perl-Glib.spec new file mode 100644 index 0000000..a46e921 --- /dev/null +++ b/perl-Glib.spec @@ -0,0 +1,106 @@ +# +# spec file for package perl-Glib (Version 1.142) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: perl-Glib +BuildRequires: glib2-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig +Version: 1.142 +Release: 1 +Requires: perl = %{perl_version} +Autoreqprov: on +Group: Development/Libraries/Perl +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +URL: http://cpan.org/modules/by-module/Glib/ +Summary: Glib Perl module +Source: Glib-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +This module provides perl access to GLib and GLib's GObject libraries. +GLib is a portability and utility library; GObject provides a generic +type system with inheritance and a powerful signal system. Together +these libraries are used as the foundation for many of the libraries +that make up the Gnome environment, and are used in many unrelated +projects. + + + +Authors: +-------- + muppet + Ross McFarland + Goran Thyni + Joern Reder + Chas Owens + Guillaume Cottenceau + Marc Lehmann + Torsten Schoenfeld + +%prep +%setup -q -n Glib-%{version} + +%build +perl Makefile.PL +make +make test || true + +%install +%perl_make_install +%perl_process_packlist + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc ChangeLog README AUTHORS LICENSE NEWS TODO +%doc %{_mandir}/man?/* +%{perl_vendorarch}/Glib +%{perl_vendorarch}/Glib.pm +%{perl_vendorarch}/auto/Glib +/var/adm/perl-modules/%{name} + +%changelog -n perl-Glib +* Tue Dec 12 2006 - anicka@suse.cz +- update to 1.142 + * bugfixes, test fixes + * GType.xs: Add macros, PORTABLE_STRTOLL and PORTABLE_STRTOULL, + to centralize the preprocessor madness for 64bit integer + support. +* Thu Sep 07 2006 - anicka@suse.cz +- update to 1.140 + * bugfixes and fixes in tests +* Fri Jul 21 2006 - anicka@suse.cz +- update to 1.120 + * add a new header file for private + functions that are used in more than one xs file + * bugfixes +- remove last patch (fixed in upstream) +* Tue Mar 21 2006 - schwab@suse.de +- Fix broken casts. +* Tue Jan 31 2006 - ro@suse.de +- fixed missing ";" in GType.xs +- ignore failed test for the moment +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Tue Jan 03 2006 - anicka@suse.cz +- update to 1.102 +* Thu Nov 10 2005 - anicka@suse.cz +- update to 1.101 +* Fri Jul 29 2005 - mjancar@suse.cz +- update to 1.082 +* Thu Jun 23 2005 - ro@suse.de +- update to 1.081 +- removed G_PARAM_PRIVATE (removed from glib2) +* Fri Jan 21 2005 - ro@suse.de +- update to 1.072 +* Tue Nov 02 2004 - mcihar@suse.cz +- initial packaging diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4