Compare commits
21 Commits
Author | SHA256 | Date | |
---|---|---|---|
fd18439adf | |||
036cbe2fda | |||
9d30322b89 | |||
ab44786f56 | |||
|
5bb64fac5c | ||
|
4446d71ead | ||
21d7c8bd45 | |||
5f711a648a | |||
2f09aba7ac | |||
|
6a82205b79 | ||
|
fa9eb2df5c | ||
|
7a6db6a6c6 | ||
|
4e1fe93f4d | ||
|
53baef0fb3 | ||
|
67dcff3e0e | ||
|
97ddf22da2 | ||
|
dd96576ccf | ||
|
6c2c022ffb | ||
|
6411df49ea | ||
|
2715f54fe2 | ||
|
f3309fcf04 |
3
CSS-Sass-3.6.4.tar.gz
Normal file
3
CSS-Sass-3.6.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24529e606e1aae914f53e869e42e6bb0eed3e8c9c256343c8f37fa29d9c06941
|
||||
size 1334355
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3edcb86ecf4765672f0af335ecf8451610352c8b6f86122155ef1046872ccbc8
|
||||
size 792876
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -12,6 +12,9 @@
|
||||
# bar.patch:
|
||||
preamble: |-
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: perl(ExtUtils::CppGuess)
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(YAML::XS)
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
@@ -19,7 +22,7 @@ preamble: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
license: MIT
|
||||
# license: MIT
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
|
@@ -1,3 +1,168 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 03:06:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.6.4
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 03:07:37 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
updated to 3.6.3
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 2 03:09:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
updated to 3.6.2
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 05:02:38 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.6.0
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
CSS::Sass (3.6.0)
|
||||
|
||||
First release with next major libsass version
|
||||
This may cause your existing sass code to break
|
||||
Please check the libsass changelog for breaking changes
|
||||
https://github.com/sass/libsass/releases/tag/3.6.0
|
||||
|
||||
* Bumped libsass version to latest 3.6 stable branch (3.6.0)
|
||||
* Added digest plugin to compute md5/base64/crc checksums
|
||||
* Adjusted a few test cases to match new 3.6 behaviors
|
||||
|
||||
-- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 19 May 2019 17:49:32 +0100
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 05:06:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.4.13
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
CSS::Sass (3.4.13)
|
||||
|
||||
* Fix build failures when using clang
|
||||
* Fix detection of installed modules
|
||||
|
||||
-- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 11 Apr 2019 22:14:04 +0100
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 05:03:14 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.4.12
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
CSS::Sass (3.4.12)
|
||||
|
||||
* Maintenance release (no libsass upgrade)
|
||||
* Add unit tests for included plugins
|
||||
* Changed plugin locations and auto loading
|
||||
* Implement support for HRX spec tests
|
||||
* Fix issue with newer ExtUtils::CppGuess
|
||||
* Update ppport.h and adjust makefile
|
||||
* Update sassc plugin to latest version
|
||||
* Update img-size plugin to latest version
|
||||
* Add loading of alternate spec output file names
|
||||
* Fix spec test by trimming trailing white-space
|
||||
* Add appveyor for windows/strawberry perl testing
|
||||
|
||||
-- Marcel Greter <perl-libsass@ocbnet.ch> Thu, 10 Apr 2019 01:44:42 +0100
|
||||
|
||||
CSS::Sass (3.4.11)
|
||||
|
||||
* Bumped libsass version to latest 3.4 stable branch (3.4.9)
|
||||
* Improve spec-runner to normalize nth-child binomial spacing
|
||||
* Fix sass operation overloads for inverted operands
|
||||
|
||||
-- Marcel Greter <perl-libsass@ocbnet.ch> Mon, 05 Feb 2018 23:31:14 +0200
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 06:08:32 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.10
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 06:23:31 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.8
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 05:07:35 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.7
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 8 08:39:31 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.6
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 05:12:28 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.5
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 06:11:33 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.4
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 25 06:09:35 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.3
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 06:10:11 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.2
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 11:19:26 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.1
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 11 06:08:23 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 3.4.0
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 05:06:00 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 3.3.6
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
Mon Jul 4 12:18:45 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 3.3.5
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 07:45:15 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 3.3.4
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 12 12:28:21 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 3.3.3
|
||||
see /usr/share/doc/packages/perl-CSS-Sass/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 21:28:27 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-CSS-Sass
|
||||
#
|
||||
# Copyright (c) 2015 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
|
||||
@@ -12,53 +12,67 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-CSS-Sass
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
%define cpan_name CSS-Sass
|
||||
Name: perl-CSS-Sass
|
||||
Version: 3.6.4
|
||||
Release: 0
|
||||
Summary: Compile .scss files using libsass
|
||||
License: MIT
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/CSS-Sass/
|
||||
Source: http://www.cpan.org/authors/id/O/OC/OCBNET/%{cpan_name}-v%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/O/OC/OCBNET/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(File::Slurp)
|
||||
BuildRequires: perl(File::chdir)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Test::Differences)
|
||||
Requires: perl(File::Slurp)
|
||||
BuildRequires: perl(Encode::Locale) >= 0.01
|
||||
BuildRequires: perl(ExtUtils::CppGuess) >= 0.14
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52
|
||||
BuildRequires: perl(File::chdir) >= 0.01
|
||||
BuildRequires: perl(Filesys::Notify::Simple) >= 0.01
|
||||
BuildRequires: perl(List::Util) >= 1.45
|
||||
BuildRequires: perl(Test::Differences) >= 0.01
|
||||
BuildRequires: perl(YAML::XS) >= 0.01
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(Encode::Locale) >= 0.01
|
||||
Requires: perl(Filesys::Notify::Simple) >= 0.01
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(version)
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: perl(ExtUtils::CppGuess)
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(YAML::XS)
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
CSS::Sass provides a perl interface to libsass, a fairly complete Sass
|
||||
compiler written in C++. It is currently somewhere around ruby sass 3.2/3.3
|
||||
feature parity and heading towards 3.4. It can compile .scss and .sass
|
||||
files.
|
||||
compiler written in C++. It is currently around ruby sass 3.3/3.4 feature
|
||||
parity and heading towards full 3.4 compatibility. It can compile .scss and
|
||||
.sass files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-v%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
./Build test
|
||||
make test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README.md util
|
||||
%doc appveyor.yml Changes CODE_OF_CONDUCT.md perlobject.map README.md util
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user