Changeset 1215 for spec/trunk/SPECS
- Timestamp:
- Aug 10, 2017, 8:35:50 AM (8 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/expat.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/expat.spec
r456 r1215 13 13 #BuildRequires: check-devel 14 14 15 %define svn_url http://svn.netlabs.org/repos/ports/expat/trunk 16 %define svn_rev 770 17 18 Source: %{name}-%{version}-r%{svn_rev}.zip 15 Vendor: bww bitwise works GmbH 16 %scm_source svn http://svn.netlabs.org/repos/ports/expat/trunk 770 19 17 20 18 BuildRequires: gcc make subversion zip … … 46 44 Install it if you need to link statically with expat. 47 45 48 %package debug 49 Summary: HLL debug data for exception handling support. 50 51 %description debug 52 HLL debug data for exception handling support. 46 %debug_package 53 47 54 48 %prep 55 %if %(sh -c 'if test -f "%{_sourcedir}/%{name}-%{version}-r%{svn_rev}.zip" ; then echo 1 ; else echo 0 ; fi') 56 %setup -q 57 %else 58 %setup -n "%{name}-%{version}" -Tc 59 svn export -r %{svn_rev} %{svn_url} . --force 60 rm -f "%{_sourcedir}/%{name}-%{version}-r%{svn_rev}.zip" 61 (cd .. && zip -SrX9 "%{_sourcedir}/%{name}-%{version}-r%{svn_rev}.zip" "%{name}-%{version}") 62 %endif 49 %scm_setup 63 50 64 51 # make sure configure is updated to properly support OS/2 … … 110 97 %{_libdir}/*.a 111 98 112 %files debug113 %defattr(-,root,root)114 %{_libdir}/*.dbg115 99 116 100 %changelog 101 * Thu Aug 10 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.1.0-12 102 - use scm_ macros 103 117 104 * Mon Sep 08 2014 yd 118 105 - added debug package with symbolic info for exceptq.
Note:
See TracChangeset
for help on using the changeset viewer.
