rpms/kdewebdev/devel kdewebdev.spec,1.19,1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 26 08:20:37 UTC 2005


Author: than

Update of /cvs/dist/rpms/kdewebdev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28153

Modified Files:
	kdewebdev.spec 
Log Message:
remove tidy sine it's included in extras #169217



Index: kdewebdev.spec
===================================================================
RCS file: /cvs/dist/rpms/kdewebdev/devel/kdewebdev.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- kdewebdev.spec	22 Sep 2005 12:26:46 -0000	1.19
+++ kdewebdev.spec	26 Sep 2005 08:20:34 -0000	1.20
@@ -10,7 +10,7 @@
 %define disable_gcc_check_and_hidden_visibility 1
 
 Version: 3.4.2
-Release: 2
+Release: 3
 Summary: WEB Development package for the K Desktop Environment.
 Name: kdewebdev
 Url: http://quanta.sourceforge.net/
@@ -25,7 +25,6 @@
 Source2: http://download.sourceforge.net/quanta/html.tar.bz2
 Source3: http://download.sourceforge.net/quanta/php_manual_en_20030401.tar.bz2
 Source4: http://download.sourceforge.net/quanta/javascript.tar.bz2
-Source5: http://tidy.sourceforge.net/src/tidy_src_050803.tgz
 
 Patch0: javascript.patch
 Patch1: kdewebdev-3.4.2-uic.patch
@@ -57,7 +56,7 @@
 
 
 %prep
-%setup -q -a 1 -a 2 -a 3 -a 4 -a 5
+%setup -q -a 1 -a 2 -a 3 -a 4
 %patch0 -p0 -b .javascript
 %patch1 -p1 -b .uic
 
@@ -90,19 +89,11 @@
 
 make %{?_smp_mflags}
 
-# build tidy
-pushd tidy/build/gmake
-make
-popd
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 make DESTDIR=$RPM_BUILD_ROOT install
 
-# install tidy
-install tidy/bin/tab2space tidy/bin/tidy $RPM_BUILD_ROOT%{_bindir}/
-
 # install docs
 for i in css html javascript ; do
    pushd $i
@@ -154,6 +145,9 @@
 %{_includedir}/*
 
 %changelog
+* Mon Sep 26 2005 Than Ngo <than at redhat.com> 6:3.4.2-3
+- remove tidy since it's included in extras #169217
+
 * Thu Sep 22 2005 Than Ngo <than at redhat.com> 6:3.4.2-2
 - fix uic build problem
 




More information about the fedora-cvs-commits mailing list