Blame SPECS/libsass.spec

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