]> git.pld-linux.org Git - packages/clalsadrv.git/commitdiff
- {%post,%postun} -p /sbin/ldconfig added
authorblekot <blekot@pld-linux.org>
Thu, 23 Jun 2005 21:48:29 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clalsadrv.spec -> 1.2

clalsadrv.spec

index 2c963a11d562e817cde4059d183e2bf2d3b4da7b..555540d51248b12d8631b6c6a0bae15aae8fb24d 100644 (file)
@@ -2,7 +2,7 @@ Summary:        clalsadrv library
 Summary(pl):   Biblioteka clalsadrv
 Name:          clalsadrv
 Version:       1.0.1
-Release:       0.1
+Release:       0.2
 License:       GPL v2
 Group:         Libraries
 Source0:       http://ftp.debian.org/debian/pool/main/c/%{name}/%{name}_%{version}.orig.tar.gz
@@ -41,10 +41,12 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}}
 %makeinstall CLALSADRV_LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
         CLALSADRV_INCDIR=$RPM_BUILD_ROOT%{_includedir}
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING
This page took 0.089878 seconds and 4 git commands to generate.