|
@@ -1,6 +1,9 @@
|
|
|
|
+%define ver 2.0.1
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Name: SDL2_image
|
|
Name: SDL2_image
|
|
-Version: 2.0.1
|
|
+Version: %{ver}
|
|
-Release: 2%{?dist}
|
|
+Release: %{rel}%{?_dist_release}
|
|
Summary: Image loading library for SDL
|
|
Summary: Image loading library for SDL
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -15,6 +18,10 @@ BuildRequires: libtiff-devel
|
|
BuildRequires: libwebp-devel
|
|
BuildRequires: libwebp-devel
|
|
BuildRequires: chrpath
|
|
BuildRequires: chrpath
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
|
|
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
|
|
designed to provide fast access to the graphics frame buffer and audio
|
|
designed to provide fast access to the graphics frame buffer and audio
|
|
@@ -72,6 +79,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Apr 16 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 2.0.1-1
|
|
|
|
+- initial build for Vine Linux
|
|
|
|
+
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|