]> git.pld-linux.org Git - packages/wine.git/commitdiff
- removed "BuildRequires: xpm-devel", wine-20001026-1
authorkloczek <kloczek@pld-linux.org>
Mon, 6 Nov 2000 16:51:55 +0000 (16:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new rpm automation.

Changed files:
    wine.spec -> 1.26

wine.spec

index 4611e5fb952d07ed4e74b9423d5eff9080febea0..e605632244f511353854102af75596e828b5ab80 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -5,12 +5,12 @@ Version:      20001026
 Release:       1
 License:       distributable
 Group:         Applications/Emulators
+Group(de):     Applikationen/Emulators
 Group(pl):     Aplikacje/Emulatory
 Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
 URL:           http://www.winehq.com/
 Exclusivearch: %{ix86}
 BuildRequires: XFree86-devel
-BuildRequires: xpm-devel
 BuildRequires: flex
 #BuildRequires:        ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,6 +38,7 @@ tak
 Summary:       Wine - header files
 Summary(pl):   Wine - pliki nag³owkowe
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -52,7 +53,6 @@ Wine - pliki nag
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 # TODO: Curses doesn't work.
 %configure \
     --disable-debug \
@@ -94,11 +94,7 @@ cat <<EOF >$RPM_BUILD_ROOT%{_sysconfdir}/wine.conf
 ;
 EOF
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/*.so.*.*
-strip $RPM_BUILD_ROOT%{_bindir}/*
-
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       README WARRANTY LICENSE DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
+gzip -9nf README WARRANTY LICENSE DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.24927 seconds and 4 git commands to generate.