[packages/ruby-rake/rake: 4/38] - cleanups, descriptions

draenog draenog at pld-linux.org
Sat Apr 20 22:55:11 CEST 2013


commit 31a1a7d447a02277534447bbf9c4ed768c6c9b81
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Feb 23 19:05:52 2004 +0000

    - cleanups, descriptions
    
    Changed files:
        rake.spec -> 1.3

 rake.spec | 48 +++++++++++++++++++++++++++++++++++-------------
 1 file changed, 35 insertions(+), 13 deletions(-)
---
diff --git a/rake.spec b/rake.spec
index 57bda1d..8068dbd 100644
--- a/rake.spec
+++ b/rake.spec
@@ -1,36 +1,58 @@
 %define ruby_rubylibdir %(ruby -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
 Summary:	Ruby program like Make
+Summary(pl):	Program typu Make dla j�zyka Ruby
 Name:		rake
 Version:	0.3.1
 Release:	1
 License:	GPL
-URL:		http://rake.rubyforge.org/
-Group:		Development/Libraries
+Group:		Development/Tools
 Source0:	http://rubyforge.org/download.php/226/%{name}-%{version}.tgz
 # Source0-md5:	ef26fb54829dad77765a7d0d76f0b27f
-Patch0:	%{name}-libdir.patch
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildArchitectures:	noarch
+Patch0:		%{name}-libdir.patch
+URL:		http://rake.rubyforge.org/
 BuildRequires:	ruby
 Requires:	ruby
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Ruby FastCGI Library
+Rake is a simple Ruby build program with capabilities similar to make.
+It has the following features:
+- Rakefiles (rake's version of Makefiles) are completely defined in
+  standard Ruby syntax. No XML files to edit. No quirky Makefile
+  syntax to worry about (is that a tab or a space?)
+- Users can specify tasks with prerequisites.
+- Rake supports rule patterns to synthesize implicit tasks.
+- Rake is lightweight. It can be distributed with other projects as a
+  single file. Projects that depend upon rake do not require that rake
+  be installed on target systems.
+
+%description -l pl
+Rake to prosty program do budowania w j�zyku Ruby o mo�liwo�ciach
+podobnych do make. Ma nast�puj�ce cechy:
+- Pliki Rakefile (rake'owa odmiana plik�w Makefile) s� definiowane
+  ca�kowicie w standardowej sk�adni j�zyka Ruby. Nie trzeba
+  modyfikowa� plik�w XML. Nie trzeba martwi� si� kaprysami sk�adni
+  Makefile (czy to tabulacja czy spacja?).
+- U�ytkownicy mog� okre�la� zadania z ich zale�no�ciami.
+- Rake obs�uguje wzorce regu� do tworzenia z nich wynikowych zada�.
+- Rake jest lekki. Mo�e by� rozpowszechniany z innymi projektami jako
+  pojedynczy plik. Projekty u�ywaj�ce rake'a nie wymagaj� go
+  zainstalowanego na systemach docelowych.
 
 %prep
 %setup -q
 %patch0 -p1
 
-%build
-
 %install
-DESTDIR=$RPM_BUILD_ROOT ruby install.rb
+DESTDIR=$RPM_BUILD_ROOT \
+ruby install.rb
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/rake
 %{ruby_rubylibdir}/rake.rb
-%{ruby_rubylibdir}/rake/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%{ruby_rubylibdir}/rake
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-rake.git/commitdiff/ab6d3f97518796fdd25b7079e26dbbab9d128518



More information about the pld-cvs-commit mailing list