packages: read-edid/read-edid.spec, read-edid/read-edid-get-edid-ppc.sh (RE...

arvenil arvenil at pld-linux.org
Fri May 28 03:28:39 CEST 2010


Author: arvenil                      Date: Fri May 28 01:28:39 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2.0.0

---- Files affected:
packages/read-edid:
   read-edid.spec (1.4 -> 1.5) , read-edid-get-edid-ppc.sh (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/read-edid/read-edid.spec
diff -u packages/read-edid/read-edid.spec:1.4 packages/read-edid/read-edid.spec:1.5
--- packages/read-edid/read-edid.spec:1.4	Mon Feb 12 23:09:12 2007
+++ packages/read-edid/read-edid.spec	Fri May 28 03:28:34 2010
@@ -2,14 +2,14 @@
 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:	1.4.1
-Release:	0.1
+Version:	2.0.0
+Release:	1
 License:	GPL v2
 Group:		Applications/System
-Source0:	http://john.fremlin.de/programs/linux/read-edid/%{name}-%{version}.tar.gz
-# Source0-md5:	aadc9a21ea4a1c9819757cda973372f4
-Source1:	%{name}-get-edid-ppc.sh
-URL:		http://john.fremlin.de/programs/linux/read-edid/index.html
+Source0:	http://polypux.org/projects/read-edid/%{name}-%{version}.tar.gz
+# Source0-md5:	586e7fa1167773b27f4e505edc93274b
+URL:		http://polypux.org/projects/read-edid/
+BuildRequires:	libx86-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,26 +50,13 @@
 
 %build
 %configure
-%{__make} \
-%ifnarch %{ix86}
-	parse-edid
-%endif
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install parse-edid $RPM_BUILD_ROOT%{_bindir}/parse-edid
-
-%ifarch %{ix86}
-install get-edid $RPM_BUILD_ROOT%{_bindir}/get-edid
-%endif
-%ifarch ppc
-install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/get-edid
-%endif
-
-install get-edid.man $RPM_BUILD_ROOT%{_mandir}/man1/get-edid.1
-echo ".so get-edid.1" > $RPM_BUILD_ROOT%{_mandir}/man1/parse-edid.1
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -77,13 +64,8 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%ifarch %{ix86}
-%doc LRMI
-%endif
-%attr(755,root,root) %{_bindir}/parse-edid
-%ifarch %{ix86} ppc
-%attr(755,root,root) %{_bindir}/get-edid
-%endif
+%attr(755,root,root) %{_sbindir}/parse-edid
+%attr(755,root,root) %{_sbindir}/get-edid
 %{_mandir}/man1/*-edid.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -92,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/05/28 01:28:34  arvenil
+- up to 2.0.0
+
 Revision 1.4  2007/02/12 22:09:12  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/read-edid/read-edid.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list