SPECS: ruby-facets-core.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Thu Feb 9 00:43:40 CET 2006
Author: aredridel Date: Wed Feb 8 23:43:40 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
ruby-facets-core.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ruby-facets-core.spec
diff -u /dev/null SPECS/ruby-facets-core.spec:1.1
--- /dev/null Thu Feb 9 00:43:40 2006
+++ SPECS/ruby-facets-core.spec Thu Feb 9 00:43:35 2006
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+%define tarname facets_core
+Summary: Ruby's Fantasic Atomic Core Extensions Core Library
+Summary(pl): Ruby's Fantasic Atomic Core Extensions - biblioteka rozszerzeń
+Name: ruby-facets-core
+Version: 1.0.2
+Release: 1
+License: Ruby-alike
+Source0: http://rubyforge.org/frs/download.php/8411/%{tarname}-%{version}.tar.bz2
+# Source0-md5: e1ffd03b54a93385f2c9982553d732d3
+Group: Development/Languages
+URL: http://facets.rubyforge.org/
+BuildRequires: rpmbuild(macros) >= 1.277
+BuildRequires: ruby-modules
+%{?ruby_mod_ver_requires_eq}
+Obsoletes: ruby-nano
+Obsoletes: ruby-mega
+#BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ruby's Fantasic Atomic Core Extensions. It is named so, because the
+most unique aspect of this library is the atomicity of its extensions
+layout. Every extension method is kept in it's own file, so it can be
+required independently. But this is only half of what Facets offers.
+Facets also includes a vast higher-level collection of classes,
+modules, mixins and other assorted additions. Examples include an
+ordered hash, module macros for dynamic mixins, attribute casters,
+etc.
+
+%description -l pl
+Pakiet Ruby's Fantasic Atomic Core Extensions - ma taką nazwę,
+ponieważ najbardziej unikalny aspekt tej biblioteki to atomowość w
+układzie rozszerzeń. Każda metoda rozszerzenia jest przechowywana w
+oddzielnym pliku, który może być wymagany niezależnie. Ale to tylko
+połowa tego, co oferuje Facets. Facets zawiera także obszerną kolekcję
+klas, modułów, mixinów i innych dodatków wyższego poziomu. Przykłady
+obejmują uporządkowane hasze, makra modułów dla dynamicznych mixinów,
+rzutowanie atrybutów itp.
+
+%prep
+%setup -q -n %{tarname}-%{version}
+
+%build
+rdoc --ri --op ri lib
+rdoc --op rdoc lib
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{ruby_rubylibdir},%{ruby_ridir}}
+cp -a lib/* $RPM_BUILD_ROOT%{ruby_rubylibdir}
+cp -a ri/ri/* $RPM_BUILD_ROOT%{ruby_ridir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc rdoc README
+%{ruby_rubylibdir}/*
+#%{ruby_ridir}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/02/08 23:43:35 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list