xvattr/xvattr.spec

65 lines
1.5 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:20:33 -04:00
Name: xvattr
Version: 1.3
2019-11-06 19:57:41 +08:00
Release: 40
2019-09-30 11:20:33 -04:00
Summary: A software for getting and setting values of Xv attributes
License: GPLv2+
URL: http://www.dtek.chalmers.se/groups/dvd/
Source0: http://www.dtek.chalmers.se/~dvd/dist/xvattr-1.3.tar.gz
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
2019-11-06 19:57:41 +08:00
BuildRequires: gcc autoconf automake coreutils gtk+-devel
2019-09-30 11:20:33 -04:00
BuildRequires: make libX11-devel libXv-devel perl-podlators
%description
xvattr is a software that allows you to get and set the values of Xv
attributes (brightness, color key, etc.) of a X11 server.
%package -n gxvattr
Summary: GTK1-based GUI for Xv attributes
%description -n gxvattr
GTK1-based GUI for inspecting and setting Xv attributes.
2019-11-06 19:57:41 +08:00
%package_help
2019-09-30 11:20:33 -04:00
%prep
2019-11-06 19:57:41 +08:00
%autosetup -n xvattr-1.3 -p1
2019-09-30 11:20:33 -04:00
autoreconf -ivf
%build
%configure --enable-gtk
%make_build
%install
%make_install
%files
2019-11-06 19:57:41 +08:00
%license COPYING AUTHORS
2019-09-30 11:20:33 -04:00
%{_bindir}/xvattr
%files -n gxvattr
%license COPYING
%{_bindir}/gxvattr
%files help
%doc ChangeLog NEWS README
%{_mandir}/man1/xvattr.1.gz
%changelog
2019-11-06 19:57:41 +08:00
* 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
2019-09-30 11:20:33 -04:00
* Fri Aug 30 2019 luhuaxin <luhuaxin@huawei.com> - 1.3-38
- Package init