Changeset 1695 for spec/trunk/SPECS/fluidsynth.spec
- Timestamp:
- Apr 7, 2020, 8:01:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/fluidsynth.spec
r1682 r1695 1 1 Summary: Real-time software synthesizer 2 2 Name: fluidsynth 3 Version: 2.1. 03 Version: 2.1.1 4 4 Release: 1%{?dist} 5 5 URL: http://www.fluidsynth.org/ 6 #Source0: 6 #Source0: https://github.com/Fluidsynth/fluidsynth/archive/v%{version}/fluidsynth-%{version}.tar.gz 7 7 License: LGPLv2+ 8 8 Requires: fluidsynth-libs%{?_isa} = %{version}-%{release} … … 63 63 for building programs that link against fluidsynth. 64 64 65 %debug_package66 67 65 %prep 68 #%setup -q69 #%patch0 -p1 -b .no.date70 66 %scm_setup 71 67 … … 100 96 %{_bindir}/fluid* 101 97 %{_mandir}/man1/fluidsynth* 102 %exclude %{_bindir}/fluidsy2.dll103 %exclude %{_bindir}/fluidsynth.dbg104 %exclude %{_bindir}/fluidsy2.dbg98 #%exclude %{_bindir}/fluidsy2.dll 99 #%exclude %{_bindir}/fluidsynth.dbg 100 #%exclude %{_bindir}/fluidsy2.dbg 105 101 106 102 %files libs … … 121 117 122 118 %changelog 119 * Mon Mar 02 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.1-1 120 - Updated to latest source 121 123 122 * Fri Dec 06 2019 Elbert Pol <elbert.pol@gmail.com> - 2.1.0-1 124 123 - Updated to latest source
Note:
See TracChangeset
for help on using the changeset viewer.