sassc/sassc.spec

57 lines
1.4 KiB
RPMSpec
Raw Normal View History

Name: sassc
Version: 3.6.2
Release: 1mamba
Summary: SassC is a wrapper around libsass
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/sass/sassc
## GITSOURCE https://github.com/sass/sassc.git 3.5.0
Source: https://github.com/sass/sassc.git/%{version}/sassc-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libsass-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
%description
SassC is a wrapper around libsass.
%debug_package
%prep
%setup -q
%build
autoreconf -f -i
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/sassc
%doc LICENSE
%changelog
* Sat May 22 2021 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
- automatic version update by autodist
* Fri Jun 21 2019 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
- automatic version update by autodist
* Mon Jun 10 2019 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
- automatic version update by autodist
* Mon Aug 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.0-1mamba
- package created using the webbuild interface