]> git.pld-linux.org Git - packages/libeatmydata.git/commitdiff
up to 105 auto/th/libeatmydata-105-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 27 Nov 2016 16:24:19 +0000 (18:24 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 27 Nov 2016 16:26:09 +0000 (18:26 +0200)
shared library is not versioned anymore

2013-06-28  Stewart Smith  <stewart@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

index bfcd91d593dafb11526cdfa03b69a070db121c2d..1a16effb1f8e854cf351d25cddd81b0f74d697ce 100644 (file)
@@ -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.*
This page took 0.135992 seconds and 4 git commands to generate.