]> git.pld-linux.org Git - packages/wine.git/commitdiff
- changed all BuildRoot definitons
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 1 Apr 2000 11:15:57 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed all applnkdir defs
- changed some prereqs/requires
- removed duplicate empty lines

Changed files:
    wine.spec -> 1.2

wine.spec

index 1bffe2bb50d01b34af4f33cf2f128eeb713dd670..89e48c9f3b80bee8290643df250bcbfe1d9b1b7d 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -10,14 +10,12 @@ Group(pl):  Applikacje/Emulatory
 Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
 Url:           http://www.winehq.com
 Exclusivearch: %{ix86}
-Buildroot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 
 %description -l pl
 
-
-
 %package devel
 Summary:        Wine - header files
 Summary(pl):    Wine - pliki nag³owkowe
@@ -31,7 +29,6 @@ Wine - header files.
 %description -l pl devel
 Wine - pliki nag³ówkowe.
 
-
 %prep
 %setup -q
 
@@ -81,20 +78,17 @@ cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/wine.conf
 ;
 EOF
 
-
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man5/*
 
 gzip -9nf README WARRANTY LICENSE DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
 
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-    
 %files
 %defattr(644,root,root,755)
 %doc {README,WARRANTY,LICENSE,DEVELOPERS-HINTS,ChangeLog,BUGS,AUTHORS,ANNOUNCE}.gz
This page took 0.042167 seconds and 4 git commands to generate.