Author: sparky Date: Sun Jan 23 02:39:20 2011 GMT Module: packages Tag: HEAD ---- Log message: - dropped BR: rake - allow newer setup.rb - don't remove non-existing *.yaml files - adapterized
---- Files affected: packages/ruby-activerdf: ruby-activerdf.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/ruby-activerdf/ruby-activerdf.spec diff -u packages/ruby-activerdf/ruby-activerdf.spec:1.2 packages/ruby-activerdf/ruby-activerdf.spec:1.3 --- packages/ruby-activerdf/ruby-activerdf.spec:1.2 Mon Aug 10 16:01:25 2009 +++ packages/ruby-activerdf/ruby-activerdf.spec Sun Jan 23 03:39:14 2011 @@ -7,20 +7,20 @@ Group: Development/Languages Source0: http://gems.rubyforge.org/gems/activerdf-%{version}.gem # Source0-md5: 1f4904cbafd17fef7ac46213eec377be -Patch0: %{name}-nogems.patch +Patch0: %{name}-nogems.patch URL: http://activerdf.rubyforge.org -BuildRequires: rake BuildRequires: rpmbuild(macros) >= 1.277 -BuildRequires: setup.rb = 3.4.1 +BuildRequires: setup.rb >= 3.4.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -ActiveRDF is a library for accessing RDF data from Ruby programs. It can be -used as data layer in Ruby-on-Rails, similar to ActiveRecord (which provides -an O/R mapping to relational databases). ActiveRDF in RoR allows you to create -semantic web applications very rapidly. ActiveRDF gives you a Domain Specific -Language (DSL) for your RDF model: you can address RDF resources, classes, -properties, etc. programmatically, without queries. +ActiveRDF is a library for accessing RDF data from Ruby programs. It +can be used as data layer in Ruby-on-Rails, similar to ActiveRecord +(which provides an O/R mapping to relational databases). ActiveRDF in +RoR allows you to create semantic web applications very rapidly. +ActiveRDF gives you a Domain Specific Language (DSL) for your RDF +model: you can address RDF resources, classes, properties, etc. +programmatically, without queries. %prep %setup -q -c -n activerdf-%{version} @@ -45,7 +45,7 @@ ruby setup.rb install \ --prefix=$RPM_BUILD_ROOT -rm ri/created.rid ri/String/cdesc-String.yaml ri/Module/cdesc-Module.yaml ri/Kernel/cdesc-Kernel.yaml +rm ri/created.rid cp -a ri/* $RPM_BUILD_ROOT%{ruby_ridir} %clean @@ -63,6 +63,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/01/23 02:39:14 sparky +- dropped BR: rake +- allow newer setup.rb +- don't remove non-existing *.yaml files +- adapterized + Revision 1.2 2009/08/10 14:01:25 aredridel - add nogems patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-activerdf/ruby-activerdf.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
