]> git.pld-linux.org Git - packages/xorg-app-xsetroot.git/commitdiff
- cleanups, kill /usr/X11R6
authorArtur Frysiak <artur@frysiak.net>
Sat, 27 Aug 2005 20:00:45 +0000 (20:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-app-xsetroot.spec -> 1.3

xorg-app-xsetroot.spec

index 4696ab79e3049c703da158a7dae95d0438ea7fba..227cde173303dc2e9f615875810a8746629355ec 100644 (file)
@@ -1,5 +1,3 @@
-# $Rev: 3421 $, $Date: 2005-08-27 17:42:47 $
-#
 Summary:       xsetroot application
 Summary(pl):   Aplikacja xsetroot
 Name:          xorg-app-xsetroot
@@ -17,10 +15,7 @@ BuildRequires:       xorg-lib-libXmu-devel
 BuildRequires: xorg-util-util-macros
 BuildRequires: pkgconfig >= 0.19
 BuildRequires: xorg-data-xbitmaps
-BuildRoot:     %{tmpdir}/xsetroot-%{version}-root-%(id -u -n)
-
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 xsetroot application.
@@ -28,12 +23,10 @@ xsetroot application.
 %description -l pl
 Aplikacja xsetroot.
 
-
 %prep
 %setup -q -n xsetroot-%{version}
 %patch0 -p1
 
-
 %build
 %{__aclocal}
 %{__autoconf}
@@ -43,18 +36,15 @@ Aplikacja xsetroot.
 
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(644,root,root,755)
 %attr(755,root,wheel) %{_bindir}/*
This page took 0.118177 seconds and 4 git commands to generate.