diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-31 07:01:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-31 07:01:54 +0000 |
commit | 63bcfb4cda968f737f788ebab00d62d080e80672 (patch) | |
tree | d38bbeaa415a0c159656c8ed2eeddde920d977ee /python-teletvg-karjakak.spec | |
parent | cc9f461efd484e4820f628fd2ad2af88fcc25681 (diff) |
automatic import of python-teletvg-karjakak
Diffstat (limited to 'python-teletvg-karjakak.spec')
-rw-r--r-- | python-teletvg-karjakak.spec | 264 |
1 files changed, 264 insertions, 0 deletions
diff --git a/python-teletvg-karjakak.spec b/python-teletvg-karjakak.spec new file mode 100644 index 0000000..25f5502 --- /dev/null +++ b/python-teletvg-karjakak.spec @@ -0,0 +1,264 @@ +%global _empty_manifest_terminate_build 0 +Name: python-teletvg-karjakak +Version: 1.3.8 +Release: 1 +Summary: TeleTVG for sending message to multiple users in group with text-expander function. +License: BSD3 License +URL: https://github.com/kakkarja/TeleTVG +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/59/14/3d6b38b02172327c778081a6650fc8b46702d1ae63fba29827c1b6d5dfbb/teletvg-karjakak-1.3.8.tar.gz +BuildArch: noarch + +Requires: python3-telethon +Requires: python3-Clien-karjakak +Requires: python3-py7zr + +%description +# TeleTVG + +**TeleTVG created with Telethon [Telegram apis wrapper].** +* **For using TeleTVG, you need to create your own api-id and api-hash.** + * **Please visit:** + > **https://github.com/LonamiWebs/Telethon/blob/master/readthedocs/basic/signing-in.rst** + + **for explanation.** +* **After create id and hash, it will store in user environment encrypted.** + * **The encryption method is using Clien-karjakak.** + > **https://pypi.org/project/Clien-karjakak** + +### Install +``` +pip install -U teletvg-karjakak +``` +### Usage +**For Windows:** +``` +> ttvg +``` +**For MacOS X:** +``` +% ttvg +``` +**With script:** +``` +from teletvg import main + +main() +``` +### Highlight +* **Schedule message.** + * **To a user or multiple users in a group as one-to-one.** +* **Send message to a user or multiple users in a group as one-to-one.** +* **Send file to user or multiple users in a group as one-to-one.** +* **Text-expander.** + * **Expanding a simple abbreviation to a long words.** +* **Can write markdown text.** +* **Emoji Templates.** + * **Often used emojies can be saved and re-use.** +### Take Note: +* **Can only log-in as existing user.** + * **No Sign-Up as New User.** +* **No multiple account users log-in.** +* **Can Request for additional module:** + * **Need support donation :heart:** +* **For MacOS X:** + * **~~Emoji is disabled.[tkinter issue!]~~** + * **Emoji is Working in Python 3.10** +### Changes: +* **Some bugs fix on "GET REPLY" function.** + * **While event-loop on going, it will not run "GET REPLY" function.** + * **Will reassign "GET REPLY" again for next loop.** +* **Add for Help TeleTVG.pdf.** + * **"Ctrl+F1" in Windows and "fn+F1" in MacOS X.** +* **Add protection archive.** +### TIPS +* **If user want to copy with "Ctrl-v" on Get Reply message screen, make sure on the Send Message screen is empty. [Only works in Windows]** + * **"COPY" function only works on editable screen [Send Message screen].** + + + + + +%package -n python3-teletvg-karjakak +Summary: TeleTVG for sending message to multiple users in group with text-expander function. +Provides: python-teletvg-karjakak +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-teletvg-karjakak +# TeleTVG + +**TeleTVG created with Telethon [Telegram apis wrapper].** +* **For using TeleTVG, you need to create your own api-id and api-hash.** + * **Please visit:** + > **https://github.com/LonamiWebs/Telethon/blob/master/readthedocs/basic/signing-in.rst** + + **for explanation.** +* **After create id and hash, it will store in user environment encrypted.** + * **The encryption method is using Clien-karjakak.** + > **https://pypi.org/project/Clien-karjakak** + +### Install +``` +pip install -U teletvg-karjakak +``` +### Usage +**For Windows:** +``` +> ttvg +``` +**For MacOS X:** +``` +% ttvg +``` +**With script:** +``` +from teletvg import main + +main() +``` +### Highlight +* **Schedule message.** + * **To a user or multiple users in a group as one-to-one.** +* **Send message to a user or multiple users in a group as one-to-one.** +* **Send file to user or multiple users in a group as one-to-one.** +* **Text-expander.** + * **Expanding a simple abbreviation to a long words.** +* **Can write markdown text.** +* **Emoji Templates.** + * **Often used emojies can be saved and re-use.** +### Take Note: +* **Can only log-in as existing user.** + * **No Sign-Up as New User.** +* **No multiple account users log-in.** +* **Can Request for additional module:** + * **Need support donation :heart:** +* **For MacOS X:** + * **~~Emoji is disabled.[tkinter issue!]~~** + * **Emoji is Working in Python 3.10** +### Changes: +* **Some bugs fix on "GET REPLY" function.** + * **While event-loop on going, it will not run "GET REPLY" function.** + * **Will reassign "GET REPLY" again for next loop.** +* **Add for Help TeleTVG.pdf.** + * **"Ctrl+F1" in Windows and "fn+F1" in MacOS X.** +* **Add protection archive.** +### TIPS +* **If user want to copy with "Ctrl-v" on Get Reply message screen, make sure on the Send Message screen is empty. [Only works in Windows]** + * **"COPY" function only works on editable screen [Send Message screen].** + + + + + +%package help +Summary: Development documents and examples for teletvg-karjakak +Provides: python3-teletvg-karjakak-doc +%description help +# TeleTVG + +**TeleTVG created with Telethon [Telegram apis wrapper].** +* **For using TeleTVG, you need to create your own api-id and api-hash.** + * **Please visit:** + > **https://github.com/LonamiWebs/Telethon/blob/master/readthedocs/basic/signing-in.rst** + + **for explanation.** +* **After create id and hash, it will store in user environment encrypted.** + * **The encryption method is using Clien-karjakak.** + > **https://pypi.org/project/Clien-karjakak** + +### Install +``` +pip install -U teletvg-karjakak +``` +### Usage +**For Windows:** +``` +> ttvg +``` +**For MacOS X:** +``` +% ttvg +``` +**With script:** +``` +from teletvg import main + +main() +``` +### Highlight +* **Schedule message.** + * **To a user or multiple users in a group as one-to-one.** +* **Send message to a user or multiple users in a group as one-to-one.** +* **Send file to user or multiple users in a group as one-to-one.** +* **Text-expander.** + * **Expanding a simple abbreviation to a long words.** +* **Can write markdown text.** +* **Emoji Templates.** + * **Often used emojies can be saved and re-use.** +### Take Note: +* **Can only log-in as existing user.** + * **No Sign-Up as New User.** +* **No multiple account users log-in.** +* **Can Request for additional module:** + * **Need support donation :heart:** +* **For MacOS X:** + * **~~Emoji is disabled.[tkinter issue!]~~** + * **Emoji is Working in Python 3.10** +### Changes: +* **Some bugs fix on "GET REPLY" function.** + * **While event-loop on going, it will not run "GET REPLY" function.** + * **Will reassign "GET REPLY" again for next loop.** +* **Add for Help TeleTVG.pdf.** + * **"Ctrl+F1" in Windows and "fn+F1" in MacOS X.** +* **Add protection archive.** +### TIPS +* **If user want to copy with "Ctrl-v" on Get Reply message screen, make sure on the Send Message screen is empty. [Only works in Windows]** + * **"COPY" function only works on editable screen [Send Message screen].** + + + + + +%prep +%autosetup -n teletvg-karjakak-1.3.8 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-teletvg-karjakak -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.8-1 +- Package Spec generated |