]> git.pld-linux.org Git - packages/fprint_demo.git/commitdiff
- new, based on fedora spec
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 16 Jan 2011 23:12:05 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fprint-icon.png -> 1.1
    fprint_demo.desktop -> 1.1
    fprint_demo.spec -> 1.1

fprint-icon.png [new file with mode: 0644]
fprint_demo.desktop [new file with mode: 0644]
fprint_demo.spec [new file with mode: 0644]

diff --git a/fprint-icon.png b/fprint-icon.png
new file mode 100644 (file)
index 0000000..fb221da
Binary files /dev/null and b/fprint-icon.png differ
diff --git a/fprint_demo.desktop b/fprint_demo.desktop
new file mode 100644 (file)
index 0000000..489df36
--- /dev/null
@@ -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;
diff --git a/fprint_demo.spec b/fprint_demo.spec
new file mode 100644 (file)
index 0000000..b6fb7b2
--- /dev/null
@@ -0,0 +1,43 @@
+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
This page took 0.076944 seconds and 4 git commands to generate.