]> git.pld-linux.org Git - packages/applnk.git/commitdiff
- Updated to 1.6.1
authoradgor <adgor@pld-linux.org>
Fri, 18 Apr 2003 17:17:12 +0000 (17:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Cosmetics

Changed files:
    applnk.spec -> 1.48

applnk.spec

index 752bd633551f29963d7bed0336a25acb5668d006..84a53930b1d4ef669ac086a5fa7973c6e92ac1cf 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Applnk - base directories tree used for storing desktop/kdelnk menu entries
 Summary(pl):   Applnk - bazowa struktura katalogów z opisami do plików desktop/kdelnk
 Name:          applnk
-Version:       1.6
+Version:       1.6.1
 Release:       1
 License:       GPL
 Group:         Base
@@ -14,7 +14,6 @@ Conflicts:    wmconfig < 0.9.10-5
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %define                _vfconfdir      /etc/X11/desktop
 %define                _vfinfodir      %{_datadir}/desktop-directories
 
@@ -43,10 +42,10 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install applnkdir=%{_applnkdir} pixmapsdir=%{_pixmapsdir} \
-               DESTDIR=$RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT%{_desktopdir}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       applnkdir=%{_applnkdir} \
+       pixmapsdir=%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.029982 seconds and 4 git commands to generate.