KDE software to manage office documents in the office
http://volle-kraft-voraus.de
Kraft is KDE software to help to create and manage office documents such as
offers and invoices in the small enterprise.
It supports easy document creation, templates with calculation, customer management
through the KDE addressbook, highly configurable PDF output and more.
See the website http://volle-kraft-voraus.de for more information.
- Links to KDE:Extra / kraft
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:kfreitag:KraftAppI/kraft-master && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000670 670 Bytes | |
_service:obs_scm:_servicedata | 0000000231 231 Bytes | |
_service:obs_scm:kraft-master-continuous+git4+g1ab |
0006156813 5.87 MB | |
_service:obs_scm:kraft-master.changes | 0000019375 18.9 KB | |
_service:obs_scm:kraft-master.obsinfo | 0000000120 120 Bytes | |
kraft-1.2.2.tar.xz | 0005394144 5.14 MB | |
kraft-master.changes | 0000018786 18.3 KB | |
kraft-master.spec | 0000003467 3.39 KB | |
use_qpdfview.patch | 0000000412 412 Bytes |
Latest Revision
Klaas Freitag (kfreitag)
committed
(revision 83)
Service triggered by a workflow token via Github push 1abd965 on master.
Comments 1
You'll have to use something like
https://github.com/dragotin/kraft/archive/%{git_full_sha}.tar.gz#/%{name}-%{version}.tar.gz
or just%{name}-%{version}.tar.gz
forSource0
.RPM essentially calls
basename(Source...)
on each provided URL to determine the dist name. The#/...
trick is a very common hack in order to override the name if the last component in a URL doesn't directly match the desired name, since it's sent to the remote HTTP server as extra anchor data that doesn't change anything, but is also interpreted by RPM.I originally put it in like this (including the empty
%{git_full_sha}
macro, which is not provided/defined anywhere and will also not be passed down viatar_scm
or anything - it just doesn't exist but I've used it as a conceptional thing) as human documentation as to where to really get the sources.%{name}-%{version}.tar.gz
would just equally work, since thetar_scm
service generates the dist file and the actualVersion:
tag is overridden by theset_version
service.