]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- more macros (use %%{_applnkdir} macro), icewm-1_0_8-1
authorkloczek <kloczek@pld-linux.org>
Tue, 24 Apr 2001 18:42:51 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed COPYING, INSTALL, VERSION from %doc (this files aren't realy
  neccessary :),
- few cosmetics.

Changed files:
    icewm.spec -> 1.46

icewm.spec

index 68ef9509b4960e8d8d97858172777ace3cea23eb..5e9e76d719e6ca67606cf7abe1fb2588a4aa8af2 100644 (file)
@@ -66,21 +66,20 @@ autoconf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__install} -d $RPM_BUILD_ROOT%{_wmpropsdir}
-%{__install} -d $RPM_BUILD_ROOT%{_prefix}/share/applnk/Settings/IceWM
+%{__install} -d $RPM_BUILD_ROOT{%{_wmpropsdir},%{_applnkdir}/Settings/IceWM}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__install} %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
 %{__install} %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Settings/IceWM/.directory
-%{__install} lib/keys $RPM_BUILD_ROOT%{_sysconfdir}keys
-%{__install} lib/menu $RPM_BUILD_ROOT%{_sysconfdir}menu
+%{__install} lib/keys $RPM_BUILD_ROOT%{_sysconfdir}/keys
+%{__install} lib/menu $RPM_BUILD_ROOT%{_sysconfdir}/menu
 %{__install} lib/toolbar $RPM_BUILD_ROOT%{_sysconfdir}toolbar
-%{__install} lib/preferences $RPM_BUILD_ROOT%{_sysconfdir}preferences
-%{__install} lib/winoptions $RPM_BUILD_ROOT%{_sysconfdir}winoptions
+%{__install} lib/preferences $RPM_BUILD_ROOT%{_sysconfdir}/preferences
+%{__install} lib/winoptions $RPM_BUILD_ROOT%{_sysconfdir}/winoptions
 
-gzip -9nf README CHANGES TODO BUGS COPYING FAQ INSTALL icewm.lsm PLATFORMS VERSION
+gzip -9nf README CHANGES TODO BUGS FAQ icewm.lsm PLATFORMS
 
 %find_lang %{name}
 
This page took 0.037453 seconds and 4 git commands to generate.