Changeset 374 for spec/trunk/SPECS


Ignore:
Timestamp:
Feb 28, 2014, 11:40:02 AM (12 years ago)
Author:
Yuri Dario
Message:

spec: exceptq, update to SHL 2014-02-07 binaries.

File:
1 edited

Legend:

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

    r364 r374  
    55Name: exceptq
    66Version: 7.11
    7 Release: 6%{?dist}
     7Release: 7%{?dist}
    88License: custom
    99Group: Development/Libraries
    10 Source: exceptq-7.11-dll-shl-2013-10-15.zip
     10Source: exceptq-7.11-shl-2014-02-07.zip
    1111#Source1: exceptq.h
    12 Source2: exceptq71-dev.zip
     12#Source2: exceptq71-dev.zip
    1313
    1414%description
     
    4343
    4444%prep
    45 %setup -q -c -a 2
     45%setup -q -c
    4646
    4747%build
     
    5353mkdir -p %{buildroot}%{_includedir}
    5454
    55 cp -p *.dll %{buildroot}%{_libdir}
    56 cp -p *.xqs %{buildroot}%{_libdir}
     55cp -p dll/*.dll %{buildroot}%{_libdir}
     56cp -p dll/*.xqs %{buildroot}%{_libdir}
    5757
    58 cp -p exceptq71-dev/mapxqs.* %{buildroot}%{_bindir}
    59 cp -p exceptq71-dev/demangl.dll %{buildroot}%{_libdir}
    60 cp -p exceptq.h %{buildroot}%{_includedir}
     58cp -p bin/mapxqs.* %{buildroot}%{_bindir}
     59#cp -p exceptq71-dev/demangl.dll %{buildroot}%{_libdir}
     60cp -p include/exceptq.h %{buildroot}%{_includedir}
    6161
    6262%clean
     
    6666%defattr(-,root,root)
    6767%{_libdir}/*.dll
    68 %exclude %{_libdir}/demangl.dll
     68#%exclude %{_libdir}/demangl.dll
    6969%{_libdir}/*.xqs
    70 %doc distorm-shl.txt
     70#%doc distorm-shl.txt
     71%doc exceptq.txt
    7172%doc exceptq-shl.txt
    7273%doc HISTORY
    73 %doc exceptq71-dev/exceptq.txt
     74%doc readme.exceptq
    7475
    7576%files devel
     
    7778%{_bindir}/*
    7879%{_includedir}/*.h
    79 %{_libdir}/demangl.dll
    80 %doc distorm-shl.txt
     80#%{_libdir}/demangl.dll
     81#%doc distorm-shl.txt
     82%doc exceptq.txt
    8183%doc exceptq-shl.txt
    8284%doc HISTORY
    83 %doc exceptq71-dev/exceptq.txt
     85%doc readme.exceptq
    8486
    8587%changelog
     88* Fri Feb 28 2014 yd
     89- update to SHL 2014-02-07 binaries.
     90
    8691* Mon Oct 28 2013 yd
    8792- update to SHL 2013-10-15 binaries.
Note: See TracChangeset for help on using the changeset viewer.