Skip to content

Specfile which can help to repack the official dingtalk deb package to rpm package. 这个仓库提供了可以帮助你把官方的钉钉deb包打成rpm包的spec文件。

License

sunyb3/dingtalk-for-fedora

 
 

Repository files navigation

dingtalk-for-fedora

English | 中文

Description

This repository provides the spec file which can help you to repack the official dingtalk deb package to rpm package.

If you don't want to build it yourself, you can download the binary rpm built by GitHub Actions from this page, simply click the latest workflow run with ✅ labeled and download the Artifacts with your github account logged-in.

Build

Copy dingtalk-bin.spec to SPECS dir and other things to SOURCES dir.

rpmbuild

If you are using rpmbuild, simply run:

sudo dnf builddep SPECS/dingtalk-bin.spec
spectool -gR SPECS/dingtalk-bin.spec
rpmbuild -ba SPECS/dingtalk-bin.spec

mock

If you want to build it with mock, you will need to generate a source rpm first and use mock --rebuild

cd SRPMS
spectool -gR ../SPECS/dingtalk-bin.spec
rpmbuild -bs ../SPECS/dingtalk-bin.spec
mock --rebuild dingtalk-bin*.src.rpm 

Usage

This part documents common problems encountered while using this package.

Elevator.sh is not working?

DO NOT use the Elevator.sh provided by the package, which is deprecated. Rather, use the /usr/bin/dingtalk executable created by the package or the desktop file it created.

Cannot Download files?

This is reported by KDE users at the moment. If you cannot download any files, please untick the "Use System File Manager Dialog" in your preferences. (Avator -> Settings -> Downloads)

FAQ

Q: Why no release was created?

A: I don't have the right to redistribute the software, so I shouldn't create a release on some extent.

Q: I saw that the file downloaded from GitHub Actions is labeled with "fc35", can I install the package to fedora 34 or some other version ?

A: Installation and running on other Fedora versions have not been tested but it should work (no guarantees). Use at your own expense.

About

Specfile which can help to repack the official dingtalk deb package to rpm package. 这个仓库提供了可以帮助你把官方的钉钉deb包打成rpm包的spec文件。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%