]> git.pld-linux.org Git - packages/elektra.git/commitdiff
- lib64 fixes, unifications
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Apr 2004 08:15:28 +0000 (08:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elektra.spec -> 1.3

elektra.spec

index b7c27da33f552de1f091387d2c49f0bbc9a1d5ef..66dd06405899a0504adbf7bfc0c30a0dbc40ec30 100644 (file)
@@ -3,15 +3,15 @@ Summary(pl):  Rejestr do przechowywania par klucz-warto
 Name:          registry
 Version:       0.1.6
 Release:       1
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 04f05693c7be8da6db64f59129b92cf3
-Group:         Base
 License:       LGPL
 Vendor:                Avi Alkalay <avi@unix.sh>
+Group:         Base
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: 04f05693c7be8da6db64f59129b92cf3
 URL:           http://registry.sf.net
-Requires:      %{name}-libs = %{version}-%{release}
-BuildRequires: libxslt-progs
 BuildRequires: docbook-style-xsl
+BuildRequires: libxslt-progs
+Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -168,7 +168,7 @@ aplikacji wraz z Rejestrem.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT{/bin,/lib,%{_includedir},%{_examplesdir}} \
+install -d $RPM_BUILD_ROOT{/bin,/%{_lib},%{_includedir},%{_examplesdir}} \
           $RPM_BUILD_ROOT%{_docdir}/{%{name}-devel,%{name}} \
           $RPM_BUILD_ROOT%{_mandir}/man{1,3,5,7}
 
@@ -185,8 +185,8 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /bin/rg set -t dir system.sw
 
-%post libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -207,4 +207,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) /lib/*
+%attr(755,root,root) /%{_lib}/*
This page took 0.085181 seconds and 4 git commands to generate.