]> git.pld-linux.org Git - packages/xcb-util-renderutil.git/commitdiff
- updated to 0.3.10, drop .la file master auto/th/xcb-util-renderutil-0.3.10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Oct 2022 18:52:19 +0000 (20:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Oct 2022 18:52:19 +0000 (20:52 +0200)
xcb-util-renderutil.spec

index 766b75863dfd4b01668d531efa423a819eabb683..61595b8bb93e1aa7081f7fb52e9f18bc6dde8ea6 100644 (file)
@@ -1,18 +1,20 @@
 Summary:       XCB util-renderutil module
 Summary(pl.UTF-8):     ModuĊ‚ XCB util-renderutil
 Name:          xcb-util-renderutil
-Version:       0.3.9
-Release:       2
+Version:       0.3.10
+Release:       1
 License:       MIT
 Group:         Libraries
-Source0:       http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
-# Source0-md5: 468b119c94da910e1291f3ffab91019a
-URL:           http://xcb.freedesktop.org/XcbUtil/
+Source0:       https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
+# Source0-md5: 193b890e2a89a53c31e2ece3afcbd55f
+URL:           https://xcb.freedesktop.org/XcbUtil/
 BuildRequires: gperf
 BuildRequires: libxcb-devel >= 1.4
 BuildRequires: m4
 BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
 BuildRequires: xcb-proto >= 1.6
+BuildRequires: xz
 Conflicts:     xcb-util < 0.3.8
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -78,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libxcb-render-util.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -86,14 +91,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog NEWS README
+%doc COPYING ChangeLog NEWS README.md
 %attr(755,root,root) %{_libdir}/libxcb-render-util.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libxcb-render-util.so.0
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libxcb-render-util.so
-%{_libdir}/libxcb-render-util.la
 %{_includedir}/xcb/xcb_renderutil.h
 %{_pkgconfigdir}/xcb-renderutil.pc
 
This page took 0.087055 seconds and 4 git commands to generate.