]> git.pld-linux.org Git - packages/gammu.git/commitdiff
- fix .so perms to autogenerate deps (cmake vs rpm war continued)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Aug 2007 18:48:01 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gammu.spec -> 1.61

gammu.spec

index d66c5ade4f2e16944b31dd2ea336346322b445ce..24c31f1d192d1b6d94a62c3d9bcc90a080ccf4d6 100644 (file)
@@ -113,6 +113,9 @@ install libGammu.a $RPM_BUILD_ROOT%{_libdir}
 
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
+# for rpm autodeps
+chmod 755 $RPM_BUILD_ROOT%{_libdir}/lib*.so*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.089625 seconds and 4 git commands to generate.