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