[svn:parrot] r36037 - trunk
[email protected] Mon, 26 Jan 2009 11:27:27 -0800 (PST)
| Newsgroups | perl.cvs.parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: rurban
Date: Mon Jan 26 11:27:26 2009
New Revision: 36037
Modified:
trunk/parrot.spec
Log:
parrot.spec: fixed two issues from previosu change, detected by Gerd Pokorra
- no now parrot-doc
- $%{version} => %{version}
Modified: trunk/parrot.spec
==============================================================================
--- trunk/parrot.spec (original)
+++ trunk/parrot.spec Mon Jan 26 11:27:26 2009
@@ -5,7 +5,7 @@
License: Artistic 2.0
Group: Development/Libraries
URL: http://www.parrot.org/
-Source0: ftp://ftp.parrot.org/pub/parrot/releases/devel/parrot/parrot-$%{version}.tar.gz
+Source0: ftp://ftp.parrot.org/pub/parrot/releases/devel/parrot/parrot-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: readline-devel
BuildRequires: ncurses-devel
@@ -148,7 +148,7 @@
- fixed Source0 url
* Tue Jan 23 2009 Gerd Pokorra <[email protected]> 0.9.0
-- added make html, new parrot-doc package
+- added make html
- make reallyinstall => make install
* Tue Jan 20 2009 chromatic <[email protected]> 0.9.0