]> git.pld-linux.org Git - packages/xorg-app-xrefresh.git/blame - xorg-app-xrefresh.spec
- up to 1.0.2
[packages/xorg-app-xrefresh.git] / xorg-app-xrefresh.spec
CommitLineData
af31cd78
AM
1Summary: xrefresh application
2Summary(pl): Aplikacja xrefresh
3Name: xorg-app-xrefresh
9dee8392
AM
4Version: 1.0.2
5Release: 1
af31cd78
AM
6License: MIT
7Group: X11/Applications
9dee8392
AM
8Source0: http://xorg.freedesktop.org/releases/individual/app/xrefresh-%{version}.tar.bz2
9# Source0-md5: 1228f890f86148e4e6ae22aa73118cbb
af31cd78 10URL: http://xorg.freedesktop.org/
e3365079 11BuildRequires: autoconf >= 2.57
af31cd78 12BuildRequires: automake
6bb19633 13BuildRequires: pkgconfig >= 1:0.19
af31cd78 14BuildRequires: xorg-lib-libX11-devel
c712104d 15BuildRequires: xorg-util-util-macros >= 0.99.2
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 \
c712104d 40 DESTDIR=$RPM_BUILD_ROOT
af31cd78 41
af31cd78
AM
42%clean
43rm -rf $RPM_BUILD_ROOT
44
af31cd78
AM
45%files
46%defattr(644,root,root,755)
c712104d 47%doc COPYING ChangeLog
5307588a 48%attr(755,root,root) %{_bindir}/*
e3365079 49%{_mandir}/man1/*.1x*
This page took 0.097191 seconds and 4 git commands to generate.