]> git.pld-linux.org Git - packages/RakNet.git/commitdiff
- ldconfig, but seems SONAME is lost
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 May 2010 13:34:19 +0000 (13:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- packaging on lib64 systems are broken

Changed files:
    RakNet.spec -> 1.3

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.063497 seconds and 4 git commands to generate.