/[packages]/cauldron/ruby-shoulda-context/current/SPECS/ruby-shoulda-context.spec
ViewVC logotype

Contents of /cauldron/ruby-shoulda-context/current/SPECS/ruby-shoulda-context.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 396478 - (show annotations) (download)
Fri Feb 8 17:03:27 2013 UTC (11 years, 2 months ago) by umeabot
File size: 1180 byte(s)
Rebuild for CVE-2013-0256
1 %define oname shoulda-context
2
3 Name: ruby-%{oname}
4 Version: 1.0.1
5 Release: %mkrel 3
6 Summary: Context framework extracted from Shoulda
7 Group: Development/Ruby
8 License: GPLv2
9 URL: http://thoughtbot.com/community/
10 Source0: http://rubygems.org/downloads/%{oname}-%{version}.gem
11 BuildRequires: rubygems
12 BuildArch: noarch
13 Conflicts: ruby-shoulda < 3
14
15 %description
16 Context framework extracted from Shoulda.
17
18 #-------------------------------------------------------------------------------
19 %package doc
20 Summary: Documentation for %{name}
21 Group: Development/Ruby
22 Requires: %{name} = %{version}-%{release}
23
24 %description doc
25 Documents, Rdoc & RI documentation for %{name}.
26 #-------------------------------------------------------------------------------
27
28 %prep
29 %setup -q
30 tar xmf data.tar.gz
31
32 %build
33 %gem_build
34
35 %install
36 %gem_install
37
38 %files
39 %{_bindir}/convert_to_should_syntax
40 %dir %{ruby_gemdir}/gems/%{oname}-%{version}/
41 %{ruby_gemdir}/gems/%{oname}-%{version}/bin
42 %{ruby_gemdir}/gems/%{oname}-%{version}/lib
43 %{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
44
45 %files doc
46 %doc %{ruby_gemdir}/doc/%{oname}-%{version}

  ViewVC Help
Powered by ViewVC 1.1.30