Changeset 1691 for spec/trunk/SPECS/libmikmod.spec
- Timestamp:
- Feb 17, 2020, 11:53:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libmikmod.spec
r1520 r1691 2 2 Name: libmikmod 3 3 Version: 3.3.11.1 4 Release: 1%{?dist}4 Release: 2%{?dist} 5 5 License: LGPL 6 6 Group: System Environment/Libraries 7 7 URL: http://mikmod.sourceforge.net/ 8 8 #Source: http://mikmod.sourceforge.net/files/%{name}-%{version}.tar.gz 9 %scm_source git file:/ e:/gcc/libmikmod-3.3.11.1libmikmod-3.3.11.110 Patch0: %{name}-os2.patch9 %scm_source git file://f:/src/ports-git/libmikmod libmikmod-3.3.11.1 10 #Patch0: %{name}-os2.patch 11 11 BuildRoot: %{_tmppath}/%{name}-%{version}-root 12 12 BuildRequires: pthread-devel 13 Requires: libgcc1 13 # Requires: 14 14 15 15 %description … … 32 32 autoreconf -fiv 33 33 34 %patch0 -p134 #%patch0 -p1 35 35 36 36 %build … … 43 43 %configure --enable-dl --enable-alsa --disable-simd 44 44 45 % make_build%{?_smp_mflags}45 %{__make} %{?_smp_mflags} 46 46 47 47 … … 96 96 97 97 %changelog 98 * Mon Feb 17 2020 Valery Sedletski <_valerius@mail.ru> - 3.3.11.1-2 99 - Remove wrong libgcc dependency 100 - Rebuild package with gcc 9.2.0 101 98 102 * Thu Nov 15 2018 Elbert Pol <elbert.pol@gmail.com> -3.3.11.1-1 99 103 - Updated to latest version
Note:
See TracChangeset
for help on using the changeset viewer.