Name: filelock Version: 1.0 Release: 1%{?dist} Summary: Secure and strong file encryption using a password License: Freeware URL: https://scangine.com/encryption/ %description Secure and strong file encryption using a password. The password is used to encrypt the selected file so it can only be unlocked by entering the same password. You can easily encrypt important documents and files to protect the information when storing them or sending them over the internet. You can use different passwords for different files. When encrypting files the original file is not deleted but only encrypted copy is created. It is up to you to decide what to do with both original and encrypted files and to remember your password. If you forget the password the information CAN NOT BE RESTORED. %prep # nothing here %build # nothing here %install mkdir -p %{buildroot}/usr/bin/ mkdir -p %{buildroot}/usr/share/icons/hicolor/48x48/ mkdir -p %{buildroot}/usr/share/licenses/filelock/ mkdir -p %{buildroot}/usr/share/applications/ install -m 755 /home/pop/projects/Releases/FileLock/filelock %{buildroot}/usr/bin/filelock cp /home/pop/projects/Releases/FileLock/com.scangine.filelock.png %{buildroot}/usr/share/icons/hicolor/48x48/com.scangine.filelock.png cp /home/pop/projects/Releases/FileLock/filelock %{buildroot}/usr/bin/filelock cp /home/pop/projects/Releases/FileLock/license.txt %{buildroot}/usr/share/licenses/filelock/license.txt cp /home/pop/projects/Releases/FileLock/com.scangine.filelock.desktop %{buildroot}/usr/share/applications/com.scangine.filelock.desktop %files %license license.txt /usr/bin/filelock /usr/share/icons/hicolor/48x48/com.scangine.filelock.png /usr/share/applications/com.scangine.filelock.desktop %changelog * Sun Jul 13 2025 biala -