From 2388c2deaa9957243e9ff36876bf5da840c41b35 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:57:41 +0800 Subject: [PATCH] update code --- xvattr.spec | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/xvattr.spec b/xvattr.spec index ff970cb..8a1d53f 100644 --- a/xvattr.spec +++ b/xvattr.spec @@ -1,6 +1,6 @@ Name: xvattr Version: 1.3 -Release: 38 +Release: 40 Summary: A software for getting and setting values of Xv attributes License: GPLv2+ 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 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 %description @@ -22,15 +22,10 @@ Summary: GTK1-based GUI for Xv attributes %description -n gxvattr GTK1-based GUI for inspecting and setting Xv attributes. -%package help -Summary: Doc files for xvattr -Buildarch: noarch - -%description help -The xvattr-help package contains doc files for xvattr. +%package_help %prep -%autosetup -n xvattr-1.3 -p1 -S git +%autosetup -n xvattr-1.3 -p1 autoreconf -ivf %build @@ -41,8 +36,7 @@ autoreconf -ivf %make_install %files -%doc AUTHORS -%license COPYING +%license COPYING AUTHORS %{_bindir}/xvattr %files -n gxvattr @@ -54,5 +48,17 @@ autoreconf -ivf %{_mandir}/man1/xvattr.1.gz %changelog +* Fri Oct 11 2019 jiangchuangang - 1.3-40 +- Type: enhancement +- ID: NA +- SUG: NA +- DESC: add subpackage gxvattr + +* Thu Oct 10 2019 luhuaxin - 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 - 1.3-38 - Package init