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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 480152 - (show annotations) (download)
Sun Sep 15 20:18:56 2013 UTC (10 years, 7 months ago) by pterjan
File size: 1006 byte(s)
- 2.3.0
- Use gem_setup
- Fix file list
1 %define oname shoulda-matchers
2
3 Name: ruby-%{oname}
4 Version: 2.3.0
5 Release: %mkrel 1
6 Summary: Making tests easy on the fingers and eyes
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
14 %description
15 Making tests easy on the fingers and eyes.
16
17 #-------------------------------------------------------------------------------
18 %package doc
19 Summary: Documentation for %{name}
20 Group: Development/Ruby
21 Requires: %{name} = %{version}-%{release}
22
23 %description doc
24 Documents, Rdoc & RI documentation for %{name}.
25 #-------------------------------------------------------------------------------
26
27 %prep
28 %gem_setup
29
30 %build
31 %gem_build
32
33 %install
34 %gem_install
35
36 %files
37 %{ruby_gemdir}/gems/%{oname}-%{version}/
38 %{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
39
40 %files doc
41 %doc %{ruby_gemdir}/doc/%{oname}-%{version}

  ViewVC Help
Powered by ViewVC 1.1.30