From 8a10512a0407fbb9d5126f7a82d2b1cb9426ed9b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 09:29:44 +0000 Subject: automatic import of python-django-jacc --- .gitignore | 1 + python-django-jacc.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index a0a564e..dc929ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /django-jacc-3.11.7.tar.gz +/django-jacc-3.11.8.tar.gz diff --git a/python-django-jacc.spec b/python-django-jacc.spec index 69163ee..a48ce9c 100644 --- a/python-django-jacc.spec +++ b/python-django-jacc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-jacc -Version: 3.11.7 +Version: 3.11.8 Release: 1 Summary: Simple double entry accounting system (debits/credits) for Django projects. License: MIT licence, see LICENCE.txt URL: https://github.com/kajala/django-jacc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/5e/1fed5412313f167e799fb7ddf4d2d7bece9a18107b9276d10158b3f57370/django-jacc-3.11.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/70/60/bb65d5496161c57d1a9db3eabd4fbe2f0e4143325a4423910955ce540a50/django-jacc-3.11.8.tar.gz BuildArch: noarch @@ -70,7 +70,7 @@ In addition to accounts and account entries, the library has models for basic in [![Build Status](https://travis-ci.org/kajala/django-jacc.svg?branch=master)](https://travis-ci.org/kajala/django-jacc) %prep -%autosetup -n django-jacc-3.11.7 +%autosetup -n django-jacc-3.11.8 %build %py3_build @@ -84,20 +84,20 @@ 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 + 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 + 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 + 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 + 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 + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -110,5 +110,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot - 3.11.7-1 +* Thu Jun 08 2023 Python_Bot - 3.11.8-1 - Package Spec generated diff --git a/sources b/sources index 1c6e1b9..eae3a5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5670313a2c950a88935c37209298d6ce django-jacc-3.11.7.tar.gz +c32454a230de3372bc663cbeb7d2bb45 django-jacc-3.11.8.tar.gz -- cgit v1.2.3