[packages/libeatmydata] up to 105

glen glen at pld-linux.org
Sun Nov 27 17:28:48 CET 2016


commit 2765f3c4ec6043289824fa463367d8dad2277694
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Nov 27 18:24:19 2016 +0200

    up to 105
    
    shared library is not versioned anymore
    
    2013-06-28  Stewart Smith  <stewart at flamingspork.com>
    
    last bunch of rpm package fixes, along with some makefile fixes.  Don't
    do versioned .so anymore, don't package .la, don't build static libs,
    fix up rpm spec for all supported RPM distros that build.opensuse.org
    builds

 libeatmydata.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libeatmydata.spec b/libeatmydata.spec
index bfcd91d..1a16eff 100644
--- a/libeatmydata.spec
+++ b/libeatmydata.spec
@@ -1,11 +1,12 @@
 Summary:	Library designed to transparently disable fsync and friends
 Name:		libeatmydata
-Version:	82
+Version:	105
 Release:	1
 License:	GPL v3
 Group:		Applications
 Source0:	https://www.flamingspork.com/projects/libeatmydata/%{name}-%{version}.tar.gz
-# Source0-md5:	56a4d342f209ab75a9ee360236e3e5bc
+# Source0-md5:	6681166466e589eb0d71177709361256
+# https://github.com/stewartsmith/libeatmydata
 URL:		https://www.flamingspork.com/projects/libeatmydata/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -35,6 +36,7 @@ stores. It's called libEAT-MY-DATA for a reason.
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
+
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -49,5 +51,3 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/eatmydata
 %attr(755,root,root) %{_libdir}/eatmydata.sh
 %attr(755,root,root) %{_libdir}/libeatmydata.so
-%ghost %attr(755,root,root) %{_libdir}/libeatmydata.so.1
-%attr(755,root,root) %{_libdir}/libeatmydata.so.1.*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libeatmydata.git/commitdiff/2765f3c4ec6043289824fa463367d8dad2277694



More information about the pld-cvs-commit mailing list