source: projects/specs/trunk/lib/libc/libcacard/libcacard-vl.spec @ 7115

Revision 7115, 2.5 KB checked in by Takemikaduchi, 11 years ago (diff)

QEMU-1.2.0

Line 
1Name:           libcacard
2Version:        0.1.2
3Release:        1%{?_dist_release}
4Summary:        Common Access Card (CAC) Emulation
5Group:          System Environment/Libraries
6License:        LGPLv2+
7URL:            http://www.spice-space.org/download
8Source0:        http://www.spice-space.org/download/libcacard/libcacard-%{version}.tar.bz2
9BuildRequires:  nss-devel >= 3.12.8-2
10
11%description
12Common Access Card (CAC) emulation library.
13
14%package tools
15Summary:        CAC Emulation tools
16Group:          Development/Libraries
17Requires:       %{name} = %{version}-%{release}
18
19%description tools
20CAC emulation tools.
21
22%package devel
23Summary:        CAC Emulation devel
24Group:          Development/Libraries
25Requires:       %{name} = %{version}-%{release}
26
27%description devel
28CAC emulation development files.
29
30%prep
31%setup -q
32
33%build
34%configure
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
41
42%post -p /sbin/ldconfig
43
44%postun -p /sbin/ldconfig
45
46%files
47%defattr(-,root,root,-)
48%doc COPYING README
49%{_libdir}/libcacard.so.*
50
51%files devel
52%defattr(-,root,root,-)
53%{_includedir}/cacard
54%{_libdir}/pkgconfig/libcacard.pc
55%{_libdir}/libcacard.so
56
57%files tools
58%defattr(-,root,root,-)
59%{_bindir}/vscclient
60
61%changelog
62* Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
63- initial build for Vine Linux
64
65
66
67* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-3
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
69
70* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-2
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
72
73* Tue Feb 09 2011 Alon Levy <alevy@redhat.com> - 0.1.2-1
74- upstream update
75 - upstream updated to 0.1.2 (no rpm was done for this version)
76
77* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
79
80* Sun Dec 12 2010 Alon Levy <alevy@redhat.com> - 0.1.0-4
81- address review issues:
82 - Group for main and devel and tools
83 - Requires for devel and tools
84- fix changelog for previous entry (day was wrong, and macro quoting)
85* Sat Dec 11 2010 Alon Levy <alevy@redhat.com> - 0.1.0-3
86- address review issues: defattr typo, %%doc at %%files, remove .*a from install
87* Thu Dec 9 2010 Alon Levy <alevy@redhat.com> - 0.1.0-2
88- address prereview issues.
89* Thu Dec 9 2010 Alon Levy <alevy@redhat.com> - 0.1.0-1
90- initial package.
91
Note: See TracBrowser for help on using the repository browser.