diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-11 23:49:48 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-11 23:49:48 +0000 |
| commit | 627c663c56e75c175c3bb217c5f4ca7ebacbfad8 (patch) | |
| tree | a9a44717d1d86d55c114c0fc1648b6a3418ef386 /python-configcat-client.spec | |
| parent | 9f7c7e278aa4ff5009386d358fcdaaa393938493 (diff) | |
automatic import of python-configcat-client
Diffstat (limited to 'python-configcat-client.spec')
| -rw-r--r-- | python-configcat-client.spec | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/python-configcat-client.spec b/python-configcat-client.spec new file mode 100644 index 0000000..c766aac --- /dev/null +++ b/python-configcat-client.spec @@ -0,0 +1,79 @@ +%global _empty_manifest_terminate_build 0 +Name: python-configcat-client +Version: 7.0.1 +Release: 1 +Summary: ConfigCat SDK for Python. https://configcat.com +License: MIT +URL: https://github.com/configcat/python-sdk +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e8/0e/f0d332416c28cb4f092a1b5de6ec50d3cdd037e3444ec3b66d67213078fe/configcat-client-7.0.1.tar.gz +BuildArch: noarch + +Requires: python3-requests +Requires: python3-semver +Requires: python3-enum-compat +Requires: python3-qualname + +%description +Feature Flags created by developers for developers with <3. ConfigCat lets you manage feature flags across frontend, backend, mobile, and desktop apps without (re)deploying code. % rollouts, user targeting, segmentation. Feature toggle SDKs for all main languages. Alternative to LaunchDarkly. Host yourself, or use the hosted management app at https://configcat.com. + + +%package -n python3-configcat-client +Summary: ConfigCat SDK for Python. https://configcat.com +Provides: python-configcat-client +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-configcat-client +Feature Flags created by developers for developers with <3. ConfigCat lets you manage feature flags across frontend, backend, mobile, and desktop apps without (re)deploying code. % rollouts, user targeting, segmentation. Feature toggle SDKs for all main languages. Alternative to LaunchDarkly. Host yourself, or use the hosted management app at https://configcat.com. + + +%package help +Summary: Development documents and examples for configcat-client +Provides: python3-configcat-client-doc +%description help +Feature Flags created by developers for developers with <3. ConfigCat lets you manage feature flags across frontend, backend, mobile, and desktop apps without (re)deploying code. % rollouts, user targeting, segmentation. Feature toggle SDKs for all main languages. Alternative to LaunchDarkly. Host yourself, or use the hosted management app at https://configcat.com. + + +%prep +%autosetup -n configcat-client-7.0.1 + +%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-configcat-client -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 7.0.1-1 +- Package Spec generated |
