rpms/perl-Gtk2-TrayIcon/FC-6 perl-Gtk2-TrayIcon.spec, 1.3, 1.4 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Jun 2 20:02:21 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2934/FC-6

Modified Files:
	perl-Gtk2-TrayIcon.spec sources 
Log Message:
* Sat Jun 02 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
- update to 0.06
- add t/ to doc



Index: perl-Gtk2-TrayIcon.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/FC-6/perl-Gtk2-TrayIcon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Gtk2-TrayIcon.spec	1 Sep 2006 04:14:44 -0000	1.3
+++ perl-Gtk2-TrayIcon.spec	2 Jun 2007 20:01:41 -0000	1.4
@@ -11,21 +11,26 @@
 
 
 Name:           perl-Gtk2-TrayIcon
-Version:        0.03        
-Release:        3%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Perl interface to the EggTrayIcon library 
 
 Group:          Development/Libraries
 License:        LGPL 
 URL:            http://search.cpan.org/dist/Gtk2-TrayIcon            
-Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Gtk2-TrayIcon-%{version}.tar.gz        
+Source0:        http://www.cpan.org/modules/by-module/Gtk2/Gtk2-TrayIcon-%{version}.tar.gz        
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  perl
-BuildRequires:  perl(Gtk2) >= 0.96, gtk2-devel
-BuildRequires:  perl(ExtUtils::PkgConfig), perl(ExtUtils::Depends)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# non-perl
+BuildRequires:  gtk2-devel
+# core
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# cpan
+BuildRequires:  perl(ExtUtils::Depends)
+BuildRequires:  perl(ExtUtils::PkgConfig)
+BuildRequires:  perl(Gtk2) >= 1.00
+
 %description
 This module allows a Perl developer to embed an arbitrary widget in a System
 Tray like the Gnome notification area.
@@ -41,11 +46,13 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -59,13 +66,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc TODO examples/*
+%doc TODO examples/ t/
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Gtk2
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sat Jun 02 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
+- update to 0.06
+- add t/ to doc
+
 * Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.03-3
 - bump for mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Aug 2006 04:24:22 -0000	1.2
+++ sources	2 Jun 2007 20:01:41 -0000	1.3
@@ -1 +1 @@
-4c627fd00cc316ac018732e7739a5c4f  Gtk2-TrayIcon-0.03.tar.gz
+7c280713b250e5ff9cc773fe03c18c43  Gtk2-TrayIcon-0.06.tar.gz




More information about the fedora-extras-commits mailing list