]> git.pld-linux.org Git - packages/xorg-app-xgc.git/blob - xorg-app-xgc.spec
- cleanups, kill /usr/X11R6
[packages/xorg-app-xgc.git] / xorg-app-xgc.spec
1 Summary:        xgc application
2 Summary(pl):    Aplikacja xgc
3 Name:           xorg-app-xgc
4 Version:        0.99.0
5 Release:        0.02
6 License:        MIT
7 Group:          X11/Development/Libraries
8 Source0:        http://xorg.freedesktop.org/X11R7.0-RC0/app/xgc-%{version}.tar.bz2
9 # Source0-md5:  623999842bebe7b2768fa75cf56eb499
10 Patch0:         xgc-man.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  xorg-lib-libXaw-devel
15 BuildRequires:  xorg-util-util-macros
16 BuildRequires:  pkgconfig >= 0.19
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xgc application.
21
22 %description -l pl
23 Aplikacja xgc.
24
25 %prep
26 %setup -q -n xgc-%{version}
27 %patch0 -p1
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 %{_sysconfdir}/X11/app-defaults/*
50 %attr(755,root,wheel) %{_bindir}/*
51 %{_mandir}/man1/*.1*
This page took 1.804547 seconds and 4 git commands to generate.