rpms/kdeaccessibility/FC-4 kdeaccessibility.spec, 1.8, 1.9 sources, 1.7, 1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jun 10 09:29:51 UTC 2006


Author: than

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

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



Index: kdeaccessibility.spec
===================================================================
RCS file: /cvs/dist/rpms/kdeaccessibility/FC-4/kdeaccessibility.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kdeaccessibility.spec	11 Apr 2006 14:18:51 -0000	1.8
+++ kdeaccessibility.spec	10 Jun 2006 09:29:48 -0000	1.9
@@ -2,22 +2,25 @@
 %define final 1
 %define disable_gcc_check_and_hidden_visibility 1
 
+%define make_cvs 0
+
 %define qt_version 3.3.4
 
-Version: 3.5.2
+Version: 3.5.3
 Release: 0.1.fc4
 Epoch: 1
 Summary: K Desktop Environment - Accessibility
 Name: kdeaccessibility
-Prefix: /usr
 License: GPL
-Group: Amusements/Games
+Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Url: http://www.kde.org
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
 Patch: kde-libtool.patch
 
 Requires: kdebase >= 6:%{version}
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
 
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
@@ -39,6 +42,17 @@
 KMouth, program that allows people who have lost their voice
 to let their computer speak for them.
 
+%package devel
+Summary: Development files for kdeaccessibility
+Group:   Development/Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: kdelibs-devel
+
+%description devel
+Development files for the kdeaccessibility libraries.
+Install kdeaccessibility-devel if you wish to develop or compile for the
+KDE desktop.
+
 %prep
 %setup -q
 %patch -p1 -b .libtool
@@ -46,7 +60,9 @@
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
 
-make -f admin/Makefile.common cvs
+%if %{make_cvs}
+ make -f admin/Makefile.common cvs
+%endif
 
 %configure \
    --enable-new-ldflags \
@@ -62,7 +78,7 @@
 %if %{final}
    --enable-final \
 %endif
-   --includedir=%{prefix}/include/kde \
+   --includedir=%{_includedir}/kde \
    --with-qt-libraries=$QTDIR/lib
 
 make %{?_smp_mflags}
@@ -72,8 +88,6 @@
 
 make install DESTDIR=%{buildroot}
 
-rm -rf %{buildroot}%{_includedir}
-
 # Make symlinks relative
 pushd %{buildroot}%{_docdir}/HTML/en
 for i in *; do
@@ -100,11 +114,18 @@
 %{_datadir}/config/*
 %{_datadir}/icons/*/*/*/*
 %{_libdir}/*.la
-%{_libdir}/*.so*
+%{_libdir}/*.so.*
 %{_libdir}/kde?/*
 
+%files devel
+%defattr(-,root,root)
+%{_includedir}/kde/*
+%{_libdir}/lib*.so
 
 %changelog
+* Sat Jun 10 2006 Than Ngo <than at redhat.com> 1:3.5.3-0.1.fc4
+- update to 3.5.3
+
 * Tue Apr 11 2006 Than Ngo <than at redhat.com> 1:3.5.2-0.1.fc4
 - update to 3.5.2
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kdeaccessibility/FC-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	11 Apr 2006 14:18:51 -0000	1.7
+++ sources	10 Jun 2006 09:29:49 -0000	1.8
@@ -1 +1 @@
-bcfd51875aa2a168fbc97055a576a33c  kdeaccessibility-3.5.2.tar.bz2
+99eadb3a73bc250e96cec370ee79caff  kdeaccessibility-3.5.3.tar.bz2




More information about the fedora-cvs-commits mailing list