Changeset 374 for spec/trunk/SPECS
- Timestamp:
- Feb 28, 2014, 11:40:02 AM (12 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/exceptq.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/exceptq.spec
r364 r374 5 5 Name: exceptq 6 6 Version: 7.11 7 Release: 6%{?dist}7 Release: 7%{?dist} 8 8 License: custom 9 9 Group: Development/Libraries 10 Source: exceptq-7.11- dll-shl-2013-10-15.zip10 Source: exceptq-7.11-shl-2014-02-07.zip 11 11 #Source1: exceptq.h 12 Source2: exceptq71-dev.zip12 #Source2: exceptq71-dev.zip 13 13 14 14 %description … … 43 43 44 44 %prep 45 %setup -q -c -a 245 %setup -q -c 46 46 47 47 %build … … 53 53 mkdir -p %{buildroot}%{_includedir} 54 54 55 cp -p *.dll %{buildroot}%{_libdir}56 cp -p *.xqs %{buildroot}%{_libdir}55 cp -p dll/*.dll %{buildroot}%{_libdir} 56 cp -p dll/*.xqs %{buildroot}%{_libdir} 57 57 58 cp -p exceptq71-dev/mapxqs.* %{buildroot}%{_bindir}59 cp -p exceptq71-dev/demangl.dll %{buildroot}%{_libdir}60 cp -p exceptq.h %{buildroot}%{_includedir}58 cp -p bin/mapxqs.* %{buildroot}%{_bindir} 59 #cp -p exceptq71-dev/demangl.dll %{buildroot}%{_libdir} 60 cp -p include/exceptq.h %{buildroot}%{_includedir} 61 61 62 62 %clean … … 66 66 %defattr(-,root,root) 67 67 %{_libdir}/*.dll 68 %exclude %{_libdir}/demangl.dll68 #%exclude %{_libdir}/demangl.dll 69 69 %{_libdir}/*.xqs 70 %doc distorm-shl.txt 70 #%doc distorm-shl.txt 71 %doc exceptq.txt 71 72 %doc exceptq-shl.txt 72 73 %doc HISTORY 73 %doc exceptq71-dev/exceptq.txt74 %doc readme.exceptq 74 75 75 76 %files devel … … 77 78 %{_bindir}/* 78 79 %{_includedir}/*.h 79 %{_libdir}/demangl.dll 80 %doc distorm-shl.txt 80 #%{_libdir}/demangl.dll 81 #%doc distorm-shl.txt 82 %doc exceptq.txt 81 83 %doc exceptq-shl.txt 82 84 %doc HISTORY 83 %doc exceptq71-dev/exceptq.txt85 %doc readme.exceptq 84 86 85 87 %changelog 88 * Fri Feb 28 2014 yd 89 - update to SHL 2014-02-07 binaries. 90 86 91 * Mon Oct 28 2013 yd 87 92 - update to SHL 2013-10-15 binaries.
Note:
See TracChangeset
for help on using the changeset viewer.
