]> git.pld-linux.org Git - packages/dotnet-soup-sharp.git/commitdiff
- added ldconfig, release 2 auto/th/dotnet-soup-sharp-2.42.2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Jul 2014 13:35:29 +0000 (15:35 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Jul 2014 13:35:29 +0000 (15:35 +0200)
dotnet-soup-sharp.spec

index 10d3109b49699af89c8f966083e20e95dbf364d9..949eb5bbe56491f2bd7545674868acfee8894e0a 100644 (file)
@@ -3,7 +3,7 @@ Summary:        C# Bindings for libsoup2.4
 Summary(pl.UTF-8):     Wiązania C# do biblioteki libsoup2.4
 Name:          dotnet-soup-sharp
 Version:       2.42.2
-Release:       1
+Release:       2
 License:       LGPL v3
 Group:         Libraries
 Source0:       https://github.com/xDarkice/soup-sharp/releases/download/%{version}/soup-sharp-%{version}.tar.gz
@@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libsoupsharpglue-%{version}.so
This page took 0.07003 seconds and 4 git commands to generate.