From bb7546a3a91ebafb963798b1f67c1069401b0e5fa835ac189521f3c16400ca67 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 13 Jan 2010 15:39:34 +0000 Subject: [PATCH 1/9] screwing up to test autobuild checkin OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=9 --- perl-Class-Inspector.changes | 10 ---------- perl-Class-Inspector.spec | 10 ++++------ ready | 0 3 files changed, 4 insertions(+), 16 deletions(-) create mode 100644 ready diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index ba97a5a..411bbb6 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,13 +1,3 @@ -------------------------------------------------------------------- -Thu Jan 14 11:18:19 UTC 2010 - coolo@novell.com - -- norootforbuild is default now - -------------------------------------------------------------------- -Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com - -- removing author from %description - ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 2f93950..23337e5 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -15,18 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild Name: perl-Class-Inspector %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Get Information About a Loaded Class Version: 1.24 -Release: 8 +Release: 2 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector -Source: %{cpan_name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: %{cpan_name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Spec) >= 0.80 @@ -42,14 +43,11 @@ are not always very conveniet, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class-Inspector attempts to provide an easier, more friendly interface to this information. - %prep %setup -n %{cpan_name}-%{version} - %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %{__make} %{?_smp_mflags} - %check %{__make} test diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 From bef915c8575dcb406a2ec3071295cf40c0e5ff89db38999e46c2bc3b872f3a02 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 13 Jan 2010 15:39:53 +0000 Subject: [PATCH 2/9] cleanup OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=10 --- perl-Class-Inspector.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index 411bbb6..aa86e11 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com + +- removing author from %description + ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de From ab13e5c997f498ac3da50a55a7ca81f42da58418b6ff502f9045c286bdc41e89 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 13 Jan 2010 15:40:38 +0000 Subject: [PATCH 3/9] just testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=11 --- perl-Class-Inspector.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 23337e5..8356a8b 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -61,6 +61,6 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %files -f %{name}.files %defattr(-,root,root) -%doc Changes LICENSE README +%doc Changes LICENSE %changelog From 0cd27dcbbe74e1dfb0fed4cb73805e49466c16cd082240cf0fdc1beb560d1561 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 10:11:04 +0000 Subject: [PATCH 4/9] checked in OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=12 --- perl-Class-Inspector.changes | 5 ----- perl-Class-Inspector.spec | 13 +++++++++++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index aa86e11..411bbb6 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com - -- removing author from %description - ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 8356a8b..70136f6 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -26,8 +26,8 @@ Release: 2 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector -Source: %{cpan_name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: %{cpan_name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Spec) >= 0.80 @@ -43,11 +43,20 @@ are not always very conveniet, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class-Inspector attempts to provide an easier, more friendly interface to this information. + + + +Authors: +-------- + Adam Kennedy + %prep %setup -n %{cpan_name}-%{version} + %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %{__make} %{?_smp_mflags} + %check %{__make} test From ee1488302f926cff9aa4acb26e2f3230c40343004a6a14e5b05dfbf077434e33 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 14 Jan 2010 10:11:05 +0000 Subject: [PATCH 5/9] Updating link to change in openSUSE:Factory/perl-Class-Inspector revision 8.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=bbd052ba84c3ec4fcbc5e1622ebac455 --- perl-Class-Inspector.changes | 5 +++++ perl-Class-Inspector.spec | 9 +-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index 411bbb6..aa86e11 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com + +- removing author from %description + ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 70136f6..a352b3d 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -22,7 +22,7 @@ Name: perl-Class-Inspector %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Get Information About a Loaded Class Version: 1.24 -Release: 2 +Release: 3 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector @@ -43,13 +43,6 @@ are not always very conveniet, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class-Inspector attempts to provide an easier, more friendly interface to this information. - - - -Authors: --------- - Adam Kennedy - %prep %setup -n %{cpan_name}-%{version} From f4c101d82f4beb5c64f2303c477430e5f843c63bc3609659a1224c9682720adb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 14 Jan 2010 11:16:13 +0000 Subject: [PATCH 6/9] dummy change OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=13 --- perl-Class-Inspector.changes | 5 +++++ perl-Class-Inspector.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index aa86e11..ba97a5a 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 14 11:18:19 UTC 2010 - coolo@novell.com + +- norootforbuild is default now + ------------------------------------------------------------------- Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index a352b3d..c5c5d2b 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -15,9 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: perl-Class-Inspector %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Get Information About a Loaded Class @@ -43,6 +40,7 @@ are not always very conveniet, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class-Inspector attempts to provide an easier, more friendly interface to this information. + %prep %setup -n %{cpan_name}-%{version} @@ -63,6 +61,6 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %files -f %{name}.files %defattr(-,root,root) -%doc Changes LICENSE +%doc Changes LICENSE README %changelog From ec8afda9fc6ba0ca3c87264b026b311121ef3fdd16697b365c084da0ad9f7cdd Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 14 Jan 2010 13:16:36 +0000 Subject: [PATCH 7/9] checked in OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=14 --- perl-Class-Inspector.changes | 5 ----- perl-Class-Inspector.spec | 6 ++++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index ba97a5a..aa86e11 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Jan 14 11:18:19 UTC 2010 - coolo@novell.com - -- norootforbuild is default now - ------------------------------------------------------------------- Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index c5c5d2b..8574ad0 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -15,11 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild + + Name: perl-Class-Inspector %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Get Information About a Loaded Class Version: 1.24 -Release: 3 +Release: 7 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector @@ -40,7 +43,6 @@ are not always very conveniet, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class-Inspector attempts to provide an easier, more friendly interface to this information. - %prep %setup -n %{cpan_name}-%{version} From e413d958eb0490c48d23645c94a888725b07d1f710c1e43f360aff0744b446cb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 06:56:22 +0000 Subject: [PATCH 8/9] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=15 --- perl-Class-Inspector.changes | 10 ++++++++++ perl-Class-Inspector.spec | 6 +++--- ready | 0 3 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 ready diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index aa86e11..12d9e63 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 1 06:55:33 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + +------------------------------------------------------------------- +Thu Jan 14 11:18:19 UTC 2010 - coolo@novell.com + +- norootforbuild is default now + ------------------------------------------------------------------- Wed Jan 13 15:39:36 UTC 2010 - coolo@novell.com diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 8574ad0..48ab11b 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -15,14 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Class-Inspector %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Get Information About a Loaded Class Version: 1.24 -Release: 7 +Release: 8 License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector @@ -34,7 +33,7 @@ BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Pod::Escapes) BuildRequires: perl(Test::Pod) -Requires: perl = %{perl_version} +%{perl_requires} %description Class::Inspector allows you to get information about a loaded class. @@ -43,6 +42,7 @@ are not always very conveniet, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class-Inspector attempts to provide an easier, more friendly interface to this information. + %prep %setup -n %{cpan_name}-%{version} diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000 From ee6d718d312bf406ff8de9befd10a7fce5172b45abf7dbd4bf5d50cf810392d9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 13:57:25 +0000 Subject: [PATCH 9/9] always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=16 --- perl-Class-Inspector.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 48ab11b..084f3c7 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -27,13 +27,13 @@ Group: Development/Libraries/Perl Url: http://search.cpan.org/~adamk/Class-Inspector Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Spec) >= 0.80 BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Pod::Escapes) BuildRequires: perl(Test::Pod) -%{perl_requires} %description Class::Inspector allows you to get information about a loaded class.