Changeset 1711 for spec/trunk/SPECS
- Timestamp:
- Sep 30, 2020, 8:37:34 PM (5 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 1 added
- 4 edited
-
beebeep.spec (modified) (5 diffs)
-
fluidsynth.spec (modified) (6 diffs)
-
libvorbis.spec (modified) (3 diffs)
-
speexdsp.spec (added)
-
yaz.spec (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/beebeep.spec
r1678 r1711 16 16 # 17 17 18 %define rsvn r1 35218 %define rsvn r1408 19 19 Name: beebeep 20 Version: 5.8. 220 Version: 5.8.3 21 21 Release: 1 22 22 Summary: Secure Lan Messenger … … 27 27 28 28 Vendor: bww bitwise works GmbH 29 %scm_source svn https://svn.code.sf.net/p/beebeep/code 1 35229 %scm_source svn https://svn.code.sf.net/p/beebeep/code 1408 30 30 31 31 BuildRequires: unzip … … 90 90 %{_libdir}/*.dll 91 91 %{_datadir}/misc/*.wav 92 %{_datadir}/misc/*.ini92 %{_datadir}/misc/*.ini 93 93 %{_datadir}/misc/*.rc 94 94 %{_datadir}/pixmaps/*.png … … 96 96 97 97 %changelog 98 * Mon Jul 06 2020 Elbert Pol <elbert.pol@gmail.com> 5.8.3-1 99 - Updated to latest source 100 98 101 * Wed Nov 06 2019 Elbert Pol <elbert.pol@gmail.com> 5.8.2-1 99 102 - Updated to latest source … … 102 105 103 106 * Wed Sep 25 2019 Elbert Pol <elbert.pol@gmail.com> 5.6.8-2 104 - Clean up some spec code 107 - Clean up some spec code 105 108 106 109 * Wed Sep 25 2019 Elbert Pol <elbert.pol@gmail.com> 5.6.8-1 -
spec/trunk/SPECS/fluidsynth.spec
r1708 r1711 1 1 Summary: Real-time software synthesizer 2 2 Name: fluidsynth 3 Version: 2.1. 23 Version: 2.1.5 4 4 Release: 1%{?dist} 5 5 URL: http://www.fluidsynth.org/ … … 10 10 %scm_source github http://github.com/komh/fluidsynth-os2 master 11 11 12 %if !0%{?os2_version} 12 13 # Re-fix multi-lib conflict RHBZ#528240 13 #Patch0: fluidsynth-no_date_footer.patch 14 Patch0: fluidsynth-no_date_footer.patch 15 %endif 14 16 15 17 BuildRequires: libogg-devel 16 18 BuildRequires: flac-devel 17 19 BuildRequires: libvorbis-devel 18 #BuildRequires: alsa-lib-devel19 20 BuildRequires: cmake 20 #BuildRequires: dbus-devel21 21 BuildRequires: gcc 22 #%if !0%{?flatpak}23 #BuildRequires: jack-audio-connection-kit-devel24 #%endif25 #BuildRequires: ladspa-devel26 22 BuildRequires: libsndfile-devel 27 23 BuildRequires: ncurses-devel 28 24 BuildRequires: pkgconfig 25 BuildRequires: readline-devel 26 27 %if !0%{?os2_version} 28 BuildRequires: jack-audio-connection-kit-devel 29 BuildRequires: ladspa-devel 30 BuildRequires: alsa-lib-devel 31 BuildRequires: dbus-devel 32 BuildRequires: pulseaudio-libs-devel 33 BuildRequires: portaudio-devel 34 %endif 35 29 36 # Disabled for now: 30 37 # http://sourceforge.net/apps/trac/fluidsynth/ticket/51 31 38 # To enable portaudio support one also has to pass 32 39 # -Denable-portaudio=on to cmake 33 # BuildRequires: portaudio-devel34 #BuildRequires: pulseaudio-libs-devel35 BuildRequires: readline-devel36 40 37 41 # For documentation: … … 63 67 for building programs that link against fluidsynth. 64 68 69 %debug_package 70 65 71 %prep 66 72 %scm_setup … … 78 84 #%endif 79 85 80 #%{cmake} -Denable-ladspa=on -Denable-jack=%{enable_jack} .. 86 %if !0%{?os2_version} 87 %{cmake} -Denable-ladspa=on -Denable-jack=%{enable_jack} .. 88 %endif 81 89 %{cmake} .. 82 #popd83 90 cd .. 84 91 … … 96 103 %{_bindir}/fluid*.exe 97 104 %{_mandir}/man1/fluidsynth* 98 #%exclude %{_bindir}/fluidsy2.dll99 #%exclude %{_bindir}/fluidsynth.dbg100 #%exclude %{_bindir}/fluidsy2.dbg101 105 102 106 %files libs … … 117 121 118 122 %changelog 123 * Tue Sep 22 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.5-1 124 - Update to latest version 125 - Add debug package 126 127 * Mon Jul 20 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.4-1 128 - Updated to latest source 129 130 * Tue Jun 16 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.3-1 131 - Updated to latest source 132 119 133 * Sun May 03 2020 Elbert Pol <elbert.pol@gmail.com> - 2.1.2-1 120 134 - Updated to latest source -
spec/trunk/SPECS/libvorbis.spec
r1613 r1711 3 3 Summary: The Vorbis General Audio Compression Codec 4 4 Name: libvorbis 5 Version: 1.3. 66 Release: 3%{?dist}5 Version: 1.3.7 6 Release: 1%{?dist} 7 7 Epoch: 1 8 8 License: BSD … … 74 74 75 75 %check 76 #makecheck76 make -k check 77 77 78 78 %files … … 99 99 100 100 %changelog 101 * Sun Jul 05 2020 Elbert Pol <elbert.pol@gmail.com> - 1.3.7-1 102 - Updated to latest source 103 101 104 * Mon Mar 04 2019 Elbert Pol <elbert.pol@gmail.com> - 1.3.6-3 102 105 - Put dll in right section -
spec/trunk/SPECS/yaz.spec
r1447 r1711 8 8 Name: yaz 9 9 Summary: Z39.50 Programs 10 Version: 5. 26.111 Release: 410 Version: 5.30.3 11 Release: 1 12 12 # determine system 13 %if !0%{?os2_version} 13 14 %define is_redhat5 %(grep 'release 5' /etc/redhat-release >/dev/null 2>&1 && echo 1 || echo 0) 14 15 %define is_mandrake %(test -e /etc/mandrake-release && echo 1 || echo 0) … … 17 18 %define is_fedora %(test -e /etc/fedora-release && echo 1 || echo 0) 18 19 %define is_os2 %(test -e /@unixroot/etc/os2-release && echo 1 || echo 0) 20 %endif 21 22 Patch0: filepath-os2.patch 23 Patch1: tpath-os2.patch 24 Patch2: makefile-os2.patch 25 Patch3: yaz-asncomp-os2.patch 26 Patch4: tcpip_os2.patch 19 27 20 28 Requires: readline, libyaz5 = %{version} … … 24 32 Vendor: Index Data ApS <info@indexdata.dk> 25 33 #Source: yaz-%{version}.tar.gz 26 %scm_source github http ://github.com/TeLLie/%{name}-os2master34 %scm_source github https://github.com/indexdata/yaz master 27 35 BuildRoot: %{_tmppath}/%{name}-%{version}-root 28 36 Prefix: %{_prefix} 29 37 38 %if !0%{?os2_version} 30 39 #%define TCPWRAPPER tcp_wrappers-devel 31 40 %if %is_redhat5 … … 37 46 %endif 38 47 39 #BuildRequires: %{TCPWRAPPER}40 48 %if %is_suse11 41 49 BuildRequires: libgnutls-devel 42 %e lse43 #BuildRequires: gnutls-devel 44 %endif 45 50 %endif 51 %endif 52 53 BuildRequires: gnutls-devel 46 54 BuildRequires: pkgconfig 47 55 BuildRequires: libxml2-devel … … 67 75 Retrieval. 68 76 69 #%post -n libyaz5 -p /sbin/ldconfig 70 #%postun -n libyaz5 -p /sbin/ldconfig 77 %if !0%{?os2_version} 78 %post -n libyaz5 -p /sbin/ldconfig 79 %postun -n libyaz5 -p /sbin/ldconfig 80 %endif 71 81 72 82 %package -n libyaz5-devel … … 97 107 %prep 98 108 %scm_setup 109 %patch0 -p0 -b .os2~ 110 %patch1 -p1 -b .tpath~ 111 %patch2 -p0 -b .makefile~ 112 %patch3 -p0 -b .asncomp~ 113 %patch4 -p0 -b .tcpip~ 99 114 100 115 %build 101 autoreconf -ivf 116 buildconf.sh 102 117 export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 103 export LIBS="-lcx -ltinfo"118 export LIBS="-lcx" 104 119 105 120 CFLAGS="$RPM_OPT_FLAGS" \ 106 121 ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} \ 107 --enable-shared --with-xslt --with-icu --without-memcached108 109 %if %{?make_build:1}%{!?make_build:0} && %{?is_os2:0}%{!?is_os2:1}110 %make _build122 --enable-shared --without-memcached --disable-static --with-xslt --with-gnutls --with-icu --with-xml2 --with-iconv 123 124 %if !0%{?os2_version} 125 %make CFLAGS="$RPM_OPT_FLAGS" 111 126 %else 112 make CFLAGS="$RPM_OPT_FLAGS"127 make %{?_smp_mflags} 113 128 %endif 114 129 … … 117 132 make install DESTDIR=${RPM_BUILD_ROOT} 118 133 rm ${RPM_BUILD_ROOT}/%{_libdir}/*.la 134 135 %check 136 export BEGINLIBPATH=%{_builddir}/%{buildsubdir}/src/.libs 137 make -k check 119 138 120 139 %clean … … 146 165 %defattr(-,root,root) 147 166 %{_libdir}/*.dll 167 148 168 %files -n libyaz5-devel 149 169 %defattr(-,root,root) … … 151 171 %{_bindir}/yaz-asncomp 152 172 %{_includedir}/yaz 153 %{_libdir}/pkgconfig/yaz .pc173 %{_libdir}/pkgconfig/yaz*.pc 154 174 %{_libdir}/*.dll 155 175 %{_libdir}/*.a … … 172 192 173 193 %changelog 194 * Sat Aug 01 2020 Elbert Pol <elbert.pol@gmail.com> - 5.30.3-1 195 - Updated to latest source 196 - Updated the spec file 197 - Added patched to get is build and to get the test build 198 174 199 * Thu Jul 26 2018 Elbert Pol <elbert.pol@gmail.com> -5.26.1-4 175 200 - Updated to latest Xslt and Xml2 176 201 * Wed Jul 25 2018 Elbert Pol <elbert.pol@gmail.com> -5.26.1-3 177 202 - Add $(exeext) for tclsh 203 178 204 * Sat Jul 14 2018 Elbert Pol <elbert.pol@gmail.com> - 5.26.1-2 179 205 - remove some dependicies 206 180 207 * Sat Jul 14 2018 Elbert Pol <elbert.pol@gmail.com> - 5.26.1-1 181 208 - Initial build for OS2
Note:
See TracChangeset
for help on using the changeset viewer.
