https://github.com/projectsynchro/copr-freerdp-git
Copr repository for git builds of freerdp, commits fetched every hour.
https://github.com/projectsynchro/copr-freerdp-git
Last synced: 5 months ago
JSON representation
Copr repository for git builds of freerdp, commits fetched every hour.
- Host: GitHub
- URL: https://github.com/projectsynchro/copr-freerdp-git
- Owner: ProjectSynchro
- License: apache-2.0
- Created: 2025-01-24T20:41:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T19:06:10.000Z (about 1 year ago)
- Last Synced: 2025-03-18T20:23:49.969Z (about 1 year ago)
- Homepage: https://copr.fedorainfracloud.org/coprs/jackgreiner/freerdp-git/
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ⚠️ **Notice:**
> This project has migrated to **[Codeberg](https://codeberg.org/Synchro/copr-freerdp-git)**.
Copr repository for git builds of freerdp, commits are fetched every hour.
The packages in this repo should work on Fedora 40+.
## Installation
Activate the repo with `sudo dnf copr enable jackgreiner/freerdp-git` and then run `sudo dnf update --refresh`.
To revert this, remove the copr repository with `sudo dnf copr remove jackgreiner/freerdp-git` and then run `sudo dnf distro-sync` to download your distro's version of the freerdp package.
## Issues
Feel free to open issues when there are build issues I haven't fixed for a few days: https://github.com/ProjectSynchro/copr-freerdp-git/issues
If you'd like me to attempt to package this for other RPM based distros like SUSE, open an issue and I'll see what I can do :)
## Building Locally Using fedpkg
To build this package locally using `fedpkg`, follow these steps:
1. **Clone the Repository**:
```sh
fedpkg clone -a https://github.com/ProjectSynchro/copr-freerdp-git.git
cd copr-freerdp-git
```
2. **Install Dependencies**:
```sh
sudo dnf install fedpkg
sudo dnf builddep freerdp.spec
```
3. **Build the Package**:
```sh
spectool -g freerdp.spec
fedpkg local
```
This will create the RPM packages under a folder named by whatever arch you are building for in the current directory.
For more information on using `fedpkg`, refer to the [Fedora Packaging Guidelines](https://docs.fedoraproject.org/en-US/packaging-guidelines/).