]> git.pld-linux.org Git - packages/openchange.git/commitdiff
- bugfix
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 May 2015 09:39:15 +0000 (11:39 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 May 2015 09:39:15 +0000 (11:39 +0200)
openchange.spec

index 771a74740ad66957340c596f837bd94a6cf4eac2..4a85debaab90cecf87ddb3644c645237e919b210 100644 (file)
@@ -46,9 +46,6 @@ Requires:     %{name}-libs = %{version}-%{release}
 Requires:      python-openchange = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# libraries use symbols also from samba libs pulled indirectly, from outside %{_libdir}
-#define                filterout_ld    -Wl,--no-copy-dt-needed-entries
-
 %description
 OpenChange is a portable Open Source implementation of Microsoft
 Exchange server and Exchange protocols. It provides a complete
@@ -240,8 +237,8 @@ rm -rf $RPM_BUILD_ROOT
 %post  c++ -p /sbin/ldconfig
 %postun        c++ -p /sbin/ldconfig
 
-%post  libs -p /sbin/ldconfig
-%postun        libs -p /sbin/ldconfig
+%post  qt -p /sbin/ldconfig
+%postun        qt -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
This page took 0.097361 seconds and 4 git commands to generate.