From 2fcdfb4509253614bb1034a10417f3546518ba82 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 21 Apr 2015 15:26:03 +0200 Subject: [PATCH] Use license macro for the COPYING file --- libsecret.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libsecret.spec b/libsecret.spec index 76c5e66..da2709c 100644 --- a/libsecret.spec +++ b/libsecret.spec @@ -72,7 +72,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files -f libsecret.lang -%doc AUTHORS COPYING NEWS README +%license COPYING +%doc AUTHORS NEWS README %{_bindir}/secret-tool %{_libdir}/libsecret-1.so.* %{_libdir}/girepository-1.0/Secret-1.typelib @@ -92,6 +93,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog * Tue Apr 21 2015 Kalev Lember - 0.18.2-1 - Update to 0.18.2 +- Use license macro for the COPYING file * Sat Feb 21 2015 Till Maas - 0.18-7 - Rebuilt for Fedora 23 Change