]> git.pld-linux.org Git - packages/xorg-app-beforelight.git/blob - xorg-app-beforelight.spec
- runtime R: libXt >= 1.0.0 (for new app-defaults location)
[packages/xorg-app-beforelight.git] / xorg-app-beforelight.spec
1 Summary:        beforelight application
2 Summary(pl):    Aplikacja beforelight
3 Name:           xorg-app-beforelight
4 Version:        1.0.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0/src/app/beforelight-%{version}.tar.bz2
9 # Source0-md5:  d41bc287039503ece2b91373ef92f7a8
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXScrnSaver-devel
15 BuildRequires:  xorg-lib-libXaw-devel
16 BuildRequires:  xorg-lib-libXt-devel >= 1.0.0
17 BuildRequires:  xorg-util-util-macros >= 0.99.2
18 Requires:       xorg-lib-libXt >= 1.0.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 beforelight application.
23
24 %description -l pl
25 Aplikacja beforelight.
26
27 %prep
28 %setup -q -n beforelight-%{version}
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc COPYING ChangeLog
51 %attr(755,root,root) %{_bindir}/beforelight
52 %{_datadir}/X11/app-defaults/Beforelight
53 %{_mandir}/man1/*.1x*
This page took 0.080798 seconds and 3 git commands to generate.