Author: twittner                     Date: Wed Nov 16 22:39:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   perl-Gtk2-Ex-Simple-List.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Gtk2-Ex-Simple-List.spec
diff -u /dev/null SPECS/perl-Gtk2-Ex-Simple-List.spec:1.1
--- /dev/null   Wed Nov 16 23:39:50 2005
+++ SPECS/perl-Gtk2-Ex-Simple-List.spec Wed Nov 16 23:39:45 2005
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Gtk2
+%define                pnam    Ex-Simple-List
+Summary:       A simple interface to Gtk2's complex MVC list widget
+Name:          perl-%{pdir}-%{pnam}
+Version:       0.50
+Release:       0.1
+License:       LGPL    
+Group:         Development/Languages/Perl
+Source0:       
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: f66c71bbb794b699f0c3e8ca7cebc35b
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+%endif
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple interface to Gtk2's complex MVC list widget.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{perl_vendorlib}/Gtk2/Ex/Simple/List.pm
+%{perl_vendorlib}/Gtk2/Ex/Simple/TiedCommon.pm
+%{perl_vendorlib}/Gtk2/Ex/Simple/TiedList.pm
+%{_mandir}/man3/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/16 22:39:45  twittner
+- added
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to