Author: twittner Date: Wed Nov 16 22:34:20 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added, based on bundled spec
---- Files affected: SPECS: podbrowser.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/podbrowser.spec diff -u /dev/null SPECS/podbrowser.spec:1.1 --- /dev/null Wed Nov 16 23:34:20 2005 +++ SPECS/podbrowser.spec Wed Nov 16 23:34:15 2005 @@ -0,0 +1,48 @@ +# $Revision$, $Date$ +%include /usr/lib/rpm/macros.perl +Name: podbrowser +Summary: A full-featured Perl Documentation Browser. +Version: 0.08 +Release: 0.1 +Group: Applications/Programming +License: GPL +Source0: http://jodrell.net/files/podbrowser/podbrowser-0.08.tar.gz +# Source0-md5: 59f11c50e03f348e41de8058d0a30e0b +URL: http://jodrell.net/projects/podbrowser +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +PodBrowser is a documentation browser for Perl. You can view the +documentation for Perl's builtin functions, its "perldoc" pages, +pragmatic modules and the default and user-installed modules. + +%prep +%setup -q + +%build +%{__make} PREFIX=%{_prefix} + +%install +rm -rf $RPM_BUILD_ROOT + +%makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/* +%{_datadir}/* + +%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:34:15 twittner +- added, based on bundled spec + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
