Author: glen Date: Sun Jan 16 23:12:10 2011 GMT Module: packages Tag: HEAD ---- Log message: - new, based on fedora spec
---- Files affected: packages/fprint_demo: fprint-icon.png (NONE -> 1.1) (NEW), fprint_demo.desktop (NONE -> 1.1) (NEW), fprint_demo.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/fprint_demo/fprint-icon.png <<Binary file>> ================================================================ Index: packages/fprint_demo/fprint_demo.desktop diff -u /dev/null packages/fprint_demo/fprint_demo.desktop:1.1 --- /dev/null Mon Jan 17 00:12:10 2011 +++ packages/fprint_demo/fprint_demo.desktop Mon Jan 17 00:12:05 2011 @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=fprint +GenericName=Fingerprint demo program +GenericName[fr]=Logiciel de démonstration de reconnaissances des empreintes digitales +Comment=Demonstration software for the fingerprint recognition program fprint +Comment[fr]=Logiciel de démonstration pour le programme de reconnaissance d'empreinte digitale fprint +Exec=fprint_demo +Icon=fprint-icon +Terminal=false +Type=Application +Categories=Utility;X-Fedora; ================================================================ Index: packages/fprint_demo/fprint_demo.spec diff -u /dev/null packages/fprint_demo/fprint_demo.spec:1.1 --- /dev/null Mon Jan 17 00:12:10 2011 +++ packages/fprint_demo/fprint_demo.spec Mon Jan 17 00:12:05 2011 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +Summary: Demo of the fprint drivers +Name: fprint_demo +Version: 0.4 +Release: 1 +License: GPL v2 +Group: Base +URL: http://www.reactivated.net/fprint/wiki/Main_Page +Source0: http://downloads.sourceforge.net/fprint/%{name}-%{version}.tar.bz2 +Source1: %{name}.desktop +Source2: fprint-icon.png +BuildRequires: gtk+2-devel +BuildRequires: libfprint-devel +ExcludeArch: s390 s390x +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Graphical tool to demonstrate how works for the fprint drivers + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} +cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +cp -a %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc INSTALL AUTHORS NEWS README +%attr(755,root,root) %{_bindir}/%{name} +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/fprint-icon.png + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/01/16 23:12:05 glen +- new, based on fedora spec ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
