[packages/read-edid] - updated to 3.0.2, license is a custom kind of BSDish

qboosh qboosh at pld-linux.org
Sun May 10 07:19:59 CEST 2015


commit a7e025473e1e44c98613498cc87f24d107b261c0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 10 07:21:27 2015 +0200

    - updated to 3.0.2, license is a custom kind of BSDish

 read-edid.spec | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/read-edid.spec b/read-edid.spec
index 79ec44a..2ab6d47 100644
--- a/read-edid.spec
+++ b/read-edid.spec
@@ -1,12 +1,12 @@
 Summary:	Gets various useful informations from a conforming PnP monitor
 Summary(pl.UTF-8):	Pobieranie różnych przydatnych informacji z monitora zgodnego z PnP
 Name:		read-edid
-Version:	3.0.1
+Version:	3.0.2
 Release:	1
-License:	GPL v2
+License:	BSD-like (see LICENSE, distributed modifications must be sent to author)
 Group:		Applications/System
 Source0:	http://polypux.org/projects/read-edid/%{name}-%{version}.tar.gz
-# Source0-md5:	81f6a57162127ab9e969da53bc290e63
+# Source0-md5:	016546e438bf6c98739ff74061df9854
 URL:		http://polypux.org/projects/read-edid/
 BuildRequires:	cmake >= 2.6
 BuildRequires:	libx86-devel
@@ -48,6 +48,9 @@ dla architektur i386 i powerpc.
 %prep
 %setup -q
 
+# CMakeLists.txt expects COPYING, not LICENSE
+%{__mv} LICENSE COPYING
+
 %build
 %cmake .
 %{__make}
@@ -68,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS COPYING ChangeLog README
 %attr(755,root,root) %{_sbindir}/get-edid
 %attr(755,root,root) %{_sbindir}/parse-edid
 %{_mandir}/man1/get-edid.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/read-edid.git/commitdiff/a7e025473e1e44c98613498cc87f24d107b261c0



More information about the pld-cvs-commit mailing list