]> git.pld-linux.org Git - packages/xorg-app-scripts.git/blob - xorg-app-scripts.spec
- fix files
[packages/xorg-app-scripts.git] / xorg-app-scripts.spec
1 Summary:        Few simple scripts
2 Summary(pl.UTF-8):      Kilka prostych skryptów
3 Name:           xorg-app-scripts
4 Version:        1.0.1
5 Release:        3
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/scripts-%{version}.tar.bz2
9 # Source0-md5:  08c7f078fc351196c21db3a8206d482d
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-util-util-macros >= 0.99.2
16 Requires:       awk
17 Requires:       xorg-app-xauth
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Few simple scripts.
22
23 %description -l pl.UTF-8
24 Kilka prostych skryptów.
25
26 %prep
27 %setup -q -n scripts-%{version}
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc COPYING ChangeLog
50 %attr(755,root,root) %{_bindir}/fontname.sh
51 %attr(755,root,root) %{_bindir}/fontprop.sh
52 %attr(755,root,root) %{_bindir}/xauth_switch_to_sun-des-1
53 %attr(755,root,root) %{_bindir}/xon
54 %{_mandir}/man1/xon.1*
This page took 0.487749 seconds and 4 git commands to generate.