2016-01-05 18:29:19 +01:00
|
|
|
#
|
|
|
|
# spec file for package libsass
|
|
|
|
#
|
2018-03-09 14:04:39 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2016-01-05 18:29:19 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2016-07-07 17:48:55 +02:00
|
|
|
|
Accepting request 600150 from home:z1trus:branches:devel:libraries:c_c++
- Update version to 3.5.3:
Community:
* Add nim-sass to implementations list (@zacharycarter, #2592)
* Add Haskell bindings to implementations list (@jakubfijalkowski, #2612)
* Add SharpScss and LibSassHost bindings to implementations list (@tompazourek, #2623)
* Update node-sass link in implementations list (@xzyfer, b866ad5)
* Update Unicode doc after forcing UTF8/plain ASCII (@mgreter, #2596)
* Update compatibility section of the read me (@xzyfer, 9266d26)
Features:
* Update sass2scss@v1.1.2 (@mgreter, #2602)
* Emit transparent colours as rgba(0, 0, 0, 0) (@xzyfer, #2298)
* Add a sass_option_push_import_extension C-API (@xzyfer, #1964)
Fixes:
* Fix output/error for modulo zero operation (@mgreter, #2593)
* Fix automake build if sassc is missing (@mgreter, #2601)
* Fix handling of colours in @at directives (@mgreter, #2360)
* Fix edge case converting achromatic colors to HSL (@mgreter, #2604)
* Fix evaluation of arithmetic inside interpolation (@mgreter, #2203)
* Fix handling of @important in custom properties (@xzyfer, #2590)
* Fix duplicate definition of out_of_memory macro (@thatguystone, #2619)
* Fix merging of nested media queries with negation (@xzyfer, #2425)
* Fix regression in parsing selector with trailing escaped colon (@xzyfer, #2625)
* Fix segfault on empty custom properties (@xzyfer, sass/sassc#225)
- Includes changes from 3.5.1:
Features:
* Implement more detailed backtraces (@mgreter, #2573)
Fixes:
* Fix parsing of block comments to ignore css string rules (@mgreter, #1294)
* Fix win UNC path handling for dot and dotdot directories (@mgreter, #2588)
OBS-URL: https://build.opensuse.org/request/show/600150
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsass?expand=0&rev=20
2018-04-24 09:39:53 +02:00
|
|
|
%define libname libsass-3_5_3-1
|
2016-01-05 18:29:19 +01:00
|
|
|
Name: libsass
|
Accepting request 600150 from home:z1trus:branches:devel:libraries:c_c++
- Update version to 3.5.3:
Community:
* Add nim-sass to implementations list (@zacharycarter, #2592)
* Add Haskell bindings to implementations list (@jakubfijalkowski, #2612)
* Add SharpScss and LibSassHost bindings to implementations list (@tompazourek, #2623)
* Update node-sass link in implementations list (@xzyfer, b866ad5)
* Update Unicode doc after forcing UTF8/plain ASCII (@mgreter, #2596)
* Update compatibility section of the read me (@xzyfer, 9266d26)
Features:
* Update sass2scss@v1.1.2 (@mgreter, #2602)
* Emit transparent colours as rgba(0, 0, 0, 0) (@xzyfer, #2298)
* Add a sass_option_push_import_extension C-API (@xzyfer, #1964)
Fixes:
* Fix output/error for modulo zero operation (@mgreter, #2593)
* Fix automake build if sassc is missing (@mgreter, #2601)
* Fix handling of colours in @at directives (@mgreter, #2360)
* Fix edge case converting achromatic colors to HSL (@mgreter, #2604)
* Fix evaluation of arithmetic inside interpolation (@mgreter, #2203)
* Fix handling of @important in custom properties (@xzyfer, #2590)
* Fix duplicate definition of out_of_memory macro (@thatguystone, #2619)
* Fix merging of nested media queries with negation (@xzyfer, #2425)
* Fix regression in parsing selector with trailing escaped colon (@xzyfer, #2625)
* Fix segfault on empty custom properties (@xzyfer, sass/sassc#225)
- Includes changes from 3.5.1:
Features:
* Implement more detailed backtraces (@mgreter, #2573)
Fixes:
* Fix parsing of block comments to ignore css string rules (@mgreter, #1294)
* Fix win UNC path handling for dot and dotdot directories (@mgreter, #2588)
OBS-URL: https://build.opensuse.org/request/show/600150
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsass?expand=0&rev=20
2018-04-24 09:39:53 +02:00
|
|
|
Version: 3.5.3
|
2016-01-05 18:29:19 +01:00
|
|
|
Release: 0
|
2016-11-24 15:35:30 +01:00
|
|
|
Summary: Compiler library for A CSS preprocessor language
|
2016-07-07 17:48:55 +02:00
|
|
|
License: MIT
|
2016-01-05 18:29:19 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2016-07-07 17:48:55 +02:00
|
|
|
Url: https://github.com/sass/libsass
|
2016-11-23 18:04:07 +01:00
|
|
|
Source: https://github.com/sass/libsass/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2016-07-18 10:18:37 +02:00
|
|
|
Patch1: libsass-am.diff
|
|
|
|
Patch2: libsass-vers.diff
|
2016-01-05 18:29:19 +01:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: gcc-c++
|
2016-07-07 17:48:55 +02:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkgconfig
|
2016-01-05 18:29:19 +01:00
|
|
|
|
|
|
|
%description
|
2016-07-18 10:18:37 +02:00
|
|
|
Sass is a CSS pre-processor language to add new features to CSS.
|
|
|
|
LibSass is a C/C++ port of the Sass CSS precompiler.
|
2016-01-05 18:29:19 +01:00
|
|
|
|
2016-07-07 17:48:55 +02:00
|
|
|
%package -n %{libname}
|
2016-11-24 15:35:30 +01:00
|
|
|
Summary: Compiler library for A CSS preprocessor language
|
|
|
|
Group: System/Libraries
|
2016-07-07 17:48:55 +02:00
|
|
|
|
|
|
|
%description -n %{libname}
|
2016-11-24 15:35:30 +01:00
|
|
|
This package provides the shared library object for libsass.
|
2016-07-07 17:48:55 +02:00
|
|
|
|
2016-01-05 18:29:19 +01:00
|
|
|
%package devel
|
2016-11-24 15:35:30 +01:00
|
|
|
Summary: Development files for libsass, a library for a CSS preprocessor language
|
2016-01-05 18:29:19 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
2016-07-07 17:48:55 +02:00
|
|
|
Requires: %{libname} = %{version}
|
2016-01-05 18:29:19 +01:00
|
|
|
|
|
|
|
%description devel
|
2016-11-24 15:35:30 +01:00
|
|
|
This package provides development header files for libsass.
|
2016-01-05 18:29:19 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2016-07-18 10:18:37 +02:00
|
|
|
%patch -P 1 -P 2 -p1
|
2016-01-05 18:29:19 +01:00
|
|
|
|
|
|
|
%build
|
2016-07-18 10:18:37 +02:00
|
|
|
if [ ! -f VERSION ]; then
|
|
|
|
echo "%{version}" >VERSION
|
|
|
|
fi
|
2016-01-05 18:29:19 +01:00
|
|
|
autoreconf -fi
|
2016-07-18 10:18:37 +02:00
|
|
|
%configure --disable-static
|
2016-01-05 18:29:19 +01:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2016-07-07 17:48:55 +02:00
|
|
|
%check
|
|
|
|
make check %{?_smp_mflags}
|
|
|
|
|
2016-07-18 10:18:37 +02:00
|
|
|
%install
|
|
|
|
%make_install
|
2016-11-23 18:04:07 +01:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2016-07-18 10:18:37 +02:00
|
|
|
|
2016-07-07 17:48:55 +02:00
|
|
|
%post -n %{libname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{libname} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n %{libname}
|
2018-03-09 14:04:39 +01:00
|
|
|
%license LICENSE
|
2016-07-18 10:18:37 +02:00
|
|
|
%{_libdir}/libsass*.so.*
|
2016-07-07 17:48:55 +02:00
|
|
|
|
|
|
|
%files devel
|
2016-07-18 10:18:37 +02:00
|
|
|
%{_includedir}/sass*
|
2016-01-05 18:29:19 +01:00
|
|
|
%{_libdir}/pkgconfig/libsass.pc
|
2016-07-18 10:18:37 +02:00
|
|
|
%{_libdir}/libsass*.so
|
2016-01-05 18:29:19 +01:00
|
|
|
|
|
|
|
%changelog
|