mirror of
https://github.com/arabianq/rpmi.git
synced 2026-04-28 06:31:23 +00:00
small files reorganization
This commit is contained in:
@@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare rpmi-git.spec
|
- name: Prepare rpmi-git.spec
|
||||||
run: |
|
run: |
|
||||||
cp rpmi-git.spec rpmi-git-build.spec
|
cp ./assets/rpm-specs/rpmi-git.spec rpmi-git-build.spec
|
||||||
sed -i "s/@@TAG@@/${{ steps.get_info.outputs.VERSION }}/g" rpmi-git-build.spec
|
sed -i "s/@@TAG@@/${{ steps.get_info.outputs.VERSION }}/g" rpmi-git-build.spec
|
||||||
sed -i "s/@@DATE@@/${{ steps.get_info.outputs.DATE }}/g" rpmi-git-build.spec
|
sed -i "s/@@DATE@@/${{ steps.get_info.outputs.DATE }}/g" rpmi-git-build.spec
|
||||||
sed -i "s/@@HASH@@/${{ steps.get_info.outputs.HASH }}/g" rpmi-git-build.spec
|
sed -i "s/@@HASH@@/${{ steps.get_info.outputs.HASH }}/g" rpmi-git-build.spec
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare rpmi-git.spec
|
- name: Prepare rpmi-git.spec
|
||||||
run: |
|
run: |
|
||||||
cp rpmi-git.spec rpmi-git-build.spec
|
cp ./assets/rpm-specs/rpmi-git.spec rpmi-git-build.spec
|
||||||
sed -i "s/@@TAG@@/${{ steps.get_info.outputs.VERSION }}/g" rpmi-git-build.spec
|
sed -i "s/@@TAG@@/${{ steps.get_info.outputs.VERSION }}/g" rpmi-git-build.spec
|
||||||
|
|
||||||
- name: Upload spec artifact
|
- name: Upload spec artifact
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# RPMI: Graphical Utility for Managing RPM Packages
|
# RPMI: Graphical Utility for Managing RPM Packages
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
RPMI is a simple graphical utility, developed in Rust using EGUI, designed for installing, upgrading, and removing RPM packages on Linux operating systems. It provides an intuitive interface for interacting with packages, using `dnf` as its backend.
|
RPMI is a simple graphical utility, developed in Rust using EGUI, designed for installing, upgrading, and removing RPM packages on Linux operating systems. It provides an intuitive interface for interacting with packages, using `dnf` as its backend.
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ cargo build --release --locked
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dm755 target/release/rpmi %{buildroot}%{_bindir}/rpmi
|
install -Dm755 target/release/rpmi %{buildroot}%{_bindir}/rpmi
|
||||||
install -Dm644 rpmi.desktop %{buildroot}%{_datadir}/applications/rpmi.desktop
|
install -Dm644 assets/rpmi.desktop %{buildroot}%{_datadir}/applications/rpmi.desktop
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@@ -29,7 +29,7 @@ cargo build --release --locked
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dm755 target/release/rpmi %{buildroot}%{_bindir}/rpmi
|
install -Dm755 target/release/rpmi %{buildroot}%{_bindir}/rpmi
|
||||||
install -Dm644 rpmi.desktop %{buildroot}%{_datadir}/applications/rpmi.desktop
|
install -Dm644 assets/rpmi.desktop %{buildroot}%{_datadir}/applications/rpmi.desktop
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Reference in New Issue
Block a user