diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aspose-barcode-cloud.spec | 358 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 360 insertions, 0 deletions
@@ -0,0 +1 @@ +/aspose-barcode-cloud-23.5.0.tar.gz diff --git a/python-aspose-barcode-cloud.spec b/python-aspose-barcode-cloud.spec new file mode 100644 index 0000000..ddef665 --- /dev/null +++ b/python-aspose-barcode-cloud.spec @@ -0,0 +1,358 @@ +%global _empty_manifest_terminate_build 0 +Name: python-aspose-barcode-cloud +Version: 23.5.0 +Release: 1 +Summary: Aspose.Barcode Cloud API Reference +License: MIT +URL: https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python +Source0: https://mirrors.aliyun.com/pypi/web/packages/1f/af/10353162178b29efbba1712da90297d1d7642dc39c6596b34c4b56c68443/aspose-barcode-cloud-23.5.0.tar.gz +BuildArch: noarch + +Requires: python3-certifi +Requires: python3-dateutil +Requires: python3-six +Requires: python3-urllib3 + +%description +*BarcodeApi* | [**get_barcode_generate**](docs/BarcodeApi.md#get_barcode_generate) | **GET** /barcode/generate | Generate barcode. +*BarcodeApi* | [**get_barcode_recognize**](docs/BarcodeApi.md#get_barcode_recognize) | **GET** /barcode/{name}/recognize | Recognize barcode from a file on server. +*BarcodeApi* | [**post_barcode_recognize_from_url_or_content**](docs/BarcodeApi.md#post_barcode_recognize_from_url_or_content) | **POST** /barcode/recognize | Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image with content-type \"application/octet-stream\". An image can also be passed as a form field. +*BarcodeApi* | [**post_generate_multiple**](docs/BarcodeApi.md#post_generate_multiple) | **POST** /barcode/generateMultiple | Generate multiple barcodes and return in response stream +*BarcodeApi* | [**put_barcode_generate_file**](docs/BarcodeApi.md#put_barcode_generate_file) | **PUT** /barcode/{name}/generate | Generate barcode and save on server (from query params or from file with json or xml content) +*BarcodeApi* | [**put_barcode_recognize_from_body**](docs/BarcodeApi.md#put_barcode_recognize_from_body) | **PUT** /barcode/{name}/recognize | Recognition of a barcode from file on server with parameters in body. +*BarcodeApi* | [**put_generate_multiple**](docs/BarcodeApi.md#put_generate_multiple) | **PUT** /barcode/{name}/generateMultiple | Generate image with multiple barcodes and put new file on server +*FileApi* | [**copy_file**](docs/FileApi.md#copy_file) | **PUT** /barcode/storage/file/copy/{srcPath} | Copy file +*FileApi* | [**delete_file**](docs/FileApi.md#delete_file) | **DELETE** /barcode/storage/file/{path} | Delete file +*FileApi* | [**download_file**](docs/FileApi.md#download_file) | **GET** /barcode/storage/file/{path} | Download file +*FileApi* | [**move_file**](docs/FileApi.md#move_file) | **PUT** /barcode/storage/file/move/{srcPath} | Move file +*FileApi* | [**upload_file**](docs/FileApi.md#upload_file) | **PUT** /barcode/storage/file/{path} | Upload file +*FolderApi* | [**copy_folder**](docs/FolderApi.md#copy_folder) | **PUT** /barcode/storage/folder/copy/{srcPath} | Copy folder +*FolderApi* | [**create_folder**](docs/FolderApi.md#create_folder) | **PUT** /barcode/storage/folder/{path} | Create the folder +*FolderApi* | [**delete_folder**](docs/FolderApi.md#delete_folder) | **DELETE** /barcode/storage/folder/{path} | Delete folder +*FolderApi* | [**get_files_list**](docs/FolderApi.md#get_files_list) | **GET** /barcode/storage/folder/{path} | Get all files and folders within a folder +*FolderApi* | [**move_folder**](docs/FolderApi.md#move_folder) | **PUT** /barcode/storage/folder/move/{srcPath} | Move folder +*StorageApi* | [**get_disc_usage**](docs/StorageApi.md#get_disc_usage) | **GET** /barcode/storage/disc | Get disc usage +*StorageApi* | [**get_file_versions**](docs/StorageApi.md#get_file_versions) | **GET** /barcode/storage/version/{path} | Get file versions +*StorageApi* | [**object_exists**](docs/StorageApi.md#object_exists) | **GET** /barcode/storage/exist/{path} | Check if file or folder exists +*StorageApi* | [**storage_exists**](docs/StorageApi.md#storage_exists) | **GET** /barcode/storage/{storageName}/exist | Check if storage exists +## Documentation For Models +- [ApiError](docs/ApiError.md) +- [ApiErrorResponse](docs/ApiErrorResponse.md) +- [AustralianPostParams](docs/AustralianPostParams.md) +- [AutoSizeMode](docs/AutoSizeMode.md) +- [AvailableGraphicsUnit](docs/AvailableGraphicsUnit.md) +- [AztecParams](docs/AztecParams.md) +- [AztecSymbolMode](docs/AztecSymbolMode.md) +- [BarcodeResponse](docs/BarcodeResponse.md) +- [BarcodeResponseList](docs/BarcodeResponseList.md) +- [BorderDashStyle](docs/BorderDashStyle.md) +- [CaptionParams](docs/CaptionParams.md) +- [ChecksumValidation](docs/ChecksumValidation.md) +- [CodabarChecksumMode](docs/CodabarChecksumMode.md) +- [CodabarParams](docs/CodabarParams.md) +- [CodabarSymbol](docs/CodabarSymbol.md) +- [CodablockParams](docs/CodablockParams.md) +- [Code128Emulation](docs/Code128Emulation.md) +- [Code128EncodeMode](docs/Code128EncodeMode.md) +- [Code128Params](docs/Code128Params.md) +- [Code16KParams](docs/Code16KParams.md) +- [CodeLocation](docs/CodeLocation.md) +- [CouponParams](docs/CouponParams.md) +- [CustomerInformationInterpretingType](docs/CustomerInformationInterpretingType.md) +- [DataBarParams](docs/DataBarParams.md) +- [DataMatrixEccType](docs/DataMatrixEccType.md) +- [DataMatrixEncodeMode](docs/DataMatrixEncodeMode.md) +- [DataMatrixParams](docs/DataMatrixParams.md) +- [DecodeBarcodeType](docs/DecodeBarcodeType.md) +- [DiscUsage](docs/DiscUsage.md) +- [DotCodeEncodeMode](docs/DotCodeEncodeMode.md) +- [DotCodeParams](docs/DotCodeParams.md) +- [ECIEncodings](docs/ECIEncodings.md) +- [EnableChecksum](docs/EnableChecksum.md) +- [EncodeBarcodeType](docs/EncodeBarcodeType.md) +- [Error](docs/Error.md) +- [ErrorDetails](docs/ErrorDetails.md) +- [FileVersions](docs/FileVersions.md) +- [FilesList](docs/FilesList.md) +- [FilesUploadResult](docs/FilesUploadResult.md) +- [FontMode](docs/FontMode.md) +- [FontParams](docs/FontParams.md) +- [FontStyle](docs/FontStyle.md) +- [GeneratorParams](docs/GeneratorParams.md) +- [GeneratorParamsList](docs/GeneratorParamsList.md) +- [ITF14BorderType](docs/ITF14BorderType.md) +- [ITFParams](docs/ITFParams.md) +- [MacroCharacter](docs/MacroCharacter.md) +- [MaxiCodeEncodeMode](docs/MaxiCodeEncodeMode.md) +- [MaxiCodeMode](docs/MaxiCodeMode.md) +- [MaxiCodeParams](docs/MaxiCodeParams.md) +- [ObjectExist](docs/ObjectExist.md) +- [Padding](docs/Padding.md) +- [PatchCodeParams](docs/PatchCodeParams.md) +- [PatchFormat](docs/PatchFormat.md) +- [Pdf417CompactionMode](docs/Pdf417CompactionMode.md) +- [Pdf417ErrorLevel](docs/Pdf417ErrorLevel.md) +- [Pdf417MacroTerminator](docs/Pdf417MacroTerminator.md) +- [Pdf417Params](docs/Pdf417Params.md) +- [PostalParams](docs/PostalParams.md) +- [PresetType](docs/PresetType.md) +- [QREncodeMode](docs/QREncodeMode.md) +- [QREncodeType](docs/QREncodeType.md) +- [QRErrorLevel](docs/QRErrorLevel.md) +- [QRVersion](docs/QRVersion.md) +- [QrParams](docs/QrParams.md) +- [ReaderParams](docs/ReaderParams.md) +- [RegionPoint](docs/RegionPoint.md) +- [ResultImageInfo](docs/ResultImageInfo.md) +- [StorageExist](docs/StorageExist.md) +- [StorageFile](docs/StorageFile.md) +- [StructuredAppend](docs/StructuredAppend.md) +- [TextAlignment](docs/TextAlignment.md) +- [FileVersion](docs/FileVersion.md) + +%package -n python3-aspose-barcode-cloud +Summary: Aspose.Barcode Cloud API Reference +Provides: python-aspose-barcode-cloud +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-aspose-barcode-cloud +*BarcodeApi* | [**get_barcode_generate**](docs/BarcodeApi.md#get_barcode_generate) | **GET** /barcode/generate | Generate barcode. +*BarcodeApi* | [**get_barcode_recognize**](docs/BarcodeApi.md#get_barcode_recognize) | **GET** /barcode/{name}/recognize | Recognize barcode from a file on server. +*BarcodeApi* | [**post_barcode_recognize_from_url_or_content**](docs/BarcodeApi.md#post_barcode_recognize_from_url_or_content) | **POST** /barcode/recognize | Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image with content-type \"application/octet-stream\". An image can also be passed as a form field. +*BarcodeApi* | [**post_generate_multiple**](docs/BarcodeApi.md#post_generate_multiple) | **POST** /barcode/generateMultiple | Generate multiple barcodes and return in response stream +*BarcodeApi* | [**put_barcode_generate_file**](docs/BarcodeApi.md#put_barcode_generate_file) | **PUT** /barcode/{name}/generate | Generate barcode and save on server (from query params or from file with json or xml content) +*BarcodeApi* | [**put_barcode_recognize_from_body**](docs/BarcodeApi.md#put_barcode_recognize_from_body) | **PUT** /barcode/{name}/recognize | Recognition of a barcode from file on server with parameters in body. +*BarcodeApi* | [**put_generate_multiple**](docs/BarcodeApi.md#put_generate_multiple) | **PUT** /barcode/{name}/generateMultiple | Generate image with multiple barcodes and put new file on server +*FileApi* | [**copy_file**](docs/FileApi.md#copy_file) | **PUT** /barcode/storage/file/copy/{srcPath} | Copy file +*FileApi* | [**delete_file**](docs/FileApi.md#delete_file) | **DELETE** /barcode/storage/file/{path} | Delete file +*FileApi* | [**download_file**](docs/FileApi.md#download_file) | **GET** /barcode/storage/file/{path} | Download file +*FileApi* | [**move_file**](docs/FileApi.md#move_file) | **PUT** /barcode/storage/file/move/{srcPath} | Move file +*FileApi* | [**upload_file**](docs/FileApi.md#upload_file) | **PUT** /barcode/storage/file/{path} | Upload file +*FolderApi* | [**copy_folder**](docs/FolderApi.md#copy_folder) | **PUT** /barcode/storage/folder/copy/{srcPath} | Copy folder +*FolderApi* | [**create_folder**](docs/FolderApi.md#create_folder) | **PUT** /barcode/storage/folder/{path} | Create the folder +*FolderApi* | [**delete_folder**](docs/FolderApi.md#delete_folder) | **DELETE** /barcode/storage/folder/{path} | Delete folder +*FolderApi* | [**get_files_list**](docs/FolderApi.md#get_files_list) | **GET** /barcode/storage/folder/{path} | Get all files and folders within a folder +*FolderApi* | [**move_folder**](docs/FolderApi.md#move_folder) | **PUT** /barcode/storage/folder/move/{srcPath} | Move folder +*StorageApi* | [**get_disc_usage**](docs/StorageApi.md#get_disc_usage) | **GET** /barcode/storage/disc | Get disc usage +*StorageApi* | [**get_file_versions**](docs/StorageApi.md#get_file_versions) | **GET** /barcode/storage/version/{path} | Get file versions +*StorageApi* | [**object_exists**](docs/StorageApi.md#object_exists) | **GET** /barcode/storage/exist/{path} | Check if file or folder exists +*StorageApi* | [**storage_exists**](docs/StorageApi.md#storage_exists) | **GET** /barcode/storage/{storageName}/exist | Check if storage exists +## Documentation For Models +- [ApiError](docs/ApiError.md) +- [ApiErrorResponse](docs/ApiErrorResponse.md) +- [AustralianPostParams](docs/AustralianPostParams.md) +- [AutoSizeMode](docs/AutoSizeMode.md) +- [AvailableGraphicsUnit](docs/AvailableGraphicsUnit.md) +- [AztecParams](docs/AztecParams.md) +- [AztecSymbolMode](docs/AztecSymbolMode.md) +- [BarcodeResponse](docs/BarcodeResponse.md) +- [BarcodeResponseList](docs/BarcodeResponseList.md) +- [BorderDashStyle](docs/BorderDashStyle.md) +- [CaptionParams](docs/CaptionParams.md) +- [ChecksumValidation](docs/ChecksumValidation.md) +- [CodabarChecksumMode](docs/CodabarChecksumMode.md) +- [CodabarParams](docs/CodabarParams.md) +- [CodabarSymbol](docs/CodabarSymbol.md) +- [CodablockParams](docs/CodablockParams.md) +- [Code128Emulation](docs/Code128Emulation.md) +- [Code128EncodeMode](docs/Code128EncodeMode.md) +- [Code128Params](docs/Code128Params.md) +- [Code16KParams](docs/Code16KParams.md) +- [CodeLocation](docs/CodeLocation.md) +- [CouponParams](docs/CouponParams.md) +- [CustomerInformationInterpretingType](docs/CustomerInformationInterpretingType.md) +- [DataBarParams](docs/DataBarParams.md) +- [DataMatrixEccType](docs/DataMatrixEccType.md) +- [DataMatrixEncodeMode](docs/DataMatrixEncodeMode.md) +- [DataMatrixParams](docs/DataMatrixParams.md) +- [DecodeBarcodeType](docs/DecodeBarcodeType.md) +- [DiscUsage](docs/DiscUsage.md) +- [DotCodeEncodeMode](docs/DotCodeEncodeMode.md) +- [DotCodeParams](docs/DotCodeParams.md) +- [ECIEncodings](docs/ECIEncodings.md) +- [EnableChecksum](docs/EnableChecksum.md) +- [EncodeBarcodeType](docs/EncodeBarcodeType.md) +- [Error](docs/Error.md) +- [ErrorDetails](docs/ErrorDetails.md) +- [FileVersions](docs/FileVersions.md) +- [FilesList](docs/FilesList.md) +- [FilesUploadResult](docs/FilesUploadResult.md) +- [FontMode](docs/FontMode.md) +- [FontParams](docs/FontParams.md) +- [FontStyle](docs/FontStyle.md) +- [GeneratorParams](docs/GeneratorParams.md) +- [GeneratorParamsList](docs/GeneratorParamsList.md) +- [ITF14BorderType](docs/ITF14BorderType.md) +- [ITFParams](docs/ITFParams.md) +- [MacroCharacter](docs/MacroCharacter.md) +- [MaxiCodeEncodeMode](docs/MaxiCodeEncodeMode.md) +- [MaxiCodeMode](docs/MaxiCodeMode.md) +- [MaxiCodeParams](docs/MaxiCodeParams.md) +- [ObjectExist](docs/ObjectExist.md) +- [Padding](docs/Padding.md) +- [PatchCodeParams](docs/PatchCodeParams.md) +- [PatchFormat](docs/PatchFormat.md) +- [Pdf417CompactionMode](docs/Pdf417CompactionMode.md) +- [Pdf417ErrorLevel](docs/Pdf417ErrorLevel.md) +- [Pdf417MacroTerminator](docs/Pdf417MacroTerminator.md) +- [Pdf417Params](docs/Pdf417Params.md) +- [PostalParams](docs/PostalParams.md) +- [PresetType](docs/PresetType.md) +- [QREncodeMode](docs/QREncodeMode.md) +- [QREncodeType](docs/QREncodeType.md) +- [QRErrorLevel](docs/QRErrorLevel.md) +- [QRVersion](docs/QRVersion.md) +- [QrParams](docs/QrParams.md) +- [ReaderParams](docs/ReaderParams.md) +- [RegionPoint](docs/RegionPoint.md) +- [ResultImageInfo](docs/ResultImageInfo.md) +- [StorageExist](docs/StorageExist.md) +- [StorageFile](docs/StorageFile.md) +- [StructuredAppend](docs/StructuredAppend.md) +- [TextAlignment](docs/TextAlignment.md) +- [FileVersion](docs/FileVersion.md) + +%package help +Summary: Development documents and examples for aspose-barcode-cloud +Provides: python3-aspose-barcode-cloud-doc +%description help +*BarcodeApi* | [**get_barcode_generate**](docs/BarcodeApi.md#get_barcode_generate) | **GET** /barcode/generate | Generate barcode. +*BarcodeApi* | [**get_barcode_recognize**](docs/BarcodeApi.md#get_barcode_recognize) | **GET** /barcode/{name}/recognize | Recognize barcode from a file on server. +*BarcodeApi* | [**post_barcode_recognize_from_url_or_content**](docs/BarcodeApi.md#post_barcode_recognize_from_url_or_content) | **POST** /barcode/recognize | Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image with content-type \"application/octet-stream\". An image can also be passed as a form field. +*BarcodeApi* | [**post_generate_multiple**](docs/BarcodeApi.md#post_generate_multiple) | **POST** /barcode/generateMultiple | Generate multiple barcodes and return in response stream +*BarcodeApi* | [**put_barcode_generate_file**](docs/BarcodeApi.md#put_barcode_generate_file) | **PUT** /barcode/{name}/generate | Generate barcode and save on server (from query params or from file with json or xml content) +*BarcodeApi* | [**put_barcode_recognize_from_body**](docs/BarcodeApi.md#put_barcode_recognize_from_body) | **PUT** /barcode/{name}/recognize | Recognition of a barcode from file on server with parameters in body. +*BarcodeApi* | [**put_generate_multiple**](docs/BarcodeApi.md#put_generate_multiple) | **PUT** /barcode/{name}/generateMultiple | Generate image with multiple barcodes and put new file on server +*FileApi* | [**copy_file**](docs/FileApi.md#copy_file) | **PUT** /barcode/storage/file/copy/{srcPath} | Copy file +*FileApi* | [**delete_file**](docs/FileApi.md#delete_file) | **DELETE** /barcode/storage/file/{path} | Delete file +*FileApi* | [**download_file**](docs/FileApi.md#download_file) | **GET** /barcode/storage/file/{path} | Download file +*FileApi* | [**move_file**](docs/FileApi.md#move_file) | **PUT** /barcode/storage/file/move/{srcPath} | Move file +*FileApi* | [**upload_file**](docs/FileApi.md#upload_file) | **PUT** /barcode/storage/file/{path} | Upload file +*FolderApi* | [**copy_folder**](docs/FolderApi.md#copy_folder) | **PUT** /barcode/storage/folder/copy/{srcPath} | Copy folder +*FolderApi* | [**create_folder**](docs/FolderApi.md#create_folder) | **PUT** /barcode/storage/folder/{path} | Create the folder +*FolderApi* | [**delete_folder**](docs/FolderApi.md#delete_folder) | **DELETE** /barcode/storage/folder/{path} | Delete folder +*FolderApi* | [**get_files_list**](docs/FolderApi.md#get_files_list) | **GET** /barcode/storage/folder/{path} | Get all files and folders within a folder +*FolderApi* | [**move_folder**](docs/FolderApi.md#move_folder) | **PUT** /barcode/storage/folder/move/{srcPath} | Move folder +*StorageApi* | [**get_disc_usage**](docs/StorageApi.md#get_disc_usage) | **GET** /barcode/storage/disc | Get disc usage +*StorageApi* | [**get_file_versions**](docs/StorageApi.md#get_file_versions) | **GET** /barcode/storage/version/{path} | Get file versions +*StorageApi* | [**object_exists**](docs/StorageApi.md#object_exists) | **GET** /barcode/storage/exist/{path} | Check if file or folder exists +*StorageApi* | [**storage_exists**](docs/StorageApi.md#storage_exists) | **GET** /barcode/storage/{storageName}/exist | Check if storage exists +## Documentation For Models +- [ApiError](docs/ApiError.md) +- [ApiErrorResponse](docs/ApiErrorResponse.md) +- [AustralianPostParams](docs/AustralianPostParams.md) +- [AutoSizeMode](docs/AutoSizeMode.md) +- [AvailableGraphicsUnit](docs/AvailableGraphicsUnit.md) +- [AztecParams](docs/AztecParams.md) +- [AztecSymbolMode](docs/AztecSymbolMode.md) +- [BarcodeResponse](docs/BarcodeResponse.md) +- [BarcodeResponseList](docs/BarcodeResponseList.md) +- [BorderDashStyle](docs/BorderDashStyle.md) +- [CaptionParams](docs/CaptionParams.md) +- [ChecksumValidation](docs/ChecksumValidation.md) +- [CodabarChecksumMode](docs/CodabarChecksumMode.md) +- [CodabarParams](docs/CodabarParams.md) +- [CodabarSymbol](docs/CodabarSymbol.md) +- [CodablockParams](docs/CodablockParams.md) +- [Code128Emulation](docs/Code128Emulation.md) +- [Code128EncodeMode](docs/Code128EncodeMode.md) +- [Code128Params](docs/Code128Params.md) +- [Code16KParams](docs/Code16KParams.md) +- [CodeLocation](docs/CodeLocation.md) +- [CouponParams](docs/CouponParams.md) +- [CustomerInformationInterpretingType](docs/CustomerInformationInterpretingType.md) +- [DataBarParams](docs/DataBarParams.md) +- [DataMatrixEccType](docs/DataMatrixEccType.md) +- [DataMatrixEncodeMode](docs/DataMatrixEncodeMode.md) +- [DataMatrixParams](docs/DataMatrixParams.md) +- [DecodeBarcodeType](docs/DecodeBarcodeType.md) +- [DiscUsage](docs/DiscUsage.md) +- [DotCodeEncodeMode](docs/DotCodeEncodeMode.md) +- [DotCodeParams](docs/DotCodeParams.md) +- [ECIEncodings](docs/ECIEncodings.md) +- [EnableChecksum](docs/EnableChecksum.md) +- [EncodeBarcodeType](docs/EncodeBarcodeType.md) +- [Error](docs/Error.md) +- [ErrorDetails](docs/ErrorDetails.md) +- [FileVersions](docs/FileVersions.md) +- [FilesList](docs/FilesList.md) +- [FilesUploadResult](docs/FilesUploadResult.md) +- [FontMode](docs/FontMode.md) +- [FontParams](docs/FontParams.md) +- [FontStyle](docs/FontStyle.md) +- [GeneratorParams](docs/GeneratorParams.md) +- [GeneratorParamsList](docs/GeneratorParamsList.md) +- [ITF14BorderType](docs/ITF14BorderType.md) +- [ITFParams](docs/ITFParams.md) +- [MacroCharacter](docs/MacroCharacter.md) +- [MaxiCodeEncodeMode](docs/MaxiCodeEncodeMode.md) +- [MaxiCodeMode](docs/MaxiCodeMode.md) +- [MaxiCodeParams](docs/MaxiCodeParams.md) +- [ObjectExist](docs/ObjectExist.md) +- [Padding](docs/Padding.md) +- [PatchCodeParams](docs/PatchCodeParams.md) +- [PatchFormat](docs/PatchFormat.md) +- [Pdf417CompactionMode](docs/Pdf417CompactionMode.md) +- [Pdf417ErrorLevel](docs/Pdf417ErrorLevel.md) +- [Pdf417MacroTerminator](docs/Pdf417MacroTerminator.md) +- [Pdf417Params](docs/Pdf417Params.md) +- [PostalParams](docs/PostalParams.md) +- [PresetType](docs/PresetType.md) +- [QREncodeMode](docs/QREncodeMode.md) +- [QREncodeType](docs/QREncodeType.md) +- [QRErrorLevel](docs/QRErrorLevel.md) +- [QRVersion](docs/QRVersion.md) +- [QrParams](docs/QrParams.md) +- [ReaderParams](docs/ReaderParams.md) +- [RegionPoint](docs/RegionPoint.md) +- [ResultImageInfo](docs/ResultImageInfo.md) +- [StorageExist](docs/StorageExist.md) +- [StorageFile](docs/StorageFile.md) +- [StructuredAppend](docs/StructuredAppend.md) +- [TextAlignment](docs/TextAlignment.md) +- [FileVersion](docs/FileVersion.md) + +%prep +%autosetup -n aspose-barcode-cloud-23.5.0 + +%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-aspose-barcode-cloud -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 23.5.0-1 +- Package Spec generated @@ -0,0 +1 @@ +2f77c3e8a09a6bdd3ab59b6fe48a5794 aspose-barcode-cloud-23.5.0.tar.gz |