rpms/perl-Gtk2-Ex-Simple-List/devel perl-Gtk2-Ex-Simple-List.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Dec 2 18:32:48 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18081/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Gtk2-Ex-Simple-List.spec 
Log Message:
auto-import perl-Gtk2-Ex-Simple-List-0.50-1.fc6 on branch devel from perl-Gtk2-Ex-Simple-List-0.50-1.fc6.src.rpm


--- NEW FILE perl-Gtk2-Ex-Simple-List.spec ---
Name:           perl-Gtk2-Ex-Simple-List
Version:        0.50
Release:        1%{?dist}
Summary:        Simple interface to Gtk2's complex MVC list widget
License:        LGPL
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Gtk2-Ex-Simple-List/
Source0:        http://www.cpan.org/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/Gtk2-Ex-Simple-List-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(Gtk2)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used
to implement list and tree widgets. Gtk2::Ex::Simple::List automates the
complex setup work and allows you to treat the list model as a more natural
list of lists structure.

%prep
%setup -q -n Gtk2-Ex-Simple-List-%{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 \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Thu Nov 30 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.50-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Dec 2006 18:32:04 -0000	1.1
+++ .cvsignore	2 Dec 2006 18:32:18 -0000	1.2
@@ -0,0 +1 @@
+Gtk2-Ex-Simple-List-0.50.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-Ex-Simple-List/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Dec 2006 18:32:04 -0000	1.1
+++ sources	2 Dec 2006 18:32:18 -0000	1.2
@@ -0,0 +1 @@
+f66c71bbb794b699f0c3e8ca7cebc35b  Gtk2-Ex-Simple-List-0.50.tar.gz




More information about the fedora-extras-commits mailing list