]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- more %%install fixes...
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 31 May 2004 00:20:42 +0000 (00:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-usb.spec -> 1.22

eagle-usb.spec

index bc998e52e22ef4eca5a7d596b081871914fb2bd4..a8d6fcf6255947abdd7e46c9383b619b117dda7a 100644 (file)
@@ -1,7 +1,7 @@
 #
 # TODO:
 #              - fix %%install, %%files
-#              - add utils/scripts, eagleconfig, firmware
+#              - add utils/scripts, eagleconfig
 #
 # Conditional build:
 %bcond_without dist_kernel     # without distribution kernel
@@ -144,11 +144,10 @@ install utils/scripts/usb.usermap $RPM_BUILD_ROOT%{_libdir}/hotplug/eagle
        INSTALL=install \
        EU_DSP_DIR=$RPM_BUILD_ROOT%{_datadir}/misc
 
-%{__make} -C driver/user install \
-       INSTALL=install \
-       SBINDIR=$RPM_BUILD_ROOT%{_sbindir} \
-       EU_SCRIPT_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/analog
-
+install driver/user/{eaglectrl,eaglestat} \
+       $RPM_BUILD_ROOT%{_sbindir}
+install driver/user/{*.conf,*.txt} \
+       $RPM_BUILD_ROOT%{_sysconfdir}/analog
 install pppoa/pppoa \
        $RPM_BUILD_ROOT%{_sbindir}
 
@@ -207,9 +206,8 @@ fi
 %defattr(644,root,root,755)
 %doc README
 %dir %{_sysconfdir}/analog
-#%%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/analog/adiusbadsl.conf
-#%%{_sysconfdir}/analog/CMV*
-%{_sysconfdir}/analog/eagle-usb.conf*
+%{_sysconfdir}/analog/CMV*.txt
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/analog/*.conf
 #%%attr(755,root,root) %{_sysconfdir}/hotplug/usb/*
 %{_libdir}/hotplug/eagle
 #%%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ppp/*.adsl
This page took 0.071541 seconds and 4 git commands to generate.