rpms/lcdtest/F-12 import.log, NONE, 1.1 lcdtest.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Eric Smith brouhaha at fedoraproject.org
Mon Feb 1 01:38:27 UTC 2010


Author: brouhaha

Update of /cvs/pkgs/rpms/lcdtest/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24947/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log lcdtest.spec 
Log Message:
* Wed Jan 27 2010 Eric Smith <eric at brouhaha.com> 1.18-3
- change the .gz to .* in case the man page compression changesn



--- NEW FILE import.log ---
lcdtest-1_18-3_fc12:F-12:lcdtest-1.18-3.fc12.src.rpm:1264988183


--- NEW FILE lcdtest.spec ---
Name:           lcdtest
URL:            http://www.brouhaha.com/~eric/software/lcdtest/
Version:        1.18
Release:        3%{?dist}
Group:          Applications/System
License:        GPLv3
Summary:        Displays monitor test patterns
Source:         http://www.brouhaha.com/~eric/software/%{name}/download/%{name}-%{version}.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

Requires:       /usr/share/fonts/liberation/LiberationMono-Regular.ttf

BuildRequires:  scons >= 1.2.0
BuildRequires:  SDL_image-devel
BuildRequires:  SDL_ttf-devel
BuildRequires:  netpbm-progs
BuildRequires:  desktop-file-utils

%description
lcdtest is a utility to display LCD monitor test patterns.  It may be
useful for adjusting the pixel clock frequency and phase on LCD
monitors when using analog inputs, and for finding pixels that are
stuck on or off.

%prep
%setup -q

%build
scons %{_smp_mflags} CFLAGS="%{optflags}"

%install
rm -rf %{buildroot}
scons %{_smp_mflags} CFLAGS="%{optflags}" \
        --buildroot %{buildroot} \
        --bindir %{_bindir} \
        --mandir %{_mandir} \
        --datadir %{_datadir} \
        install
mkdir -p %{buildroot}/usr/share/pixmaps
mv %{buildroot}/usr/share/icons/hicolor/scalable/apps/lcdtest.svg \
   %{buildroot}/usr/share/pixmaps
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%doc %{_mandir}/man1/%{name}.1.*
%doc COPYING README
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg

%changelog
* Wed Jan 27 2010 Eric Smith <eric at brouhaha.com> 1.18-3
- change the .gz to .* in case the man page compression changesn

* Wed Jan 27 2010 Eric Smith <eric at brouhaha.com> 1.18-2
- move icon to /usr/share/pixmaps, and other minor spec cleanup based on
  package review by Jussi Lehtola

* Tue Jan 26 2010 Eric Smith <eric at brouhaha.com> 1.18-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lcdtest/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 Jan 2010 19:12:06 -0000	1.1
+++ .cvsignore	1 Feb 2010 01:38:26 -0000	1.2
@@ -0,0 +1 @@
+lcdtest-1.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lcdtest/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 Jan 2010 19:12:06 -0000	1.1
+++ sources	1 Feb 2010 01:38:27 -0000	1.2
@@ -0,0 +1 @@
+d94f242f0ff35c75d6f4be89d3bc13d6  lcdtest-1.18.tar.gz



More information about the scm-commits mailing list