rpms/qt/devel qt.spec,1.198,1.199

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Jul 19 17:51:27 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/qt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29623

Modified Files:
	qt.spec 
Log Message:
fix spec syntax error (imo, workaround rpm regression)



Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- qt.spec	19 Jul 2008 14:06:10 -0000	1.198
+++ qt.spec	19 Jul 2008 17:50:28 -0000	1.199
@@ -288,11 +288,7 @@
 
 
 %prep
-%if "%{?snap:1}" == "1"
-%setup -q -n qt-x11-opensource-src-%{vesion}-%{snap}
-%else
 %setup -q -n qt-x11-opensource-src-%{version}%{?pre} %{?qt_copy:-a 2}
-%endif
 
 %if 0%{?qt_copy:1}
 test -x apply_patches && ./apply_patches
@@ -584,7 +580,6 @@
 %files
 %defattr(-,root,root,-)
 %doc README* 
-%{!?snap:%doc OPENSOURCE-NOTICE.TXT}
 %doc LICENSE.GPL2 GPL_EXCEPTION*.TXT
 %doc LICENSE.GPL3
 %doc LICENSE.QPL




More information about the fedora-extras-commits mailing list