rpms/kopete-cryptography/devel import.log, NONE, 1.1 kopete-cryptography.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jaroslav Reznik jreznik at fedoraproject.org
Thu Dec 4 09:09:59 UTC 2008


Author: jreznik

Update of /cvs/pkgs/rpms/kopete-cryptography/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv690/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log kopete-cryptography.spec 
Log Message:
Initial commit to devel branch



--- NEW FILE import.log ---
kopete-cryptography-1_3_0-3_fc10:HEAD:kopete-cryptography-1.3.0-3.fc10.src.rpm:1228381565


--- NEW FILE kopete-cryptography.spec ---
%define pluginversion 1.3.0
%define kdeversion kde4.1.3

Name:           kopete-cryptography
Version:        %{pluginversion}
Release:        3%{?dist}
Summary:        Encrypts and signs messages in Kopete using the OpenPGP

Group:          Applications/Internet
License:        GPLv2+
URL:            http://extragear.kde.org/apps/kopete%20cryptography/
Source0:        ftp://ftp.kde.org/pub/kde/stable/4.1.3/src/extragear/%{name}-%{pluginversion}-%{kdeversion}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdelibs4-devel >= 4
BuildRequires:  kde-filesystem >= 4
BuildRequires:  cmake
BuildRequires:  kdenetwork-devel >= 4
BuildRequires:  kdepim-devel >= 4
BuildRequires:  kdepimlibs-devel >= 4
BuildRequires:  gpgme-devel
BuildRequires:  openldap-devel
BuildRequires:  gettext-devel

%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }

%description
Kopete cryptography plugin encrypts and signs messages using the OpenPGP
standard. It also handles incoming messages that are encrypted or signed.

%prep
%setup -q -n %{name}-%{pluginversion}-%{kdeversion}


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

make VERBOSE=1 %{?_smp_mflags} -C %{_target_platform}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} -C %{_target_platform}


%find_lang %{name} 
# HTML
for lang_dir in %{buildroot}%{_docdir}/HTML/* ; do
  if [ -d $lang_dir ]; then
    lang=$(basename $lang_dir)
    echo "%lang($lang) %doc %{_docdir}/HTML/$lang" >> %{name}.lang
  fi
done


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING COPYING.DOC COPYING.LIB
%{_kde4_libdir}/kde4/kcm_kopete_cryptography.so
%{_kde4_libdir}/kde4/kopete_cryptography.so
%{_kde4_datadir}/kde4/services/kconfiguredialog/kopete_cryptography_config.desktop
%{_kde4_datadir}/kde4/services/kopete_cryptography.desktop
%{_kde4_appsdir}/kopete_cryptography/

%changelog
* Tue Dec 02 2008 Jaroslav Reznik <jreznik at redhat.com> - 1.3.0-3
- post and postun sections
- install section cleanup
* Mon Dec 01 2008 Jaroslav Reznik <jreznik at redhat.com> - 1.3.0-2
- buildroot macro usage consistency
- make VERBOSE=1
- owns kopete_cryptography directory
* Thu Nov 27 2008 Jaroslav Reznik <jreznik at redhat.com> - 1.3.0-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kopete-cryptography/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Dec 2008 00:56:48 -0000	1.1
+++ .cvsignore	4 Dec 2008 09:09:29 -0000	1.2
@@ -0,0 +1 @@
+kopete-cryptography-1.3.0-kde4.1.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kopete-cryptography/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Dec 2008 00:56:48 -0000	1.1
+++ sources	4 Dec 2008 09:09:29 -0000	1.2
@@ -0,0 +1 @@
+25697c1b7f85c660f4cfc73b27c2e4c8  kopete-cryptography-1.3.0-kde4.1.3.tar.bz2




More information about the fedora-extras-commits mailing list