rpms/perl-Tk-ProgressBar-Mac/F-10 import.log, NONE, 1.1 perl-Tk-ProgressBar-Mac.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

david hannequin hvad at fedoraproject.org
Mon Oct 12 20:38:35 UTC 2009


Author: hvad

Update of /cvs/pkgs/rpms/perl-Tk-ProgressBar-Mac/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11147/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Tk-ProgressBar-Mac.spec 
Log Message:



--- NEW FILE import.log ---
perl-Tk-ProgressBar-Mac-1_2-3_fc10:F-10:perl-Tk-ProgressBar-Mac-1.2-3.fc10.src.rpm:1255387066


--- NEW FILE perl-Tk-ProgressBar-Mac.spec ---
Name:           perl-Tk-ProgressBar-Mac
Version:        1.2
Release:        3%{?dist}
Summary:        Mac ProgressBar for Perl::Tk

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Tk-ProgressBar-Mac/
Source0:        http://cpan.org/modules/by-module/Tk/Tk-ProgressBar-Mac-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Tk) 
BuildRequires:  xorg-x11-server-Xvfb, xorg-x11-fonts-base
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This widget provides a dynamic image that looks just like
a Mac OS 9 progress bar.  Packed around it are four
Frames, north, south, east and west, within which you can
stuff additional widgets. For example, see how Tk::Copy::Mac
uses several Labels and a CollapsableFrame widget to create
a reasonable facsimile of a Macintosh copy dialog.


%prep
%setup -q -n Tk-ProgressBar-Mac-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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} -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*

%check
# disabled by default because it needs an x screen
%{?_with_tests:make test}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorlib}/Tk*
%{_mandir}/man3/Tk*.3*


%changelog
* Mon Sep 14 2009 David Hannequin <david.hannequin at gmail.com> 1.2-3
- Fix license 

* Tue May 30 2009 David Hannequin <david.hannequin at gmail.com> 1.2-2
- delete _xvfb
- modify man page

* Thu May 21 2009 David Hannequin <david.hannequin at gmail.com> 1.2-1
- First release.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Tk-ProgressBar-Mac/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Sep 2009 20:18:17 -0000	1.1
+++ .cvsignore	12 Oct 2009 20:38:33 -0000	1.2
@@ -0,0 +1 @@
+Tk-ProgressBar-Mac-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Tk-ProgressBar-Mac/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Sep 2009 20:18:18 -0000	1.1
+++ sources	12 Oct 2009 20:38:33 -0000	1.2
@@ -0,0 +1 @@
+38922bce1c20a3e098022c6f2787c633  Tk-ProgressBar-Mac-1.2.tar.gz




More information about the fedora-extras-commits mailing list