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

Annotation of /cauldron/ruby-sass/current/SPECS/ruby-sass.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 567398 - (hide annotations) (download)
Wed Jan 22 05:03:14 2014 UTC (10 years, 3 months ago) by pterjan
File size: 1190 byte(s)
Ship VERSION* files, they are used by the code
1 shlomif 259006 %define oname sass
2    
3     Name: ruby-%{oname}
4 pterjan 567398 Version: 3.2.11
5     Release: %mkrel 5
6 shlomif 259006 Summary: CSS Generator
7     License: GPLv2+
8     Group: Development/Ruby
9     URL: http://haml-lang.com/
10     Source0: http://rubygems.org/downloads/%{oname}-%{version}.gem
11     BuildRequires: rubygems
12     BuildArch: noarch
13    
14     %description
15 shlomif 259008 Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules,
16     variables, mixins, selector inheritance, and more. It's translated to
17     well-formatted, standard CSS using the command line tool or a web-framework
18 shlomif 279449 plugin.
19 shlomif 259006
20     #-------------------------------------------------------------------------------
21     %package doc
22     Summary: Documentation for %{name}
23     Group: Development/Ruby
24     Requires: %{name} = %{version}-%{release}
25    
26     %description doc
27     Documents, Rdoc & RI documentation for %{name}.
28     #-------------------------------------------------------------------------------
29    
30     %prep
31 fwang 491381 %gem_setup
32 shlomif 259006
33     %build
34 pterjan 567398 %gem_build
35 shlomif 259006
36     %install
37     %gem_install
38 pterjan 562490 rm -rf %{buildroot}%{gem_instdir}/.yardoc
39 pterjan 567398 cp -a VERSION* %{buildroot}%{gem_instdir}/
40 shlomif 259006
41     %files
42 shlomif 259008 %{_bindir}/sass
43     %{_bindir}/sass-convert
44     %{_bindir}/scss
45 pterjan 567398 %{gem_instdir}
46 pterjan 562490 %{gem_spec}
47 shlomif 259006
48     %files doc
49 pterjan 562490 %doc %{gem_docdir}

  ViewVC Help
Powered by ViewVC 1.1.30