Changeset 1800 for spec/trunk/SPECS
- Timestamp:
- Mar 8, 2022, 1:54:20 PM (4 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 3 edited
-
cmake/macros.cmake (modified) (2 diffs)
-
libogg.spec (modified) (7 diffs)
-
whois.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/cmake/macros.cmake
r922 r1800 2 2 # Macros for cmake 3 3 # 4 %_cmake_shared_libs -DBUILD_SHARED_LIBS:BOOL=ON 4 5 %_cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=ON 5 6 %_cmake_version @@CMAKE_VERSION@@ … … 28 29 -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \\\ 29 30 -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \\\ 30 -DBUILD_SHARED_LIBS:BOOL=ON 31 %{?_cmake_shared_libs} 31 32 32 33 %cmake@@CMAKE_MAJOR_VERSION@@ %cmake -
spec/trunk/SPECS/libogg.spec
r1616 r1800 2 2 Name: libogg 3 3 Epoch: 2 4 Version: 1.3. 35 Release: 3%{?dist}4 Version: 1.3.5 5 Release: 1%{?dist} 6 6 License: BSD 7 URL: http://www.xiph.org/ 8 9 #Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz 10 %scm_source svn http://svn.netlabs.org/repos/ports/libogg/trunk 2337 7 URL: https://www.xiph.org/ 8 %if !0%{?os2_version} 9 Source: https://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz 10 %else 11 %scm_source github https://github.com/xiph/ogg/tags v%{version} 12 %endif 11 13 12 14 BuildRequires: gcc 15 BuildRequires: make 13 16 14 17 %description … … 22 25 Requires: libogg = %{epoch}:%{version}-%{release} 23 26 Requires: pkgconfig 24 #Requires: automake27 Requires: automake 25 28 26 29 … … 41 44 42 45 %prep 43 #%setup -q 46 %if !0%{?os2_version} 47 %setup -q 48 %else 44 49 %scm_setup 45 50 autoreconf -fiv 51 %endif 46 52 47 53 %build … … 49 55 export CFLAGS="-DBUILD_SDL" 50 56 export LIBS="-lcx" 51 sed -i "s|-O20|$RPM_OPT_FLAGS|" configure52 sed -i "s|-ffast-math||" configure53 57 54 58 %configure --disable-static 59 %if !0%{?os2_version} 60 %make_build 61 %else 55 62 make %{?_smp_mflags} 56 63 %endif 57 64 58 65 %install 66 %if !0%{?os2_version} 67 %make_install 68 %else 59 69 make DESTDIR=$RPM_BUILD_ROOT install 70 %endif 60 71 61 72 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la … … 63 74 mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs 64 75 76 %check 77 make -k check 65 78 66 #%ldconfig_scriptlets 79 %if !0%{?os2_version} 80 %ldconfig_scriptlets 81 %endif 67 82 68 83 69 84 %files 70 85 %doc AUTHORS CHANGES COPYING README.md 71 %{_libdir}/ogg*.dll 72 86 %if !0%{?os2_version} 87 %{_libdir}/libogg.so.0* 88 %else 89 %{_libdir}/*.dll 90 %endif 73 91 74 92 %files devel … … 77 95 %{_includedir}/ogg/os_types.h 78 96 %{_includedir}/ogg/config_types.h 97 %if !0%{?os2_version} 98 %{_libdir}/libogg.so 99 %else 100 %{_libdir}/*.a 101 %endif 79 102 %{_libdir}/pkgconfig/ogg.pc 80 %{_libdir}/*.a81 103 %{_datadir}/aclocal/ogg.m4 82 104 … … 87 109 88 110 %changelog 89 * Thu Mar 05 2019 Elbert Pol <elbert.pol@gmail.com> 1.3.3-390 - Change to right version111 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.5-3 112 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild 91 113 92 * Mon Mar 04 2019 Elbert Pol <elbert.pol@gmail.com> 1.3.3-293 - Switch back to Fedora orginal spec file94 95 * Fri Mar 01 2019 Elbert Pol <elbert.pol@gmail.com> 1.3.3-196 - update to 1.3.397 98 * Tue Mar 15 2016 Valery V.Sedletski <_valerius@mail.ru> - 1.3.2-199 - Initial OS/2 packaging -
spec/trunk/SPECS/whois.spec
r1791 r1800 1 1 Name: whois 2 Version: 5.5.1 12 Version: 5.5.12 3 3 Release: 1%{?dist} 4 4 Summary: Improved WHOIS client … … 72 72 73 73 %changelog 74 * Tue Jan 04 2022 Elbert Pol <elbert.pol@gmail.com> - 5.5.10-1 74 * Tue Mar 08 2022 Elbert Pol <elbert.pol@gmail.com> - 5.5.12-1 75 - Updated source to latest version 76 77 * Tue Jan 04 2022 Elbert Pol <elbert.pol@gmail.com> - 5.5.11-1 75 78 - Updated source to latest version 76 79
Note:
See TracChangeset
for help on using the changeset viewer.
