]> git.pld-linux.org Git - packages/et.git/commitdiff
- missing defattr, EA: x86
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Jan 2005 15:11:28 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    et.spec -> 1.5

et.spec

diff --git a/et.spec b/et.spec
index ed5bcde460107e4fc949d6186644f3dd4ba15aa5..6aeabf238d2de7d4ab7beb8f5e39377e285a901f 100644 (file)
--- a/et.spec
+++ b/et.spec
@@ -18,6 +18,7 @@ NoSource:     0
 URL:           http://www.idsoftware.com/
 # loose dependancy is intentional
 Requires:      %{name}-data = %{version}
+ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                no_install_post_strip   1
@@ -50,8 +51,6 @@ Pakiet ten zawiera pliki z danymi dla gry Enemy Territory.
 %setup -qcT
 sh %{SOURCE0} --tar xf
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir}} \
@@ -103,5 +102,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with data}
 %files data
+%defattr(644,root,root,755)
 %{_gamedatadir}
 %endif
This page took 0.071962 seconds and 4 git commands to generate.