]> git.pld-linux.org Git - packages/libutempter.git/commitdiff
- acc. to included spec it's dual-licensed now (MIT/LGPL) auto/ac/utempter-0_5_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Dec 2003 13:42:12 +0000 (13:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't include autogenerated symlink

Changed files:
    libutempter.spec -> 1.44

libutempter.spec

index c1efa51a0a10f161d18d604105379d2eb932b84f..e97596a1800bbf2d35dd49b41141290afbb80dec 100644 (file)
@@ -7,7 +7,7 @@ Summary(uk):    
 Name:          utempter
 Version:       0.5.3
 Release:       1
-License:       MIT
+License:       MIT or LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: 44ffda459980482028fd90500a96b21b
@@ -69,10 +69,11 @@ Pliki nag
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
+       RPM_OPT_FLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        LIBDIR="%{_libdir}" \
        RPM_BUILD_ROOT=$RPM_BUILD_ROOT
@@ -89,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(2755,root,utmp) %{_sbindir}/*
-%attr(0755,root,root) %{_libdir}/lib*.so.*
+%attr(0755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %attr(664,root,utmp) %ghost /var/run/utmpx
 
This page took 0.184284 seconds and 4 git commands to generate.