forked from pool/sassc
Accepting request 441843 from home:Ronis_BR
I changed the group and the description of the package. OBS-URL: https://build.opensuse.org/request/show/441843 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sassc?expand=0&rev=1
This commit is contained in:
commit
5fba6852ff
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
sassc-3.3.6.tar.gz
Normal file
3
sassc-3.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840
|
||||
size 22100
|
12
sassc.changes
Normal file
12
sassc.changes
Normal file
@ -0,0 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 11:55:29 UTC 2016 - ronisbr@gmail.com
|
||||
|
||||
- Change the group and description as per jengelh advice.
|
||||
* The group was changed to Development/Tools as in Fedora;
|
||||
* The description was changed based on the package in Debian.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 16:56:49 UTC 2016 - ronisbr@gmail.com
|
||||
|
||||
- Initial version
|
||||
|
56
sassc.spec
Normal file
56
sassc.spec
Normal file
@ -0,0 +1,56 @@
|
||||
#
|
||||
# spec file for package sassc
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
Name: sassc
|
||||
Version: 3.3.6
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Libsass command line driver
|
||||
Url: https://github.com/sass/sassc/
|
||||
Group: Development/Tools/Other
|
||||
Source: https://github.com/sass/sassc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: libsass-devel
|
||||
BuildRequires: libtool
|
||||
|
||||
%description
|
||||
SassC is a C/C++ port of the Sass engine. The point is to be
|
||||
simple, fast, and easy to integrate.
|
||||
|
||||
Sass is a pre-processing language for CSS. It allows you to write
|
||||
cleaner stylesheets and makes collaboration on your CSS a breeze.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
./configure --prefix=%{_prefix}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} %{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE Readme.md TODO
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user