]> git.pld-linux.org Git - packages/xorg-app-xrefresh.git/blame - xorg-app-xrefresh.spec
- 0.99.1 (X11R7.0-RC1)
[packages/xorg-app-xrefresh.git] / xorg-app-xrefresh.spec
CommitLineData
af31cd78
AM
1Summary: xrefresh application
2Summary(pl): Aplikacja xrefresh
3Name: xorg-app-xrefresh
e3365079
JB
4Version: 0.99.1
5Release: 0.1
af31cd78
AM
6License: MIT
7Group: X11/Applications
e3365079
JB
8Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xrefresh-%{version}.tar.bz2
9# Source0-md5: 844395a0381a3856d769f1dfa607c413
af31cd78 10URL: http://xorg.freedesktop.org/
e3365079 11BuildRequires: autoconf >= 2.57
af31cd78 12BuildRequires: automake
3111b3a1 13BuildRequires: pkgconfig >= 0.19
af31cd78 14BuildRequires: xorg-lib-libX11-devel
e3365079 15BuildRequires: xorg-util-util-macros >= 0.99.1
a56e302e 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
af31cd78
AM
17
18%description
19xrefresh application.
20
21%description -l pl
22Aplikacja xrefresh.
23
af31cd78
AM
24%prep
25%setup -q -n xrefresh-%{version}
af31cd78 26
af31cd78
AM
27%build
28%{__aclocal}
29%{__autoconf}
30%{__autoheader}
31%{__automake}
32%configure
33
34%{__make}
35
af31cd78
AM
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
e3365079
JB
40 DESTDIR=$RPM_BUILD_ROOT \
41 appmandir=%{_mandir}/man1
af31cd78 42
af31cd78
AM
43%clean
44rm -rf $RPM_BUILD_ROOT
45
af31cd78
AM
46%files
47%defattr(644,root,root,755)
e3365079 48%doc ChangeLog
5307588a 49%attr(755,root,root) %{_bindir}/*
e3365079 50%{_mandir}/man1/*.1x*
This page took 0.038014 seconds and 4 git commands to generate.