rpms/kdebindings/FC-4 kdebindings.spec,1.38,1.39 sources,1.28,1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jun 10 23:06:36 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdebindings/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv19979

Modified Files:
	kdebindings.spec sources 
Log Message:
update to 3.5.3



Index: kdebindings.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebindings/FC-4/kdebindings.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- kdebindings.spec	11 Apr 2006 14:52:30 -0000	1.38
+++ kdebindings.spec	10 Jun 2006 23:06:17 -0000	1.39
@@ -4,16 +4,9 @@
 
 %define appdir %{_datadir}/applications/kde
 
-## stil need fix to build java -> disable java at the moment
-##define support_arch %{ix86} alpha ia64 ppc
-%define support_arch none
-
-%define mozilla_archs %{ix86} ppc s390 s390x x86_64
-
-%define mozilla_version 1.6.0
+%{expand: %%define pythonver %(python -c 'import sys;print(sys.version[0:3])')}
 %define qt_version 3.3.4
-%define arts_version 1.5.2
-%define pythonver 2.4
+%define arts_version 1.5.3
 %define perlver 5.8
 %define perlepoch 3
 %define rubyver 1.8
@@ -24,7 +17,7 @@
 %define ruby 1
 %define pyqt 0
 
-Version: 3.5.2
+Version: 3.5.3
 Release: 0.1.fc4
 Name: kdebindings
 Summary: KDE bindings to non-C++ languages
@@ -43,7 +36,7 @@
 Patch9: kdebindings-3.3.92-xdg.patch
 
 BuildRequires: zlib-devel
-BuildRequires: kdelibs-devel
+BuildRequires: kdelibs-devel >= 6:%{version}
 BuildRequires: arts-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
@@ -87,17 +80,6 @@
 Install %{name}-devel if you want to develop non-KDE
 applications that talk to KDE.
 
-%ifarch %{mozilla_archs}
-%package kmozilla
-Summary: KDE bindings to mozilla
-Group: User Interface/Desktops
-Requires: mozilla
-Requires: kdebase >= 6:%{version}
-
-%description kmozilla
-KDE bindings to mozilla - embed Mozilla in Konqueror
-%endif
-
 %package perl
 Summary: Perl bindings to DCOP
 Group: Development/Libraries
@@ -116,54 +98,6 @@
 %description python
 Python bindings to the DCOP interprocess communication protocol used by KDE
 
-%ifarch %{support_arch}
-%package qtjava
-Summary: Java bindings to Qt
-Group: System Environment/Libraries
-Requires: qt >= %{qt_version}
-Requires: libgcj >= 3.1
-Requires: jdkgcj >= 0.2.2
-BuildRequires: gcc-java >= 3.1
-BuildRequires: libgcj >= 3.1
-BuildRequires: jdkgcj >= 0.2.2
-
-%description qtjava
-Java bindings to Qt.
-%endif
-
-%package qtc
-Summary: C bindings to Qt
-Group: System Environment/Libraries
-Requires: qt >= 1:%{qt_version}
-
-%description qtc
-C bindings to Qt.
-Install kdebindings-qtc if you wish to develop Qt applications
-in C (rather than C++).
-
-%package kdec
-Summary: C bindings to KDE
-Group: System Environment/Libraries
-Requires: qt >= 1:%{qt_version}
-Requires: %{name}-qtc >= 3.0.2
-
-%description kdec
-C bindings to KDE.
-Install kdebindings-kdec if you wish to develop Qt applications
-in C (rather than C++).
-
-%ifarch %{support_arch}
-%package kdejava
-Summary: Java bindings to KDE
-Group: Development/Libraries
-Requires: kdelibs >= 6:%{version}
-Requires: kdebindings-qtjava = %{version}-%{release}
-Requires: libgcj
-
-%description kdejava
-Java bindings to KDE
-%endif
-
 %prep
 %setup -q
 %patch4 -p1 -b .ssl-krb5
@@ -183,13 +117,6 @@
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 
-%ifarch %{support_arch}
-export CFLAGS="$CFLAGS `mozilla-config --cflags`"
-export CXXFLAGS="$CXXFLAGS `mozilla-config --cflags`"
-export CPPFLAGS="$CPPFLAGS `mozilla-config --cflags`"
-export LDFLAGS="$LDFLAGS `mozilla-config --libs`"
-%endif
-
 make -f admin/Makefile.common cvs
 
 suffix=""
@@ -217,11 +144,7 @@
    --disable-debug \
    --disable-warnings \
 %endif
-%ifarch %{support_arch}
-   --with-java=%{prefix}
-%else
    --without-java
-%endif
 
 make #%{?_smp_mflags}
 
@@ -230,12 +153,6 @@
 
 make install DESTDIR=%{buildroot}
 
-if [ -d "%{buildroot}%{_prefix}/doc" ]; then
-   mkdir -p %{buildroot}%{_docdir}
-   mv -f %{buildroot}%{_prefix}/doc/* %{buildroot}%{_docdir}
-   rm -rf %{buildroot}%{_prefix}/doc
-fi
-
 find %{buildroot} -size 0 | xargs rm -f
 
 desktop-file-install \
@@ -285,6 +202,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Sun Jun 11 2006 Than Ngo <than at redhat.com> 3.5.3-0.1.fc4
+- update to 3.5.3
+
 * Tue Apr 11 2006 Than Ngo <than at redhat.com> 3.5.2-0.1.fc4
 - update to 3.5.2
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kdebindings/FC-4/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	11 Apr 2006 14:52:31 -0000	1.28
+++ sources	10 Jun 2006 23:06:17 -0000	1.29
@@ -1 +1 @@
-cb26ce2e4efc35ca2c9c7a47807d679a  kdebindings-3.5.2.tar.bz2
+5595b2de6593d1d535ba520abeab4580  kdebindings-3.5.3.tar.bz2




More information about the fedora-cvs-commits mailing list