libgssglue/libgssglue.spec

changeset 1
4667f24fe848
parent 0
4f133201e207
     1.1 --- a/libgssglue/libgssglue.spec	Fri Mar 11 21:30:26 2011 +0100
     1.2 +++ b/libgssglue/libgssglue.spec	Fri Mar 11 21:36:51 2011 +0100
     1.3 @@ -1,21 +1,24 @@
     1.4  %define _root_libdir    /%{_lib}
     1.5  
     1.6 -Summary: Generic Security Services Application Programming Interface Library
     1.7 -Name: libgssglue
     1.8 -Version: 0.1
     1.9 -Release: 9%{?dist}
    1.10 -URL: http://www.citi.umich.edu/projects/nfsv4/linux/
    1.11 -License: GPL+
    1.12 -Source0:http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz
    1.13 -Group: System Environment/Libraries
    1.14 +Summary:   Generic Security Services Application Programming Interface Library
    1.15 +Vendor:    Europalab Software
    1.16 +Packager:  Michael Schloh von Bennewitz
    1.17 +Distribution: MeeGo Thirdparty
    1.18 +Name:      libgssglue
    1.19 +Version:   0.1
    1.20 +Release:   20101201
    1.21 +URL:       http://www.citi.umich.edu/projects/nfsv4/linux/
    1.22 +License:   GPL+
    1.23 +Source0:   http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz
    1.24 +Group:     System Environment/Libraries
    1.25  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
    1.26 -Requires: krb5-libs >= 1.5
    1.27 +Requires:  krb5-libs >= 1.5
    1.28  
    1.29 -Provides: libgssapi = %{version}-%{release}
    1.30 -Provides: libgssapi-devel = %{version}-%{release}
    1.31 +Provides:  libgssapi = %{version}-%{release}
    1.32 +Provides:  libgssapi-devel = %{version}-%{release}
    1.33  Obsoletes: libgssapi <= 0.11 libgssapi-devel <= 0.11
    1.34  
    1.35 -Patch0: libgssglue-0.1-gssglue.patch
    1.36 +Patch0:    libgssglue.patch
    1.37  
    1.38  %description
    1.39  This library exports a gssapi interface, but doesn't implement any gssapi
    1.40 @@ -23,7 +26,10 @@
    1.41  depending on the mechanism.
    1.42  
    1.43  %package devel
    1.44 -Summary: Development files for the gssclug library
    1.45 +Summary: Development files for the gssglue library
    1.46 +Vendor:  Europalab Software
    1.47 +Packager:  Michael Schloh von Bennewitz
    1.48 +Distribution: MeeGo Thirdparty
    1.49  Group: Development/Libraries
    1.50  Requires: %{name} = %{version}-%{release}
    1.51  Requires: pkgconfig
    1.52 @@ -73,6 +79,9 @@
    1.53  %{_libdir}/pkgconfig/libgssglue.pc
    1.54  
    1.55  %changelog
    1.56 +* Sat Dec 4 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 0.1-20101201
    1.57 +- Repackage for MeeGo 1.1
    1.58 +
    1.59  * Thu Dec  2 2010 Steve Dickson  <steved@redhat.com> 0.1-9
    1.60  - Moved the libraries from /usr/lib to /lib 
    1.61  

mercurial