rpms/kaider/devel kaider.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue Dec 11 18:05:18 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/kaider/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1921/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kaider.spec 
Log Message:
New package kaider - Computer-aided translation system focusing on productivity and performance



--- NEW FILE kaider.spec ---
%define revision 743765

Summary: Computer-aided translation system focusing on productivity and performance
Name:    kaider
Version: 0.1
Release: 0.1.20071206svn%{revision}%{?dist}

Group:   Development/Tools
# Most files are v2+, the Strigi analyzer isn't
License: GPLv2
URL:     http://techbase.kde.org/Projects/Summer_of_Code/2007/Projects/KAider
# checked out from svn://anonsvn.kde.org/home/kde/trunk/extragear/sdk
# (Note: check out all of extragear/sdk, not just extragear/sdk/kaider, or
# you'll miss the documentation. There's nothing else in extragear/sdk.)
Source0: kaider-0.1-%{revision}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: cmake
BuildRequires: kdelibs4-devel
BuildRequires: strigi-devel

# Runtime-only dependency for command-line tools
Requires: gettext

%description
KAider is a computer-aided translation system that focuses on productivity and
performance. The translator does only creative work (of delivering the message
in his/her mother tongue in a laconic and easy to understand form). KAider
implies a paragraph-by-paragraph translation approach (when translating
documentation) and a message-by-message approach (when translating GUI).

%prep
%setup -q -n %{name}-%{version}-%{revision}

%build
%cmake_kde4 .
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
# Hey upstream, where's COPYING?
%{_kde4_bindir}/kaider
%{_kde4_datadir}/applications/kde4/kaider.desktop
%{_kde4_datadir}/config.kcfg/kaider.kcfg
%{_kde4_datadir}/icons/hicolor/*/*/*
%{_kde4_datadir}/icons/locolor/*/*/*
%{_kde4_appsdir}/kaider/
%{_libdir}/strigi/strigila_po.so
%{_datadir}/strigi/fieldproperties/strigi_translation.fieldproperties
%doc %{_kde4_docdir}/HTML/en/kaider/

%changelog
* Thu Dec 6 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.1-0.1.20071206svn743765
- First Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kaider/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Dec 2007 17:24:13 -0000	1.1
+++ .cvsignore	11 Dec 2007 18:04:43 -0000	1.2
@@ -0,0 +1 @@
+kaider-0.1-743765.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kaider/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Dec 2007 17:24:13 -0000	1.1
+++ sources	11 Dec 2007 18:04:43 -0000	1.2
@@ -0,0 +1 @@
+cd03c3232c9a8b00c83332405f960cb8  kaider-0.1-743765.tar.bz2




More information about the fedora-extras-commits mailing list