From: kloczek Date: Mon, 6 Nov 2000 16:51:55 +0000 (+0000) Subject: - removed "BuildRequires: xpm-devel", X-Git-Tag: wine-20001026-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fwine.git;a=commitdiff_plain;h=56b0df2b1dd96db772e5e26a22f7da9e4aa05cb2 - removed "BuildRequires: xpm-devel", - use new rpm automation. Changed files: wine.spec -> 1.26 --- diff --git a/wine.spec b/wine.spec index 4611e5f..e605632 100644 --- 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 <$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