source: projects/specs/trunk/lib/libs/libsass/libsass-vl.spec @ 12316

Revision 12316, 3.5 KB checked in by tomop, 4 years ago (diff)

updated 22 packages

actdiag-0.5.4-1

blockdiag-1.5.4-1

clamav-0.102.1-1

ghostscript-9.27-3

git-2.24.1-1

incron-0.5.12-4

iputils-20190709-2

libsass-3.6.3-1

libxslt-1.1.34-1

nginx-1.16.1-4

nsd-4.2.4-1

nwdiag-1.0.4-1

oniguruma-6.9.4-1

php73-7.3.12-1

python-funcparserlib-0.3.6-1

python-webcolors-1.10-1

samba-4.10.10-1

seqdiag-0.9.6-1

strongswan-5.8.1-1

trousers-0.3.14-1

unbound-1.9.6-1

unrar-free-0.0.1.20140707-1

Line 
1Name:           libsass
2Version:        3.6.3
3Release:        1%{?_dist_release}
4Summary:        C/C++ port of the Sass CSS precompiler
5Summary(ja):    C/C++ Sass CSS プリコンパイラ
6
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        MIT
11URL:            http://sass-lang.com/libsass
12Source0:        https://github.com/sass/libsass/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
13
14BuildRequires:  automake
15BuildRequires:  autoconf
16BuildRequires:  libtool
17BuildRequires:  pkgconfig
18BuildRequires:  gcc-c++
19
20%description
21Libsass is a C/C++ port of the Sass CSS precompiler. The original version was
22written in Ruby, but this version is meant for efficiency and portability.
23
24This library strives to be light, simple, and easy to build and integrate with
25a variety of platforms and languages.
26
27Libsass is just a library, but if you want to RUN libsass, install the sassc
28package.
29
30
31%package        devel
32Summary:        Development files for %{name}
33Requires:       %{name}%{?_isa} = %{version}-%{release}
34
35%description    devel
36The %{name}-devel package contains libraries and header files for
37developing applications that use %{name}.
38
39
40%prep
41%setup -q
42export LIBSASS_VERSION=%{version}
43autoreconf --force --install
44
45
46%build
47%configure --disable-static
48make %{?_smp_mflags}
49
50
51%install
52make install DESTDIR=$RPM_BUILD_ROOT
53find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
54
55
56%post -p /sbin/ldconfig
57
58%postun -p /sbin/ldconfig
59
60
61%files
62%license LICENSE
63%doc Readme.md SECURITY.md
64%{_libdir}/*.so.*
65
66%files devel
67%license LICENSE
68%{_includedir}/*
69%{_libdir}/*.so
70%{_libdir}/pkgconfig/*.pc
71
72
73%changelog
74* Wed Nov 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.6.3-1
75- new upstream release.
76
77* Fri Aug 30 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.6.1-1
78- new upstream release.
79
80* Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.5.5-1
81- new upstream release.
82- initial build for Vine Linux.
83
84* Fri Jul 20 2018 Aurelien Bompard <abompard@fedoraproject.org> - 3.5.4-3
85- Add missing BR
86
87* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.4-2
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
89
90* Fri Jun 22 2018 Marcel Plch <mplch@redhat.com> - 3.5.4-1
91- Update to 3.5.4
92
93* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-5
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
95
96* Thu Sep 14 2017 Miro Hrončok <mhroncok@redhat.com> - 3.4.5-4
97- Export LIBSASS_VERSION, so it is possible to get it via libsass_version()
98
99* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-3
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
101
102* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-2
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
104
105* Mon Jul 24 2017 Aurelien Bompard <abompard@fedoraproject.org> - 3.4.5-1
106- version 3.4.5:  https://github.com/sass/libsass/releases/tag/3.4.5
107
108* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
109- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
110
111* Mon Dec 19 2016 Aurelien Bompard <abompard@fedoraproject.org> - 3.4.1-1
112- Version 3.4.1: https://github.com/sass/libsass/releases/tag/3.4.1
113
114* Mon Dec 12 2016 Aurelien Bompard <abompard@fedoraproject.org> - 3.4.0-1
115- Version 3.4.0: https://github.com/sass/libsass/releases/tag/3.4.0
116
117* Wed Sep 30 2015 Aurelien Bompard <abompard@fedoraproject.org> - 3.3.6-1
118- initial package
Note: See TracBrowser for help on using the repository browser.