diff --git a/README.en.md b/README.en.md index 611f82f..ebb0eb0 100644 --- a/README.en.md +++ b/README.en.md @@ -3,21 +3,6 @@ #### Description Memory lead detection tool -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - #### Contribution 1. Fork the repository diff --git a/README.md b/README.md index 2159bff..bdb7578 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,6 @@ #### 介绍 Memory lead detection tool -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx #### 参与贡献 diff --git a/memleax-1.1.1.tar.gz b/memleax-1.1.1.tar.gz new file mode 100644 index 0000000..aacb83a Binary files /dev/null and b/memleax-1.1.1.tar.gz differ diff --git a/memleax.spec b/memleax.spec new file mode 100644 index 0000000..bfe00d1 --- /dev/null +++ b/memleax.spec @@ -0,0 +1,39 @@ +Name: memleax +Version: 1.1.1 +Release: 1 +Summary: Memory lead detection tool +License: GPLv2 +URL: https://github.com/WuBingzheng/memleax +Source0: https://github.com/WuBingzheng/memleax/archive/memleax-%{version}.tar.gz + +BuildRequires: make + +%description +cloc is a tool which can help to do program line caculation. + +%prep +%setup -q -n %{name}-%{version}/ + +%build +./configure +make + +%install +make install DESTDIR="%{buildroot}" + +%pre +%preun +%post +%postun + +%check + +%files +%license LICENSE +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + +%changelog +* Sun Mar 29 2020 Wei Xiong +- Package init +