1 %define _root_libdir /%{_lib} |
1 %define _root_libdir /%{_lib} |
2 |
2 |
3 Summary: Generic Security Services Application Programming Interface Library |
3 Summary: Generic Security Services Application Programming Interface Library |
4 Name: libgssglue |
4 Vendor: Europalab Software |
5 Version: 0.1 |
5 Packager: Michael Schloh von Bennewitz |
6 Release: 9%{?dist} |
6 Distribution: MeeGo Thirdparty |
7 URL: http://www.citi.umich.edu/projects/nfsv4/linux/ |
7 Name: libgssglue |
8 License: GPL+ |
8 Version: 0.1 |
9 Source0:http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz |
9 Release: 20101201 |
10 Group: System Environment/Libraries |
10 URL: http://www.citi.umich.edu/projects/nfsv4/linux/ |
|
11 License: GPL+ |
|
12 Source0: http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz |
|
13 Group: System Environment/Libraries |
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
12 Requires: krb5-libs >= 1.5 |
15 Requires: krb5-libs >= 1.5 |
13 |
16 |
14 Provides: libgssapi = %{version}-%{release} |
17 Provides: libgssapi = %{version}-%{release} |
15 Provides: libgssapi-devel = %{version}-%{release} |
18 Provides: libgssapi-devel = %{version}-%{release} |
16 Obsoletes: libgssapi <= 0.11 libgssapi-devel <= 0.11 |
19 Obsoletes: libgssapi <= 0.11 libgssapi-devel <= 0.11 |
17 |
20 |
18 Patch0: libgssglue-0.1-gssglue.patch |
21 Patch0: libgssglue.patch |
19 |
22 |
20 %description |
23 %description |
21 This library exports a gssapi interface, but doesn't implement any gssapi |
24 This library exports a gssapi interface, but doesn't implement any gssapi |
22 mechanisms itself; instead it calls gssapi routines in other libraries, |
25 mechanisms itself; instead it calls gssapi routines in other libraries, |
23 depending on the mechanism. |
26 depending on the mechanism. |
24 |
27 |
25 %package devel |
28 %package devel |
26 Summary: Development files for the gssclug library |
29 Summary: Development files for the gssglue library |
|
30 Vendor: Europalab Software |
|
31 Packager: Michael Schloh von Bennewitz |
|
32 Distribution: MeeGo Thirdparty |
27 Group: Development/Libraries |
33 Group: Development/Libraries |
28 Requires: %{name} = %{version}-%{release} |
34 Requires: %{name} = %{version}-%{release} |
29 Requires: pkgconfig |
35 Requires: pkgconfig |
30 |
36 |
31 %description devel |
37 %description devel |
71 %dir %{_includedir}/gssglue/gssapi |
77 %dir %{_includedir}/gssglue/gssapi |
72 %{_includedir}/gssglue/gssapi/gssapi.h |
78 %{_includedir}/gssglue/gssapi/gssapi.h |
73 %{_libdir}/pkgconfig/libgssglue.pc |
79 %{_libdir}/pkgconfig/libgssglue.pc |
74 |
80 |
75 %changelog |
81 %changelog |
|
82 * Sat Dec 4 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 0.1-20101201 |
|
83 - Repackage for MeeGo 1.1 |
|
84 |
76 * Thu Dec 2 2010 Steve Dickson <steved@redhat.com> 0.1-9 |
85 * Thu Dec 2 2010 Steve Dickson <steved@redhat.com> 0.1-9 |
77 - Moved the libraries from /usr/lib to /lib |
86 - Moved the libraries from /usr/lib to /lib |
78 |
87 |
79 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8 |
88 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8 |
80 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
89 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |