]> git.pld-linux.org Git - packages/xvattr.git/blob - xvattr.spec
- BR: perl-tools-pod (required pod2man)
[packages/xvattr.git] / xvattr.spec
1 Summary:        Getting and setting Xv attributes
2 Summary(pl.UTF-8):      Odczyt i ustawianie atrybutów Xv
3 Name:           xvattr
4 Version:        1.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://www.dtek.chalmers.se/groups/dvd/dist/%{name}-%{version}.tar.gz
9 # Source0-md5:  041e0d1f2ebce216e69e08ce78ec2ceb
10 BuildRequires:  xorg-lib-libX11-devel
11 BuildRequires:  xorg-lib-libXv-devel
12 BuildRequires:  gtk+-devel >= 0.99.7
13 BuildRequires:  perl-tools-pod
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This program is used for getting and setting Xv attributes such as
18 XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY...
19
20 %description -l pl.UTF-8
21 Ten program służy do odczytu i ustawiania atrybutów Xv, takich jak
22 XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY...
23
24 %package gtk
25 Summary:        GTK+ interface for getting and setting Xv attributes
26 Summary(pl.UTF-8):      Interfejs GTK+ do odczytu i ustawiania atrybutów Xv
27 Group:          X11/Applications
28
29 %description gtk
30 This is GTK+ interface for getting and setting Xv attributes such as
31 XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY...
32
33 %description gtk -l pl.UTF-8
34 To jest interfejs GTK+ do odczytu i ustawiania atrybutów Xv, takich jak
35 XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY...
36
37 %prep
38 %setup -q
39
40 %build
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README
57 %attr(755,root,root) %{_bindir}/xvattr
58 %{_mandir}/man1/xvattr.1*
59
60 %files gtk
61 %defattr(644,root,root,755)
62 %attr(755,root,root) %{_bindir}/gxvattr
This page took 0.106499 seconds and 4 git commands to generate.