diff --git a/dotconf.spec b/dotconf.spec index eb9b721..1d5bb73 100644 --- a/dotconf.spec +++ b/dotconf.spec @@ -1,11 +1,10 @@ Name: dotconf Version: 1.3 -Release: 22 +Release: 23 Summary: A configuration file parser License: LGPLv2 URL: https://github.com/williamh/dotconf -#soure address: https://github.com/williamh/dotconf/archive/v1.3.tar.gz -Source: %{name}-%{version}.tar.gz +Source: https://github.com/williamh/dotconf/archive/v%{version}.tar.gz BuildRequires: findutils glibc-common make autoconf automake libtool %description @@ -29,7 +28,7 @@ The dotconf-help package contains related documents. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n dotconf-%{version} -p1 %build autoreconf -fiv @@ -63,5 +62,8 @@ mv %{buildroot}/%{_docdir}/%{name} __doc_dir %doc __doc_dir/* %changelog +* Tue Sep 8 2020 liuweibo - 1.3-23 +- Fix Source0 + * Fri Feb 14 2020 Tianfei - 1.3-22 - Package init diff --git a/v1.3.tar.gz b/v1.3.tar.gz new file mode 100644 index 0000000..97fbc0e Binary files /dev/null and b/v1.3.tar.gz differ