Fix Source0
This commit is contained in:
parent
7928c725a6
commit
c66840c088
10
dotconf.spec
10
dotconf.spec
@ -1,11 +1,10 @@
|
|||||||
Name: dotconf
|
Name: dotconf
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 22
|
Release: 23
|
||||||
Summary: A configuration file parser
|
Summary: A configuration file parser
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://github.com/williamh/dotconf
|
URL: https://github.com/williamh/dotconf
|
||||||
#soure address: https://github.com/williamh/dotconf/archive/v1.3.tar.gz
|
Source: https://github.com/williamh/dotconf/archive/v%{version}.tar.gz
|
||||||
Source: %{name}-%{version}.tar.gz
|
|
||||||
BuildRequires: findutils glibc-common make autoconf automake libtool
|
BuildRequires: findutils glibc-common make autoconf automake libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,7 +28,7 @@ The dotconf-help package contains related documents.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n dotconf-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
@ -63,5 +62,8 @@ mv %{buildroot}/%{_docdir}/%{name} __doc_dir
|
|||||||
%doc __doc_dir/*
|
%doc __doc_dir/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 8 2020 liuweibo <liuweibo10@huawei.com> - 1.3-23
|
||||||
|
- Fix Source0
|
||||||
|
|
||||||
* Fri Feb 14 2020 Tianfei <tianfei16@huawei.com> - 1.3-22
|
* Fri Feb 14 2020 Tianfei <tianfei16@huawei.com> - 1.3-22
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
BIN
v1.3.tar.gz
Normal file
BIN
v1.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user