]> git.pld-linux.org Git - packages/LinPopUp.git/commitdiff
- use macro, noticed evil things auto/ac/LinPopUp-1_2_0-4
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Jul 2003 09:43:26 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LinPopUp.spec -> 1.41

LinPopUp.spec

index 9f7671f189c246be77e9f9f0b591be1583e1b150..5df106089feaeb0d56c30d5afe37bd7a26c9b3e5 100644 (file)
@@ -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
 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)
 
 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,
 %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}
 
 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}"
        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}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
This page took 0.033599 seconds and 4 git commands to generate.