]> git.pld-linux.org Git - packages/xorg-driver-video-fglrx.git/commitdiff
- install more files
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 17 Jul 2010 14:59:07 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- install programs in a way that allows spotting unpackaged files

Changed files:
    xorg-driver-video-fglrx.spec -> 1.179

xorg-driver-video-fglrx.spec

index 9f2e90038d0f2b624272a2d21581be5e34d48a7f..3b906268d57d3b06f1b3f62eb1adbef6e161ff3a 100644 (file)
@@ -27,7 +27,7 @@
 %define                arch_dir        x86_64
 %endif
 
-%define                rel     1.1
+%define                rel     1.3
 %define                pname           xorg-driver-video-fglrx
 Summary:       Linux Drivers for ATI graphics accelerators
 Summary(pl.UTF-8):     Sterowniki do akceleratorów graficznych ATI
@@ -196,12 +196,16 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with userspace}
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/{ati,env.d},%{_bindir},%{_sbindir},%{_pixmapsdir},%{_desktopdir},%{_datadir}/ati,%{_libdir}/xorg/modules,%{_includedir}/{X11/extensions,GL}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/{ati,env.d},%{_bindir},%{_sbindir}} \
+       $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir},%{_datadir}/ati,%{_mandir}/man8} \
+       $RPM_BUILD_ROOT{%{_libdir}/xorg/modules,%{_includedir}/{X11/extensions,GL}}
+
+install common%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
+install common/usr/X11R6/bin/* $RPM_BUILD_ROOT%{_bindir}
+install common%{_sbindir}/* $RPM_BUILD_ROOT%{_sbindir}
+
+rm $RPM_BUILD_ROOT%{_sbindir}/atigetsysteminfo.sh
 
-install common%{_bindir}/{amdcccle,aticonfig,atiodcli,atiode,fgl_glxgears,fglrx_xgamma,fglrxinfo} \
-       $RPM_BUILD_ROOT%{_bindir}
-install common%{_sbindir}/{amdnotifyui,atieventsd} \
-       $RPM_BUILD_ROOT%{_sbindir}
 cp -r common%{_libdir}/modules/* $RPM_BUILD_ROOT%{_libdir}/xorg/modules
 ln -s %{_libdir}/xorg/modules/dri $RPM_BUILD_ROOT%{_libdir}
 cp -r common%{_sysconfdir}/ati/control $RPM_BUILD_ROOT%{_sysconfdir}/ati/control
@@ -214,6 +218,8 @@ cp -r common%{_datadir}/icons/*.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
 
 cp -r common%{_desktopdir}/*.desktop $RPM_BUILD_ROOT%{_desktopdir}
 
+cp -r common%{_mandir}/man8/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
 %if %{with multigl}
 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/ld.so.conf.d,%{_libdir}/fglrx}
 
@@ -282,6 +288,7 @@ fi
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.xpm
 %{_datadir}/ati
+%{_mandir}/man8/*.8*
 %if %{with multigl}
 %ghost %{_libdir}/xorg/modules/extensions/libglx.so
 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libglx.so.%{version}
This page took 0.148235 seconds and 4 git commands to generate.