From 011069a7d63285b952709dba316e44aa88efcc6f Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 7 Jul 2003 09:43:26 +0000 Subject: [PATCH] - use macro, noticed evil things Changed files: LinPopUp.spec -> 1.41 --- LinPopUp.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LinPopUp.spec b/LinPopUp.spec index 9f7671f..5df1060 100644 --- a/LinPopUp.spec +++ b/LinPopUp.spec @@ -1,3 +1,6 @@ +# TODO: +# - evil permissions on /var/lib/linpopup/messages.dat +# - nobody user MUST NOT own anything Summary: Linux enhanced port of winpopup Summary(pl): Port programu winpopup pod Linuksa Name: LinPopUp @@ -16,7 +19,6 @@ BuildRequires: gtk+-devel Requires: samba BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - %description LinPopUp is a Xwindow graphical port of Winpopup, running over Samba. It permits to communicate with a Windows computer that runs Winpopup, @@ -53,14 +55,12 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_datadir}/linpopup} \ $RPM_BUILD_ROOT{%{_pixmapsdir},%{_applnkdir}/Network/Communications} -cd src -make install \ +%{__make} install -C src \ DESTDIR=$RPM_BUILD_ROOT \ PREFIX="%{_prefix}" \ INSTALL_MANPATH='$(DESTDIR)%{_mandir}' \ DATA_DIR='$(DESTDIR)/var/lib/linpopup' \ DOC_DIR="$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}" -cd .. install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} -- 2.43.0