]> git.pld-linux.org Git - packages/libpst.git/commitdiff
- install _libpst.so in proper place auto/th/libpst-0_6_45-3
authorlisu <lisu@pld-linux.org>
Sun, 15 Aug 2010 19:45:49 +0000 (19:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    libpst.spec -> 1.12

libpst.spec

index 35d507c29707e851121208c63461b06dcb254c98..5d87ba3de453e8a99e359a1f184624c35f31cf40 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Library for reading .pst files
 Summary(pl.UTF-8):     Biblioteka do czytania plików .pst
 Name:          libpst
 Version:       0.6.45
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Libraries
 Source0:       http://www.five-ten-sg.com/libpst/packages/%{name}-%{version}.tar.gz
@@ -96,11 +96,12 @@ Wiązania libpst dla Pythona.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitedir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{a,la}
+install python/.libs/_libpst.so $RPM_BUILD_ROOT%{py_sitedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.150902 seconds and 4 git commands to generate.