We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fc712 commit ce7c581Copy full SHA for ce7c581
sassc.spec
@@ -12,17 +12,22 @@ URL: https://github.com/sass/sassc
12
Source0: https://github.com/sass/%{pkg_name}/archive/%{version}.tar.gz
13
14
BuildRequires: %{?scl_prefix}libsass-devel
15
+BuildRequires: autoconf
16
+BuildRequires: automake
17
+BuildRequires: libtool
18
Requires: %{?scl_prefix}libsass
19
20
%description
21
CLI wrapper around libsass
22
23
%prep
24
%setup -q -n %{pkg_name}-%{version}
25
+autoreconf --force --install
26
27
28
%build
29
%{?scl:scl enable %{scl} - << \EOF}
30
+export SASSC_VERSION="%{version}"
31
%configure
32
make %{?_smp_mflags}
33
%{?scl:EOF}
@@ -33,7 +38,8 @@ make %{?_smp_mflags}
38
34
39
35
40
%files
36
-%doc
41
+%doc Readme.md LICENSE
42
+%{_bindir}/%{name}
37
43
44
45
0 commit comments