/[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 539096 - (hide annotations) (download)
Mon Oct 21 14:15:15 2013 UTC (10 years, 5 months ago) by umeabot
File size: 1268 byte(s)
Mageia 4 Mass Rebuild
1 shlomif 259006 %define oname sass
2    
3     Name: ruby-%{oname}
4 fwang 441190 Version: 3.2.9
5 umeabot 539096 Release: %mkrel 3
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 fwang 491381 %gem_build
35 shlomif 259006
36     %install
37     %gem_install
38    
39     rm -rf %{buildroot}%{ruby_gemdir}/gems/%{oname}-%{version}/.yardoc
40    
41     %files
42 shlomif 259008 %{_bindir}/sass
43     %{_bindir}/sass-convert
44     %{_bindir}/scss
45 fwang 491386 %{ruby_gemdir}/gems/%{oname}-%{version}/
46 shlomif 259006 %{ruby_gemdir}/specifications/%{oname}-%{version}.gemspec
47    
48     %files doc
49     %doc %{ruby_gemdir}/doc/%{oname}-%{version}

  ViewVC Help
Powered by ViewVC 1.1.30