8
0
forked from pool/perl-CSS-Sass

Accepting request 895827 from devel:languages:perl:autoupdate

- updated to 3.6.4
   see /usr/share/doc/packages/perl-CSS-Sass/Changes

OBS-URL: https://build.opensuse.org/request/show/895827
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CSS-Sass?expand=0&rev=22
This commit is contained in:
2021-06-01 13:18:03 +00:00
committed by Git OBS Bridge
parent ab44786f56
commit 9d30322b89
4 changed files with 16 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff002cd0fc3d0531fcccf172a999c13223ec07f475ad811cf2c24597067b3d15
size 1129524

3
CSS-Sass-3.6.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24529e606e1aae914f53e869e42e6bb0eed3e8c9c256343c8f37fa29d9c06941
size 1334355

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-CSS-Sass
#
# Copyright (c) 2020 SUSE LLC
# 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
@@ -16,21 +16,20 @@
#
Name: perl-CSS-Sass
Version: 3.6.3
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: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OC/OCBNET/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
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
@@ -56,12 +55,12 @@ parity and heading towards full 3.4 compatibility. It can compile .scss and
.sass files.
%prep
%setup -q -n %{cpan_name}-%{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 Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@@ -72,7 +71,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc appveyor.yml Changes CODE_OF_CONDUCT.md perlobject.map README.md util
%license LICENSE