[liblockfile] - license correction: license is GPLv2+ and LGPLv2+

Matthias Runge mrunge at fedoraproject.org
Fri Sep 14 09:02:51 UTC 2012


commit cc87c44c4d87d8e64bc1c7ec35713188f39fc7e6
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Sep 14 11:02:15 2012 +0200

    - license correction: license is GPLv2+ and LGPLv2+

 liblockfile.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/liblockfile.spec b/liblockfile.spec
index b97eec2..cf03fce 100644
--- a/liblockfile.spec
+++ b/liblockfile.spec
@@ -1,14 +1,13 @@
 Name:           liblockfile
 Version:        1.08
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        This implements a number of functions found in -lmail on SysV systems
 
 Group:          Applications/System
 # regarding license please see file COPYRIGHT
-License:        GPLv2+ 
+License:        GPLv2+ and LGPLv2+
 URL:            http://packages.qa.debian.org/libl/liblockfile.html
 Source0:        http://ftp.de.debian.org/debian/pool/main/libl/liblockfile/liblockfile_1.08.orig.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 This library implements a number of functions found in -lmail on SysV
@@ -51,8 +50,6 @@ make ROOT=%{buildroot} install
 
 ldconfig -N -n %{buildroot}/%{_libdir}
 
-%clean
-rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -60,7 +57,6 @@ rm -rf %{buildroot}
 
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/dotlockfile
 %{_libdir}/liblockfile.so.1.0
 %{_libdir}/liblockfile.so.1
@@ -69,7 +65,6 @@ rm -rf %{buildroot}
 
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/liblockfile.so
 %{_includedir}/maillock.h
 %{_includedir}/lockfile.h
@@ -78,6 +73,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Sep 14 2012 Matthias Runge <mrunge at redhat.com> - 1.08-14
+- license is GPLv2+ and LGPLv2+
+- minor spec cleanups
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.08-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list