]> git.pld-linux.org Git - packages/xbill.git/commitdiff
- moved xbill data to datadir (arch independent); release 20 AC-STABLE auto/ac/xbill-2_0-20
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Jul 2004 22:08:16 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xbill.spec -> 1.27

xbill.spec

index c1addf37dc46eaf0bac1395ba797d935c1fd2306..b306df3c160a64861315b3bfaba87e3bc945c67e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Stop Bill from loading his OS into all the computers
 Summary(pl):   Powstrzymaj Billa przed instalowaniem jego systemu na wszystkich komputerach
 Name:          xbill
 Version:       2.0
-Release:       19
+Release:       20
 License:       MIT
 Group:         X11/Applications/Games
 Source0:       ftp://ftp.x.org/contrib/games/%{name}-%{version}.tgz
@@ -42,13 +42,17 @@ popularny w Red Hacie.
 %build
 xmkmf
 %{__make} \
-       CXXDEBUGFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
+       CXX="%{__cxx}" \
+       CXXDEBUGFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates" \
+       XBILL_DIR=%{_datadir}/xbill/
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install install.man
+%{__make} install install.man \
+       DESTDIR=$RPM_BUILD_ROOT \
+       XBILL_DIR=%{_datadir}/xbill/
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -63,6 +67,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(775,root,games) %dir /var/games/xbill
 %attr(664,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/xbill/scores
 %{_mandir}/man1/*
-%{_libdir}/xbill
+%{_datadir}/xbill
 %{_desktopdir}/xbill.desktop
 %{_pixmapsdir}/*
This page took 0.078948 seconds and 4 git commands to generate.