]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- %%install fixed.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 17 Nov 2004 20:46:05 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper.spec -> 1.31

device-mapper.spec

index 437a63c92e7b2ff82e1e54496c0b88cc0dc8853a..588817c48d7a321ce2425ada4936faf03cd0618b 100644 (file)
@@ -66,8 +66,8 @@ cp -f /usr/share/automake/config.sub autoconf
 %{__autoconf}
 %configure \
        --with-optimisation="%{rpmcflags}" \
-       --with-user=$(id -u) \
-       --with-group=$(id -g) \
+       --with-user=%(id -u) \
+       --with-group=%(id -g) \
        --with-interface=ioctl
 %{__make}
 
@@ -105,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libdevmapper.so
 %{_includedir}/*.h
 
 %files static
This page took 0.068512 seconds and 4 git commands to generate.