SPECS: tfla-01.spec (NEW) - from jackass (some time ago)

qboosh qboosh at pld-linux.org
Thu Dec 14 21:24:00 CET 2006


Author: qboosh                       Date: Thu Dec 14 20:24:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- from jackass (some time ago)

---- Files affected:
SPECS:
   tfla-01.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tfla-01.spec
diff -u /dev/null SPECS/tfla-01.spec:1.1
--- /dev/null	Thu Dec 14 21:24:00 2006
+++ SPECS/tfla-01.spec	Thu Dec 14 21:23:55 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	tfla-01 - a simple logic analyzer for the PC
+Summary(pl):	tfla-01 - prosty analizatar stanów logicznych dla PC
+Name:		tfla-01
+Version:	0.1.2
+Release:	0.1
+License:	GPL
+Group:		Applications/Engineering
+Source0:	http://download.berlios.de/tfla-01/%{name}-%{version}.tar.gz
+# Source0-md5:	3f767d6258064cf7aec4375bd1406732
+Source1:	%{name}.desktop
+URL:		http://tfla-01.berlios.de/
+BuildRequires:	libieee1284-devel
+BuildRequires:	qmake
+BuildRequires:	qt-devel >= 3.3.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simple logic analyzer for the PC's parallel port. The schematic which
+needs to be attached on the parallel port is included in this
+installation package.
+
+%description -l pl
+Prosty analizator stanów logicznych dla portu parallel. Schemat
+urządzenia podłączanego do portu parallel znajduje się razem z
+programem.
+
+%prep
+%setup -q
+
+%build
+qmake
+lrelease tfla-01.pro
+%{__make} QTDIR=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+qmake PREFIX=$RPM_BUILD_ROOT%{_prefix}
+
+%{__make} install \
+	QTDIR=%{_prefix}
+	DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_datadir}/pixmaps/*.png
+%{_docdir}/packages/tfla-01
+%{_desktopdir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/14 20:23:55  qboosh
+- from jackass (some time ago)
================================================================


More information about the pld-cvs-commit mailing list