Changeset 364 for spec/trunk/SPECS
- Timestamp:
- Oct 28, 2013, 10:44:18 AM (12 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/exceptq.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/exceptq.spec
r223 r364 4 4 Summary: Exceptq creates a debugging report. 5 5 Name: exceptq 6 Version: 7.1 7 Release: 5%{?dist}6 Version: 7.11 7 Release: 6%{?dist} 8 8 License: custom 9 9 Group: Development/Libraries 10 Source: exceptq 71.zip11 Source1: exceptq.h10 Source: exceptq-7.11-dll-shl-2013-10-15.zip 11 #Source1: exceptq.h 12 12 Source2: exceptq71-dev.zip 13 13 … … 53 53 mkdir -p %{buildroot}%{_includedir} 54 54 55 cp -p distorm.*%{buildroot}%{_libdir}56 cp -p exceptq.*%{buildroot}%{_libdir}55 cp -p *.dll %{buildroot}%{_libdir} 56 cp -p *.xqs %{buildroot}%{_libdir} 57 57 58 58 cp -p exceptq71-dev/mapxqs.* %{buildroot}%{_bindir} 59 59 cp -p exceptq71-dev/demangl.dll %{buildroot}%{_libdir} 60 cp -p %{SOURCE1} %{buildroot}%{_includedir} 61 cp -p exceptq71-dev/exceptq.lib %{buildroot}%{_libdir} 60 cp -p exceptq.h %{buildroot}%{_includedir} 62 61 63 62 %clean … … 67 66 %defattr(-,root,root) 68 67 %{_libdir}/*.dll 68 %exclude %{_libdir}/demangl.dll 69 69 %{_libdir}/*.xqs 70 %doc readme.exceptq 70 %doc distorm-shl.txt 71 %doc exceptq-shl.txt 72 %doc HISTORY 73 %doc exceptq71-dev/exceptq.txt 71 74 72 75 %files devel … … 74 77 %{_bindir}/* 75 78 %{_includedir}/*.h 76 %{_libdir}/*.lib 79 %{_libdir}/demangl.dll 80 %doc distorm-shl.txt 81 %doc exceptq-shl.txt 82 %doc HISTORY 77 83 %doc exceptq71-dev/exceptq.txt 84 85 %changelog 86 * Mon Oct 28 2013 yd 87 - update to SHL 2013-10-15 binaries.
Note:
See TracChangeset
for help on using the changeset viewer.
