libsass-vl.spec 3.7 KB

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