]> git.pld-linux.org Git - packages/gemrb.git/commitdiff
- fix installation
authorshadzik <shadzik@pld-linux.org>
Thu, 2 Nov 2006 23:30:21 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- %files

Changed files:
    gemrb.spec -> 1.3

gemrb.spec

index 7e54c82b3711a5f3879328da01a59eee93659de2..d657759a783e743e5fe69ee88ae4c5815daec29c 100644 (file)
@@ -11,12 +11,14 @@ License:    GPL v2+
 Group:         Applications/Emulators
 Source0:       http://dl.sourceforge.net/gemrb/%{name}-%{version}.tar.gz
 # Source0-md5: 5ccc073a21464a33ca0e712c5dba34b0
+Patch0:                %{name}-Makefile_am.patch
 URL:           http://gemrb.sourceforge.net/
 BuildRequires: OpenAL-devel
 BuildRequires: SDL-devel >= 1.2
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_png:BuildRequires:     libpng-devel}
+BuildRequires: libtool
 BuildRequires: python-devel >= 1:2.3.0
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,8 +35,10 @@ Linux/Unix, MacOs i Windowsa. Silnik posiada kilka ulepsze
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -53,4 +57,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc AUTHORS ChangeLog NEWS README TODO %{name}/docs/en/*.txt
+%doc AUTHORS ChangeLog NEWS README TODO %{name}/docs/en/*.txt
+%attr(755,root,root) %{_bindir}/gemrb
+%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/*.so.0.0.0
+%{_libdir}/gemrb/*.la
+%attr(755,root,root) %{_libdir}/gemrb/*.so.0.0.0
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/GemRB.cfg
+%{_datadir}/gemrb
+%{_mandir}/man1/gemrb.1*
This page took 0.08191 seconds and 4 git commands to generate.