Changeset 364 for spec/trunk/SPECS


Ignore:
Timestamp:
Oct 28, 2013, 10:44:18 AM (12 years ago)
Author:
Yuri Dario
Message:

spec: exceptq, update to SHL 2013-10-15 binaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/exceptq.spec

    r223 r364  
    44Summary: Exceptq creates a debugging report.
    55Name: exceptq
    6 Version: 7.1
    7 Release: 5%{?dist}
     6Version: 7.11
     7Release: 6%{?dist}
    88License: custom
    99Group: Development/Libraries
    10 Source: exceptq71.zip
    11 Source1: exceptq.h
     10Source: exceptq-7.11-dll-shl-2013-10-15.zip
     11#Source1: exceptq.h
    1212Source2: exceptq71-dev.zip
    1313
     
    5353mkdir -p %{buildroot}%{_includedir}
    5454
    55 cp -p distorm.* %{buildroot}%{_libdir}
    56 cp -p exceptq.* %{buildroot}%{_libdir}
     55cp -p *.dll %{buildroot}%{_libdir}
     56cp -p *.xqs %{buildroot}%{_libdir}
    5757
    5858cp -p exceptq71-dev/mapxqs.* %{buildroot}%{_bindir}
    5959cp -p exceptq71-dev/demangl.dll %{buildroot}%{_libdir}
    60 cp -p %{SOURCE1} %{buildroot}%{_includedir}
    61 cp -p exceptq71-dev/exceptq.lib %{buildroot}%{_libdir}
     60cp -p exceptq.h %{buildroot}%{_includedir}
    6261
    6362%clean
     
    6766%defattr(-,root,root)
    6867%{_libdir}/*.dll
     68%exclude %{_libdir}/demangl.dll
    6969%{_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
    7174
    7275%files devel
     
    7477%{_bindir}/*
    7578%{_includedir}/*.h
    76 %{_libdir}/*.lib
     79%{_libdir}/demangl.dll
     80%doc distorm-shl.txt
     81%doc exceptq-shl.txt
     82%doc HISTORY
    7783%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.