View | Details | Raw Unified | Return to bug 154045
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- scons.spec.orig
0
++ scons.spec
Lines 17-22 Link Here
17
Version:        0.96.91
17
Version:        0.96.91
18
Release:        4
18
Release:        4
19
Source0:        %{name}-%{version}.tar.bz2
19
Source0:        %{name}-%{version}.tar.bz2
20
Source1:        http://www.scons.org/doc/%{version}/HTML/scons-user.html
20
Patch1:         fix-install.patch
21
Patch1:         fix-install.patch
21
License:        X11/MIT
22
License:        X11/MIT
22
Group:          Development/Tools/Building
23
Group:          Development/Tools/Building
Lines 55-60 Link Here
55
-                   QT_LIBPATH = os.path.join('\$QTDIR', 'lib'),
56
-                   QT_LIBPATH = os.path.join('\$QTDIR', 'lib'),
56
+                   QT_LIBPATH = os.path.join('\$QTDIR', '%_lib'),
57
+                   QT_LIBPATH = os.path.join('\$QTDIR', '%_lib'),
57
EOF
58
EOF
59
cp %{SOURCE1} .
58
60
59
%build
61
%build
60
export CFLAGS="$RPM_OPT_FLAGS" 
62
export CFLAGS="$RPM_OPT_FLAGS" 
Lines 69-75 Link Here
69
71
70
%files -f INSTALLED_FILES 
72
%files -f INSTALLED_FILES 
71
%defattr(-,root,root)
73
%defattr(-,root,root)
72
%doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt 
74
%doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt scons-user.html
73
%doc /%{_mandir}/man1/*
75
%doc /%{_mandir}/man1/*
74
76
75
%changelog -n scons
77
%changelog -n scons

Return to bug 154045