]> git.pld-linux.org Git - packages/libeatmydata.git/commitdiff
- updated to 131 auto/th/libeatmydata-131-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Feb 2024 20:23:05 +0000 (21:23 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Feb 2024 20:23:05 +0000 (21:23 +0100)
libeatmydata.spec

index c84397318796940c114a3ba998cf4b8a02e244aa..aebce6bb2279b68f64e7ddf23ed2550f69601330 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Library designed to transparently disable fsync and friends
 Summary(pl.UTF-8):     Biblioteka do przezroczystego wyłączania fsync itp.
 Name:          libeatmydata
-Version:       105
+Version:       131
 Release:       1
 License:       GPL v3
 Group:         Applications/File
 Source0:       https://www.flamingspork.com/projects/libeatmydata/%{name}-%{version}.tar.gz
-# Source0-md5: 6681166466e589eb0d71177709361256
+# Source0-md5: 2d50db02d4ffff2b544c75aae60c3b3e
 # https://github.com/stewartsmith/libeatmydata
 URL:           https://www.flamingspork.com/projects/libeatmydata/
 BuildRequires: autoconf >= 2.50
@@ -42,11 +42,13 @@ dane) nie bez powodu.
 %{__autoheader}
 %{__automake}
 %configure \
-       --disable-silent-rules
+       --disable-silent-rules \
+       --disable-static
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -60,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS README.md
 %attr(755,root,root) %{_bindir}/eatmydata
 %attr(755,root,root) %{_libdir}/eatmydata.sh
 %attr(755,root,root) %{_libdir}/libeatmydata.so
This page took 0.097755 seconds and 4 git commands to generate.