From 57734a47dd0af1952841293e89a6e47c4a58ef71 Mon Sep 17 00:00:00 2001 From: zhanglu Date: Sat, 22 Feb 2020 15:13:27 +0800 Subject: [PATCH] exclude unnecessary file --- libglade2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libglade2.spec b/libglade2.spec index cfafa91..813d4d6 100644 --- a/libglade2.spec +++ b/libglade2.spec @@ -1,6 +1,6 @@ Name: libglade2 Version: 2.6.4 -Release: 20 +Release: 21 Summary: Glade Library Compatible with the GNOME 2.x Desktop Platform License: LGPLv2+ URL: http://www.gnome.org @@ -56,17 +56,20 @@ make check %defattr(-,root,root) %doc test-libglade.c %{_includedir}/libglade-2.0/glade/*.h -%{_bindir}/libglade-convert +%exclude %{_bindir}/libglade-convert %{_libdir}/libglade-2.0.so %{_libdir}/pkgconfig/libglade-2.0.pc %{_libdir}/*.a -%exclude %{_libdir}/*.so.* +%{_libdir}/*.so.* %files help %doc NEWS README %{_datadir}/gtk-doc/html/* %changelog +* Sat Feb 22 2020 zhangrui - 2.6.4-21 +- exclude unnecessary file + * Sat Aug 24 2019 sunyun - 2.6.4-20 - Package init