]> git.pld-linux.org Git - packages/read-edid.git/commitdiff
- updated to 3.0.1 auto/th/read-edid-3.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Feb 2014 21:45:48 +0000 (22:45 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Feb 2014 21:45:48 +0000 (22:45 +0100)
read-edid.spec

index 9a0872daaa5f7f420cdd33651419f1541c76245c..79ec44a39eebbc2fab45ac781b5de55506232c38 100644 (file)
@@ -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.0
+Version:       3.0.1
 Release:       1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://polypux.org/projects/read-edid/%{name}-%{version}.tar.gz
-# Source0-md5: 2ac6821cb3ef2eb7f62583f49f0867e0
+# Source0-md5: 81f6a57162127ab9e969da53bc290e63
 URL:           http://polypux.org/projects/read-edid/
 BuildRequires: cmake >= 2.6
 BuildRequires: libx86-devel
@@ -60,17 +60,15 @@ rm -rf $RPM_BUILD_ROOT
 
 # bleh... broken cmakefiles
 %{__mv} $RPM_BUILD_ROOT%{_prefix}/{bin,sbin}
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
-%{__mv} $RPM_BUILD_ROOT%{_prefix}/man/get-edid.man $RPM_BUILD_ROOT%{_mandir}/man1/get-edid.1
 # packaged as %doc
-%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_sbindir}/get-edid
 %attr(755,root,root) %{_sbindir}/parse-edid
 %{_mandir}/man1/get-edid.1*
This page took 0.136709 seconds and 4 git commands to generate.