rpms/perl-Gtk2-Ex-CalendarButton/F-7 perl-Gtk2-Ex-CalendarButton.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Aug 18 19:05:13 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Gtk2-Ex-CalendarButton/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21582

Modified Files:
	sources 
Added Files:
	perl-Gtk2-Ex-CalendarButton.spec 
Log Message:
pseudo-branch of perl-Gtk2-Ex-CalendarButton to F-7


--- NEW FILE perl-Gtk2-Ex-CalendarButton.spec ---
Name:           perl-Gtk2-Ex-CalendarButton
Version:        0.01
Release:        4%{?dist}
Summary:        Gtk2::Ex::CalendarButton Perl module
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Gtk2-Ex-CalendarButton/
Source0:        http://www.cpan.org/authors/id/O/OF/OFEYAIKON/Gtk2-Ex-CalendarButton-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires:  perl(Data::Dumper)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
# cpan
BuildRequires:  perl(Glib)
BuildRequires:  perl(Gtk2)
# test

%description
I realized that I was constantly re-creating a simple widget that will pop-up
and Gtk2::Calendar when clicked. Just like the datetime display on your
desktop taskbar. This package is my attempt to extract the portion of code
required to create a button-click-calender.

%prep
%setup -q -n Gtk2-Ex-CalendarButton-%{version}

#find t/ -type f -exec perl -pi -e 's|\r||' {} +
find t/ -type f -exec perl -pi -e 's|\r||; s|^#!perl|#!/usr/bin/perl|' {} +

%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 \;

%{_fixperms} %{buildroot}/*

%check
%{?_with_display_tests: make test }

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Aug 18 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.01-4
- bump

* Fri Aug 10 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.01-3
- update license tag to indicate "GPL+"
- add t/ to doc
- additional perl BR's included

* Wed Mar 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.01-1
- Specfile autogenerated by cpanspec 1.70.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-CalendarButton/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Aug 2007 18:32:50 -0000	1.1
+++ sources	18 Aug 2007 19:04:40 -0000	1.2
@@ -0,0 +1 @@
+9013466a6dead8c2072e49826e9a7ab7  Gtk2-Ex-CalendarButton-0.01.tar.gz




More information about the fedora-extras-commits mailing list