update code

This commit is contained in:
zhuchunyi 2019-11-06 19:57:41 +08:00
parent c801d8d214
commit 2388c2deaa

View File

@ -1,6 +1,6 @@
Name: xvattr Name: xvattr
Version: 1.3 Version: 1.3
Release: 38 Release: 40
Summary: A software for getting and setting values of Xv attributes Summary: A software for getting and setting values of Xv attributes
License: GPLv2+ License: GPLv2+
URL: http://www.dtek.chalmers.se/groups/dvd/ URL: http://www.dtek.chalmers.se/groups/dvd/
@ -9,7 +9,7 @@ Patch0: xvattr-1.3-Convert-documentation-to-UTF-8.patch
Patch1: xvattr-1.3-Use-GTK_CFLAGS-properly.patch Patch1: xvattr-1.3-Use-GTK_CFLAGS-properly.patch
Patch2: xvattr-1.3-Make-GTK-tools-optional.patch Patch2: xvattr-1.3-Make-GTK-tools-optional.patch
BuildRequires: gcc git autoconf automake coreutils gtk+-devel BuildRequires: gcc autoconf automake coreutils gtk+-devel
BuildRequires: make libX11-devel libXv-devel perl-podlators BuildRequires: make libX11-devel libXv-devel perl-podlators
%description %description
@ -22,15 +22,10 @@ Summary: GTK1-based GUI for Xv attributes
%description -n gxvattr %description -n gxvattr
GTK1-based GUI for inspecting and setting Xv attributes. GTK1-based GUI for inspecting and setting Xv attributes.
%package help %package_help
Summary: Doc files for xvattr
Buildarch: noarch
%description help
The xvattr-help package contains doc files for xvattr.
%prep %prep
%autosetup -n xvattr-1.3 -p1 -S git %autosetup -n xvattr-1.3 -p1
autoreconf -ivf autoreconf -ivf
%build %build
@ -41,8 +36,7 @@ autoreconf -ivf
%make_install %make_install
%files %files
%doc AUTHORS %license COPYING AUTHORS
%license COPYING
%{_bindir}/xvattr %{_bindir}/xvattr
%files -n gxvattr %files -n gxvattr
@ -54,5 +48,17 @@ autoreconf -ivf
%{_mandir}/man1/xvattr.1.gz %{_mandir}/man1/xvattr.1.gz
%changelog %changelog
* Fri Oct 11 2019 jiangchuangang <jiangchuangang@huawei.com> - 1.3-40
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: add subpackage gxvattr
* Thu Oct 10 2019 luhuaxin <luhuaxin@huawei.com> - 1.3-39
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: move gxvattr to main package, move AUTHORS to license folder
* Fri Aug 30 2019 luhuaxin <luhuaxin@huawei.com> - 1.3-38 * Fri Aug 30 2019 luhuaxin <luhuaxin@huawei.com> - 1.3-38
- Package init - Package init