commit bf974495b2a11e101794e15b49d287ef1f41172c
Author: Jakub Bogusz <[email protected]>
Date:   Tue Feb 15 22:25:35 2022 +0100

    - updated to 8.1.1, pl

 libfmt.spec | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)
---
diff --git a/libfmt.spec b/libfmt.spec
index c9536a2..67730b1 100644
--- a/libfmt.spec
+++ b/libfmt.spec
@@ -1,42 +1,48 @@
 Summary:       Small, safe and fast formatting library
+Summary(pl.UTF-8):     Mała, bezpieczna i szybka biblioteka do formatowania
 Name:          libfmt
-Version:       8.0.1
+Version:       8.1.1
 Release:       1
 License:       BSD
 Group:         Libraries
+#Source0Download: https://github.com/fmtlib/fmt/releases
 Source0:       
https://github.com/fmtlib/fmt/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 7d5af964c6633ef90cd6a47be3afe6a0
+# Source0-md5: fe7f1585844b14c647bd332ad5562832
 URL:           https://github.com/fmtlib/fmt
 BuildRequires: cmake >= 3.1.0
 BuildRequires: libstdc++-devel
+BuildRequires: rpmbuild(macros) >= 1.605
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A modern formatting library.
 
+%description -l pl.UTF-8
+Nowoczesna biblioteka formatująca
+
 %package devel
-Summary:       Header files for %{name} library
-Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki %{name}
+Summary:       Header files for fmt library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki fmt
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
-Header files for %{name} library.
+Header files for fmt library.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki %{name}.
+Pliki nagłówkowe biblioteki fmt.
 
 %package static
-Summary:       Static %{name} library
-Summary(pl.UTF-8):     Statyczna biblioteka %{name}
+Summary:       Static fmt library
+Summary(pl.UTF-8):     Statyczna biblioteka fmt
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
-Static %{name} library.
+Static fmt library.
 
 %description static -l pl.UTF-8
-Statyczna biblioteka %{name}.
+Statyczna biblioteka fmt.
 
 %prep
 %setup -q -n fmt-%{version}
@@ -44,16 +50,16 @@ Statyczna biblioteka %{name}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake .. \
        -DFMT_CMAKE_DIR="%{_libdir}/cmake/fmt" \
        -DFMT_LIB_DIR=%{_libdir} \
-       -DFMT_TEST=OFF \
-       -DBUILD_SHARED_LIBS=ON \
-       ..
+       -DFMT_TEST=OFF
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -71,12 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%dir %{_includedir}/fmt
-%{_includedir}/fmt/*.h
-%dir %{_libdir}/cmake/fmt
-%{_libdir}/cmake/fmt/fmt-config-version.cmake
-%{_libdir}/cmake/fmt/fmt-config.cmake
-%{_libdir}/cmake/fmt/fmt-targets-pld.cmake
-%{_libdir}/cmake/fmt/fmt-targets.cmake
 %{_libdir}/libfmt.so
+%{_includedir}/fmt
+%{_libdir}/cmake/fmt
 %{_pkgconfigdir}/fmt.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfmt.git/commitdiff/bf974495b2a11e101794e15b49d287ef1f41172c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to