summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-djangoldp-energiepartagee.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 1dec707..eb697d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/djangoldp_energiepartagee-0.0.61.tar.gz
+/djangoldp_energiepartagee-0.0.74.tar.gz
diff --git a/python-djangoldp-energiepartagee.spec b/python-djangoldp-energiepartagee.spec
index 399ac77..99621d9 100644
--- a/python-djangoldp-energiepartagee.spec
+++ b/python-djangoldp-energiepartagee.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-djangoldp-energiepartagee
-Version: 0.0.61
+Version: 0.0.74
Release: 1
Summary: Custom DjangoLDP based package for Energie Partagee
License: MIT
URL: https://pypi.org/project/djangoldp-energiepartagee/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6d/95/c40839dd877746716b0c9430d3b227757cc6d3ec6ed8732f3d7678a91709/djangoldp_energiepartagee-0.0.61.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/bc/27/dc90517e31707f0fe311954dcc5a60b8d021f57ddf911cce8ad7020b89b4/djangoldp_energiepartagee-0.0.74.tar.gz
BuildArch: noarch
Requires: python3-djangoldp
@@ -187,7 +187,7 @@ This command calculates the contribution for every actor in the database and cre
%prep
-%autosetup -n djangoldp-energiepartagee-0.0.61
+%autosetup -n djangoldp_energiepartagee-0.0.74
%build
%py3_build
@@ -201,20 +201,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 .
@@ -227,5 +227,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.61-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.74-1
- Package Spec generated
diff --git a/sources b/sources
index 95c10d8..0e2fbdb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3b21d18db0eec72c2002a623ea9873c djangoldp_energiepartagee-0.0.61.tar.gz
+33920c384a735ba6f6f147a85a3038b7 djangoldp_energiepartagee-0.0.74.tar.gz