Blame SPECS/libsass.spec

5e7552
Name:           libsass
5e7552
Version:        3.4.5
578ed9
Release:        6%{?dist}
5e7552
Summary:        C/C++ port of the Sass CSS precompiler
5e7552
5e7552
License:        MIT
5e7552
URL:            http://sass-lang.com/libsass
5e7552
Source0:        https://github.com/sass/libsass/archive/%{version}.tar.gz
5e7552
5e7552
BuildRequires:  automake
5e7552
BuildRequires:  autoconf
5e7552
BuildRequires:  libtool
5e7552
BuildRequires:  pkgconfig
5e7552
5e7552
5e7552
%description
5e7552
Libsass is a C/C++ port of the Sass CSS precompiler. The original version was
5e7552
written in Ruby, but this version is meant for efficiency and portability.
5e7552
5e7552
This library strives to be light, simple, and easy to build and integrate with
5e7552
a variety of platforms and languages.
5e7552
5e7552
Libsass is just a library, but if you want to RUN libsass, install the sassc
5e7552
package.
5e7552
5e7552
5e7552
%package        devel
5e7552
Summary:        Development files for %{name}
5e7552
Requires:       %{name}%{?_isa} = %{version}-%{release}
5e7552
5e7552
%description    devel
5e7552
The %{name}-devel package contains libraries and header files for
5e7552
developing applications that use %{name}.
5e7552
5e7552
5e7552
%prep
5e7552
%setup -q
5e7552
export LIBSASS_VERSION=%{version}
5e7552
autoreconf --force --install
5e7552
5e7552
5e7552
%build
5e7552
%configure --disable-static
5e7552
make %{?_smp_mflags}
5e7552
5e7552
5e7552
%install
5e7552
make install DESTDIR=$RPM_BUILD_ROOT
5e7552
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
5e7552
5e7552
5e7552
%post -p /sbin/ldconfig
5e7552
5e7552
%postun -p /sbin/ldconfig
5e7552
5e7552
5e7552
%files
5e7552
%license LICENSE
5e7552
%doc Readme.md SECURITY.md
5e7552
%{_libdir}/*.so.*
5e7552
5e7552
%files devel
5e7552
%license LICENSE
5e7552
%{_includedir}/*
5e7552
%{_libdir}/*.so
5e7552
%{_libdir}/pkgconfig/*.pc
5e7552
5e7552
5e7552
%changelog
578ed9
* Tue Oct 20 2020 Tomas Popela <tpopela@redhat.com> - 3.4.5-6
578ed9
- Rebuild for the annobin fixes
578ed9
- Resolves: rhbz#1704058
578ed9
5e7552
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-5
5e7552
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5e7552
5e7552
* Thu Sep 14 2017 Miro HronĨok <mhroncok@redhat.com> - 3.4.5-4
5e7552
- Export LIBSASS_VERSION, so it is possible to get it via libsass_version()
5e7552
5e7552
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-3
5e7552
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5e7552
5e7552
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-2
5e7552
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5e7552
5e7552
* Mon Jul 24 2017 Aurelien Bompard <abompard@fedoraproject.org> - 3.4.5-1
5e7552
- version 3.4.5:  https://github.com/sass/libsass/releases/tag/3.4.5
5e7552
5e7552
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-2
5e7552
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5e7552
5e7552
* Mon Dec 19 2016 Aurelien Bompard <abompard@fedoraproject.org> - 3.4.1-1
5e7552
- Version 3.4.1: https://github.com/sass/libsass/releases/tag/3.4.1
5e7552
5e7552
* Mon Dec 12 2016 Aurelien Bompard <abompard@fedoraproject.org> - 3.4.0-1
5e7552
- Version 3.4.0: https://github.com/sass/libsass/releases/tag/3.4.0
5e7552
5e7552
* Wed Sep 30 2015 Aurelien Bompard <abompard@fedoraproject.org> - 3.3.6-1
5e7552
- initial package