]> git.pld-linux.org Git - packages/xorg-app-xgc.git/blob - xorg-app-xgc.spec
- new try
[packages/xorg-app-xgc.git] / xorg-app-xgc.spec
1 # $Rev: 3392 $, $Date: 2005-08-15 12:17:57 $
2 #
3 Summary:        xgc application
4 Summary(pl):    Aplikacja xgc
5 Name:           xorg-app-xgc
6 Version:        0.99.0
7 Release:        0.02
8 License:        MIT
9 Group:          X11/Development/Libraries
10 Source0:        http://xorg.freedesktop.org/X11R7.0-RC0/app/xgc-%{version}.tar.bz2
11 # Source0-md5:  623999842bebe7b2768fa75cf56eb499
12 Patch0:         xgc-man.patch
13 URL:            http://xorg.freedesktop.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  xorg-lib-libXaw-devel
17 BuildRequires:  xorg-util-util-macros
18 BuildRequires:  pkg-config
19 BuildRoot:      %{tmpdir}/xgc-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 xgc application.
26
27 %description -l pl
28 Aplikacja xgc.
29
30
31 %prep
32 %setup -q -n xgc-%{version}
33 %patch0 -p1
34
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56
57 %files
58 %defattr(644,root,root,755)
59 %{_sysconfdir}/X11/app-defaults/*
60 %attr(755,root,wheel) %{_bindir}/*
61 %{_mandir}/man1/*.1*
This page took 0.073363 seconds and 3 git commands to generate.