Accepting request 908520 from home:dirkmueller:Factory
- update to 3.6.2: * matches libsass 3.6.2 release, see https://github.com/sass/libsass/releases/tag/3.6.5 OBS-URL: https://build.opensuse.org/request/show/908520 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sassc?expand=0&rev=11
This commit is contained in:
12
sassc.spec
12
sassc.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sassc
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: sassc
|
||||
Version: 3.6.1
|
||||
Version: 3.6.2
|
||||
Release: 0
|
||||
Summary: Libsass command line driver
|
||||
License: MIT
|
||||
Group: Development/Tools/Other
|
||||
Url: https://github.com/sass/sassc/
|
||||
URL: https://github.com/sass/sassc/
|
||||
Source: https://github.com/sass/sassc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@@ -44,14 +44,14 @@ cleaner stylesheets and makes collaboration on your CSS a breeze.
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE Readme.md
|
||||
%license LICENSE
|
||||
%doc Readme.md
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user