]> git.pld-linux.org Git - packages/et.git/commitdiff
- put _gamedatadir to main package
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Jan 2005 15:54:57 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    et.spec -> 1.6

et.spec

diff --git a/et.spec b/et.spec
index 6aeabf238d2de7d4ab7beb8f5e39377e285a901f..84383713b642a6a1f20ce1468fe128904dd862a9 100644 (file)
--- a/et.spec
+++ b/et.spec
@@ -1,13 +1,14 @@
+# TODO
+# - create dedicated server subpackage
 #
 # Conditional build:
-#
-%bcond_with    data    # build data subpackage (huge and resource consuming)
+%bcond_without data    # skip build of data subpackage (huge and resource consuming)
 #
 Summary:       Enemy Territory
 Summary(pl):   Enemy Territory - Terytorium wroga
 Name:          et
 Version:       2.56
-Release:       0.11
+Release:       0.13
 Epoch:         0
 License:       RTCW-ETEULA
 Group:         Applications/Games
@@ -97,11 +98,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_gamelibdir}/pb/*.so
 %{_gamelibdir}/pb/*.db
 
+%dir %{_gamedatadir}
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/%{name}.xpm
 
 %if %{with data}
 %files data
 %defattr(644,root,root,755)
-%{_gamedatadir}
+%{_gamedatadir}/*
 %endif
This page took 0.08968 seconds and 4 git commands to generate.