rpms/perl-Gtk2-TrayIcon/devel perl-Gtk2-TrayIcon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 11 04:24:22 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7316/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Gtk2-TrayIcon.spec 
Log Message:
auto-import perl-Gtk2-TrayIcon-0.03-1.fc5 on branch devel from perl-Gtk2-TrayIcon-0.03-1.fc5.src.rpm


--- NEW FILE perl-Gtk2-TrayIcon.spec ---
# Note:  The tests for this perl dist. are disabled by default, as they
# require display access and would thus fail in the buildsys' mock
# environments.  To build locally while enabling tests, either:
#
#   rpmbuild ... --define '_with_display_tests 1' ...
#   rpmbuild ... --with display_tests ...
#   define _with_display_tests 1 in your ~/.rpmmacros
#
# Note that right now, the only way to run tests locally from a cvs sandbox
# "make noarch" type scenario is the third one.


Name:           perl-Gtk2-TrayIcon
Version:        0.03        
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        
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))

%description
This module allows a Perl developer to embed an arbitrary widget in a System
Tray like the Gnome notification area.

%prep
%setup -q -n Gtk2-TrayIcon-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}


%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}/*


%check
# see top of spec
%{?_with_display_tests: make test}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc TODO examples/*
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Gtk2
%{_mandir}/man3/*.3*


%changelog
* Fri Jul 28 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Aug 2006 04:24:10 -0000	1.1
+++ .cvsignore	11 Aug 2006 04:24:22 -0000	1.2
@@ -0,0 +1 @@
+Gtk2-TrayIcon-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Aug 2006 04:24:10 -0000	1.1
+++ sources	11 Aug 2006 04:24:22 -0000	1.2
@@ -0,0 +1 @@
+4c627fd00cc316ac018732e7739a5c4f  Gtk2-TrayIcon-0.03.tar.gz




More information about the scm-commits mailing list