]> git.pld-linux.org Git - packages/Arkhart.git/commitdiff
- updated %%files,
authorcieciwa <cieciwa@pld-linux.org>
Wed, 12 Feb 2003 12:46:11 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- not builded data and WorldEd package.

Changed files:
    Arkhart.spec -> 1.4

Arkhart.spec

index 8048e07cce84e95c1e44bedd0daebdf3fdf54dd0..8a1f667b1a409c07b61b954b13946f5ebbec47ce 100644 (file)
@@ -71,11 +71,11 @@ Group:              Games
 #%patch0 -p0
 
 %build
-#./configure \
-#      --with-lua-lib=/usr/lib \
-#      --with-lua-inc=/usr/include \
-#      --with-gl-libs=/usr/X11R6/lib \
-#      --with-gl-inc=/usr/X11R6/include
+./configure \
+       --with-lua-lib=/usr/lib \
+       --with-lua-inc=/usr/include \
+       --with-gl-libs=/usr/X11R6/lib \
+       --with-gl-inc=/usr/X11R6/include
 
 %{__make}
 
@@ -83,16 +83,18 @@ Group:              Games
 rm -rf $RPM_BUILD_ROOT
 %{__make} DESTDIR=$RPM_BUILD_ROOT prefix=/usr install
 
-#%find_lang %{name}
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files 
 %defattr(644,root,root,755)
-%doc README,COPYING,INSTALL,TODO,ChangeLog
 %attr(755,root,root) %{_bindir}/ark-config
+%attr(755,root,root) %{_bindir}/widgettest
 %attr(644,root,root) %{_libdir}/libArk*.so.*.*.*
+%attr(644,root,root) %{_libdir}/libArk*.la
 
 %files client
 %attr(755,root,root) %{_bindir}/arkclient
This page took 0.072347 seconds and 4 git commands to generate.