]> git.pld-linux.org Git - packages/0ad.git/commitdiff
- updated to r10288
authorlisu <lisu@pld-linux.org>
Tue, 20 Sep 2011 08:03:48 +0000 (08:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package more libs

Changed files:
    0ad.spec -> 1.9

0ad.spec

index e3482372df79474d2b226d1bdcc9081e42ef99e5..a61de7929ac9e7bd46b2cc6f616d723882d8fe23 100644 (file)
--- a/0ad.spec
+++ b/0ad.spec
@@ -4,7 +4,7 @@
 #      - try to make it runnable by non-privileged users (sth wrong with boost?)
 #      - fix problem with font finding
 #
-%define                svn_ver r09786
+%define                svn_ver r10288
 Summary:       Free, Open-Source, cross-platform RTS game of ancient warfare
 Name:          0ad
 Version:       %{svn_ver}
@@ -12,7 +12,7 @@ Release:      0.%{svn_ver}.1
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://releases.wildfiregames.com/%{name}-%{version}-alpha-unix-build.tar.xz
-# Source0-md5: cb4be5f4a9b74a535f39815a6b0c3e85
+# Source0-md5: 234f623b5fd576907da5a7314d6c61e9
 URL:           http://wildfiregames.com/0ad/
 BuildRequires: DevIL-devel
 BuildRequires: OpenAL-devel
@@ -80,6 +80,7 @@ cp -a binaries/system/pyrogenesis $RPM_BUILD_ROOT%{_bindir}
 
 # libraries
 cp -a binaries/system/*.so $RPM_BUILD_ROOT%{_libdir}/%{name}
+cp -a binaries/system/*release.so.*.* $RPM_BUILD_ROOT%{_libdir}/%{name}
 
 # menu icon
 cp -a build/resources/0ad.desktop $RPM_BUILD_ROOT%{_desktopdir}
@@ -95,5 +96,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/pyrogenesis
 %dir %{_libdir}/0ad
 %{_libdir}/0ad/*.so
+%{_libdir}/0ad/*.so.*.*
 %{_desktopdir}/0ad.desktop
 %{_pixmapsdir}/0ad.png
This page took 0.07082 seconds and 4 git commands to generate.