]> git.pld-linux.org Git - packages/RakNet.git/blobdiff - RakNet.spec
- ldconfig, but seems SONAME is lost
[packages/RakNet.git] / RakNet.spec
index 989686907c23875a5d63f685839150656f089b07..a55ed294f2a7b4634a278407c2196eed5ea30235 100644 (file)
@@ -1,12 +1,14 @@
 # NOTE
 # - RakNet 3.x is available, but it is not under GPL License
+# - lib64 fix
+# - SONAME lost?
 #
 %define                ver     %(echo %{version} | tr . _)
 Summary:       Networking engine for game programmers
 Summary(pl.UTF-8):     Silnik sieciowy dla programistów gier
 Name:          RakNet
 Version:       2.0
-Release:       1
+Release:       0.1
 License:       GPL v2
 Group:         Libraries
 Source0:       http://www.sumwars.org/data/Raknet%{ver}.tar.gz
@@ -51,21 +53,25 @@ Pliki nagłówkowe biblioteki RakNet.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-%{_includedir}/raknet
 %attr(755,root,root) %{_libdir}/libraknet.so.*.*.*
+#%attr(755,root,root) %ghost %{_libdir}/libraknet.so.2
 %attr(755,root,root) %{_libdir}/librakvoice.so.*.*.*
+#%attr(755,root,root) %ghost %{_libdir}/librakvoice.so.2
 
 %files devel
 %defattr(644,root,root,755)
+%{_includedir}/raknet
 %{_libdir}/libraknet.so
 %{_libdir}/librakvoice.so
 %{_pkgconfigdir}/RakNet.pc
This page took 0.061106 seconds and 4 git commands to generate.