Changeset 1695 for spec/trunk/SPECS/giflib.spec
- Timestamp:
- Apr 7, 2020, 8:01:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/giflib.spec
r1523 r1695 1 1 Name: giflib 2 2 Summary: A library and utilities for processing GIFs 3 Version: 5. 1.44 Release: 2%{?dist}3 Version: 5.2.1 4 Release: 1%{?dist} 5 5 6 6 License: MIT 7 7 URL: http://www.sourceforge.net/projects/%{name}/ 8 8 #Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 9 %scm_source git file://e:/gcc/giflib-5.1.4 giflib-5.1.410 9 %scm_source github https://git.code.sf.net/p/giflib/code giflib-5.2.1 10 11 11 BuildRequires: gcc 12 12 BuildRequires: make … … 35 35 format image files. 36 36 37 %debug_package 37 38 38 39 %prep … … 56 57 rm -f %{buildroot}%{_libdir}/libgif.la 57 58 58 emximp -o %{buildroot}%{_libdir}/gif_dll.lib %{buildroot}%{_libdir}/gif7.dll59 emximp -o %{buildroot}%{_libdir}/gif7_dll.lib %{buildroot}%{_libdir}/gif7.dll59 #emximp -o %{buildroot}%{_libdir}/gif_dll.lib %{buildroot}%{_libdir}/gif7.dll 60 #emximp -o %{buildroot}%{_libdir}/gif7_dll.lib %{buildroot}%{_libdir}/gif7.dll 60 61 61 62 # Remove makefile relics from documentation … … 75 76 %{_libdir}/gif7.dll 76 77 %{_libdir}/gif*.a 77 %{_libdir}/gif*.lib78 #%{_libdir}/gif*.lib 78 79 %{_includedir}/gif_lib.h 79 80 … … 82 83 #%{_mandir}/man1/gif*.1* 83 84 85 %changelog 86 * Sun Jul 07 2019 Elbert Pol <elbert.pol@gmail.com> - 5.2.1-1 87 - Updated to latest source 88 - Add debug package 84 89 85 %changelog86 90 * Mon Nov 19 2018 Elbert Pol <elbert.pol@gmail.com> - 5.1.4-2 87 91 - Some spec changes
Note:
See TracChangeset
for help on using the changeset viewer.