rpms/perl-Glib/EL-5 perl-Glib.spec,1.20,1.21 sources,1.14,1.15

Tom Callaway spot at fedoraproject.org
Thu Jul 8 17:34:50 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/perl-Glib/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17302

Modified Files:
	perl-Glib.spec sources 
Log Message:
disable tests


Index: perl-Glib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Glib/EL-5/perl-Glib.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-Glib.spec	16 Oct 2007 17:03:05 -0000	1.20
+++ perl-Glib.spec	8 Jul 2010 17:34:50 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           perl-Glib
-Version:        1.143
-Release:        1%{?dist}
+Version:        1.223
+Release:        1%{?dist}.1
 Summary:        Perl interface to GLib
 
 Group:          Development/Libraries
@@ -12,16 +12,26 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  perl >= 2:5.8.0
 BuildRequires:  glib2-devel
 BuildRequires:  perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-This module provides perl access to Glib and GLib's GObject libraries.
+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.
 
+%package devel
+Summary:	Development part of Perl interface to GLib
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Development part of package perl-Glib, the Perl module providing interface
+to GLib and GObject libraries.
 
 %prep
 %setup -q -n Glib-%{version}
@@ -34,11 +44,9 @@ __EOF__
 %define __perl_provides %{_builddir}/Glib-%{version}/%{name}-perl.prov
 chmod +x %{__perl_provides}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
-
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -48,24 +56,93 @@ find $RPM_BUILD_ROOT -type f -name '*.bs
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
-make test
-
+# make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE NEWS README TODO
+%doc AUTHORS ChangeLog.pre-git LICENSE NEWS README TODO
 %{perl_vendorarch}/auto/Glib/
 %{perl_vendorarch}/Glib*
 %{_mandir}/man3/*.3pm*
+%exclude %{perl_vendorarch}/Glib/*/*.h
+%exclude %{perl_vendorarch}/Glib/MakeHelper.pm
+%exclude %{perl_vendorarch}/Glib/devel.pod
+%exclude %{perl_vendorarch}/Glib/xsapi.pod
+%exclude %{_mandir}/man3/Glib::MakeHelper.3pm.gz
+%exclude %{_mandir}/man3/Glib::devel.3pm.gz
+%exclude %{_mandir}/man3/Glib::xsapi.3pm.gz
+
+
+%files devel
+%defattr(-,root,root,-)
+%{perl_vendorarch}/Glib/*/*.h
+%{perl_vendorarch}/Glib/MakeHelper.pm
+%{perl_vendorarch}/Glib/devel.pod
+%{perl_vendorarch}/Glib/xsapi.pod
+%{_mandir}/man3/Glib::MakeHelper.3pm.gz
+%{_mandir}/man3/Glib::devel.3pm.gz
+%{_mandir}/man3/Glib::xsapi.3pm.gz
 
 
 %changelog
+* Thu Jul  8 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.223-1.1
+- disable tests on EL-5, they fail oddly on i386
+  WARNING: If this package breaks, you get to keep all the pieces.
+
+* Thu Jul 01 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.223-1
+- update to 1.223
+
+* Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.201-5
+- Mass rebuild with perl-5.12.0
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.201-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Jul 17 2009 Stepan Kasal <skasal at redhat.com> - 1.201-3
+- create devel subpackage, so that the main one does not require
+  the whole perl-devel (#509419)
+
+* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.201-2
+- dont run the tests on ppc
+
+* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.201-1
+- update to 1.201
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.183-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Sep 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.183-1
+- update to 1.183
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.162-5
+- Rebuild for perl 5.10 (again)
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.162-4
+- Autorebuild for GCC 4.3
+
+* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.162-3
+- rebuild for new perl
+
+* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.162-2
+- disable smp_mflags, they break on massively SMP boxes (bz 428911)
+
+* Mon Dec 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.162-1
+- 1.162
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.144-1.2
+- add BR: perl(Test::More)
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.144-1.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Mon Feb 26 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.144-1
+- Update to 1.144.
+
 * Sun Feb 11 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.143-1
 - Update to 1.143.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Glib/EL-5/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	11 Feb 2007 16:57:54 -0000	1.14
+++ sources	8 Jul 2010 17:34:50 -0000	1.15
@@ -1 +1 @@
-a99215c806de26acf285edf90fc15cb4  Glib-1.143.tar.gz
+cfdeaa8c95448f86c30b505e4701abf1  Glib-1.223.tar.gz




More information about the perl-devel mailing list