automatic version update by autodist [release 3.0.1-1mamba;Sat Mar 22 2014]

This commit is contained in:
Automatic Build System 2024-01-05 17:23:07 +01:00
parent d288897479
commit 13c6ab75e4
3 changed files with 70 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# read-edid
read-edid elucidates various very useful informations from a conforming PnP monitor.

View File

@ -0,0 +1,10 @@
--- read-edid-3.0.0/CMakeLists.txt.orig 2013-09-16 15:24:38.639682487 +0200
+++ read-edid-3.0.0/CMakeLists.txt 2013-09-16 15:24:45.693620391 +0200
@@ -12,5 +12,5 @@
endif ()
add_subdirectory (parse-edid)
-INSTALL(FILES get-edid.man DESTINATION man)
-INSTALL(FILES AUTHORS ChangeLog COPYING NEWS README DESTINATION doc)
+INSTALL(FILES get-edid.man DESTINATION share/man/man1)
+INSTALL(FILES AUTHORS ChangeLog COPYING NEWS README DESTINATION share/doc/read-edid)

58
read-edid.spec Normal file
View File

@ -0,0 +1,58 @@
Name: read-edid
Version: 3.0.1
Release: 1mamba
Summary: Elucidates various very useful informations from a conforming PnP monitor
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.polypux.org/projects/read-edid
Source: http://www.polypux.org/projects/read-edid/read-edid-%{version}.tar.gz
Patch0: read-edid-3.0.0-fix-sharedir.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libx86-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
read-edid elucidates various very useful informations from a conforming PnP monitor.
%prep
%setup -q
#%patch0 -p1
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/get-edid
%{_bindir}/parse-edid
%{_mandir}/man1/get-edid.1*
%dir %{_docdir}/read-edid
%{_docdir}/read-edid/*
%doc AUTHORS COPYING
#ChangeLog NEWS README
%changelog
* Sat Mar 22 2014 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
- automatic version update by autodist
* Mon Sep 23 2013 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
- automatic update by autodist
* Mon Dec 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
- update to 2.0.0
* Wed Jan 23 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
- package created by autospec