rpms/kpilot/devel import.log, NONE, 1.1 kpilot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Kofler kkofler at fedoraproject.org
Tue Dec 22 07:57:22 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/kpilot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19807/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log kpilot.spec 
Log Message:
New package kpilot - Sync PIM data with PalmOS devices



--- NEW FILE import.log ---
kpilot-5_3_0-1_fc13:HEAD:kpilot-5.3.0-1.fc13.src.rpm:1261468588


--- NEW FILE kpilot.spec ---
Name:    kpilot
Summary: Utility to synchronize PIM (Personal Information Management) data with PalmOS devices
Version: 5.3.0
Release: 1%{?dist}

# no pilot-link on S/390
ExcludeArch: s390 s390x

License: GPLv2+
Group:   Applications/Productivity
URL:     http://www.kde.org/
Source0: ftp://ftp.kde.org/pub/kde/stable/4.3.4/src/kdepim-4.3.4.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: kdelibs4-devel >= 4.3.4
BuildRequires: kdepimlibs-devel >= 4.3.4
BuildRequires: akonadi-devel
BuildRequires: boost-devel
BuildRequires: pilot-link-devel >= 0.12
BuildRequires: qca2-devel
BuildRequires: desktop-file-utils

Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig


%description
%{summary}.


%prep
%setup -q -n kdepim-4.3.4
echo 'add_subdirectory(../doc/kpilot doc)' >>kpilot/CMakeLists.txt


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ../kpilot
popd

make %{?_smp_mflags} -C %{_target_platform}


%install
rm -rf %{buildroot}

make install/fast DESTDIR=%{buildroot} -C %{_target_platform}

# make symlinks relative
mkdir -p %{buildroot}%{_docdir}/HTML/en/common
pushd %{buildroot}%{_docdir}/HTML/en
for i in *; do
   if [ -d $i -a -L $i/common ]; then
      rm -f $i/common
      ln -nfs ../common $i
   fi
done
popd

# don't package devel files
rm -rf %{buildroot}%{_kde4_includedir}/kpilot/
rm -f %{buildroot}%{_kde4_libdir}/libkpilot.so


%check
for f in %{buildroot}%{_kde4_datadir}/applications/kde4/*.desktop ; do
  desktop-file-validate $f
done


%post
/sbin/ldconfig
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:

%posttrans
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
update-desktop-database -q &> /dev/null ||:

%postun
/sbin/ldconfig
if [ $1 -eq 0 ] ; then
  touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
  gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
  update-desktop-database -q &> /dev/null ||:
fi


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc kpilot/COPYING
%doc kpilot/README kpilot/AUTHORS kpilot/ChangeLog kpilot/NEWS kpilot/TODO
%{_kde4_bindir}/kpilot
%{_kde4_bindir}/kpilotDaemon
%{_kde4_libdir}/libkpilot.so.*
%{_kde4_libdir}/libkpilot_*.so
%{_kde4_libdir}/kde4/kcm_kpilot.so
%{_kde4_libdir}/kde4/kpilot_conduit_*.so
%{_kde4_datadir}/applications/kde4/kpilot*.desktop
%{_kde4_datadir}/config.kcfg/*.kcfg
%{_kde4_datadir}/kde4/services/*.desktop
%{_kde4_datadir}/kde4/servicetypes/kpilotconduit.desktop
%{_kde4_appsdir}/kconf_update/kpilot.upd
%{_kde4_appsdir}/kpilot/
%{_kde4_iconsdir}/hicolor/*/*/*
%{_kde4_docdir}/HTML/en/kpilot/


%changelog
* Wed Dec 16 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 5.3.0-1
- new specfile for KPilot, split out of kdepim 4.3.4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kpilot/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Dec 2009 19:54:52 -0000	1.1
+++ .cvsignore	22 Dec 2009 07:57:20 -0000	1.2
@@ -0,0 +1 @@
+kdepim-4.3.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kpilot/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Dec 2009 19:54:52 -0000	1.1
+++ sources	22 Dec 2009 07:57:21 -0000	1.2
@@ -0,0 +1 @@
+a4f32a268802be8eb852d1de00cbd2f6  kdepim-4.3.4.tar.bz2




More information about the scm-commits mailing list