source: projects/specs/trunk/f/fprint_demo/fprint_demo-vl.spec @ 3886

Revision 3886, 2.0 KB checked in by inagaki, 13 years ago (diff)

update: fprintd, fprint_demo, t1lib

Line 
1Summary:        Demo of the fprint drivers
2Summary(ja):    fprint ドライバのデモプログラム
3Name:           fprint_demo
4Version:        0.4
5Release:        2%{?_dist_release}
6
7Group:          System Environment/Base
8License:        GPLv2
9URL:            http://www.reactivated.net/fprint/wiki/Main_Page
10
11Source0:        http://downloads.sourceforge.net/fprint/%{name}-%{version}.tar.bz2
12Source1:        %{name}.desktop
13Source2:        fprint-icon.png
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  fprintd-devel
17BuildRequires:  libfprint-devel
18BuildRequires:  gtk2-devel
19BuildRequires:  desktop-file-utils
20Requires:       fprintd-pam
21
22%description
23Graphical tool to demonstrate how works for the fprint drivers
24
25%prep
26%setup -q
27
28
29%build
30%configure
31make %{?_smp_mflags}
32
33
34%install
35rm -rf $RPM_BUILD_ROOT
36make install DESTDIR=$RPM_BUILD_ROOT
37
38install -Dm 0755 -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/fprint-icon.png
39
40desktop-file-install    --vendor="vine"                               \
41                        --dir=%{buildroot}%{_datadir}/applications/     \
42                        --mode 0644                                     \
43                        %{SOURCE1} 
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48
49%files
50%defattr(-,root,root,-)
51%doc INSTALL COPYING AUTHORS NEWS README
52%{_bindir}/%{name}
53%{_datadir}/applications/*.desktop
54%{_datadir}/pixmaps/fprint-icon.png
55
56%changelog
57* Tue May  3 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com>  0.4-2
58- rebuilt with current VineSeed
59
60* Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4-1
61- new versioning policy
62
63* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5
64- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
65
66* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4-4
67- Autorebuild for GCC 4.3
68
69* Sat Jan 12 2008 Pingou <pingoufc4@yahoo.fr> 0.4-3
70- Change the directory of the icon
71
72* Sun Jan 06 2008 Pingou <pingoufc4@yahoo.fr> 0.4-2
73- Add the .desktop file
74
75* Sat Nov 24 2007 Pingou <pingoufc4@yahoo.fr> 0.4-1
76- First release
77
Note: See TracBrowser for help on using the repository browser.