rpms/brutus-keyring/F-7 brutus-keyring.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon Jul 9 15:34:24 UTC 2007


Author: bpepple

Update of /cvs/pkgs/rpms/brutus-keyring/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21123/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	brutus-keyring.spec 
Log Message:
Initial import.



--- NEW FILE brutus-keyring.spec ---
#  
#  RPM spec file for the Brutus Keyring.
#  Copyright (C) 2007 OMC Denmark ApS
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
#  MA 02111-1307 USA
#




Summary:         Brutus Keyring - a small keyring daemon build upon libgcrypt
Name:            brutus-keyring
Version:         0.9.0
Release:         4%{?dist}
License:         GPL
Group:           Applications/System
Source0:         http://www.omesc.com/sites/default/files/downloads/dist/%{name}/Fedora%207/SOURCES/%{name}-%{version}.tar.gz
BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL:             http://trac.brutus.net/brutus-keyring/
Conflicts:       evolution-brutus < 1.1.28
BuildRequires:   ORBit2-devel >= 2.14.1
BuildRequires:   libgcrypt-devel >= 1.2.2



Requires:        ORBit2 >= 2.14.1
Requires:        libIDL >= 0.8.5
Requires:        libgcrypt >= 1.2.2

%description
This is the Brutus Keyring. It is a very small and simple 
keyring daemon that will encrypt large as well as small 
secrets using a symmetric cipher.

This package contains the executable necessary for programs using
Brutus Keyring.

You will need to install this package and brutus-keyring-devel if 
you want to write programs using Brutus Keyring.

%package devel
Summary:         IDL and header files for brutus-keyring
Group:           Development/Libraries
Requires:        %name = %{version}-%{release}
Requires:        pkgconfig >= 0.20
Requires:        ORBit2*-devel*

%description devel 
This is the Brutus Keyring development files. Brutus Keyring is 
a very small and simple keyring daemon that will encrypt large 
as well as small secrets using a symmetric cipher.

This package contains the header files, libraries and utilities
necessary to write Brutus Keyring client programs.


%prep
%setup -q 

%build
%configure --enable-brutus-target=fedora --enable-brutus-dist=yes --enable-brutus-debug=yes --enable-brutus-devel=yes
make %{?_smp_mflags}

%install 
rm -rf %{buildroot}
make INSTALL="install -c -p" DESTDIR=%{buildroot} install
find %{buildroot}%{_libdir}/ -name '*.la' -exec rm {} \;

%post devel -p /sbin/ldconfig

%postun devel -p /sbin/ldconfig

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%dir %{_docdir}/brutus-keyring-0.9.0
%{_bindir}/brutus-keyringd
%{_docdir}/brutus-keyring-0.9.0/brutus-keyring-guide
%{_docdir}/brutus-keyring-0.9.0/COPYING
%{_docdir}/brutus-keyring-0.9.0/README
%{_docdir}/brutus-keyring-0.9.0/AUTHORS
%{_docdir}/brutus-keyring-0.9.0/ChangeLog

%files devel
%defattr(-,root,root,-)
%dir %{_includedir}/brutus-keyring-1.0
%dir %{_datadir}/idl/brutus-keyring
%dir %{_docdir}/brutus-keyring-devel-0.9.0
%{_bindir}/brutus-keyring-client
%{_libdir}/libBrutusKeyringd*
%{_libdir}/pkgconfig/libBrutusKeyringd*
%{_includedir}/brutus-keyring-1.0/*
%{_datadir}/idl/brutus-keyring/*
%{_docdir}/brutus-keyring-devel-0.9.0/brutus-keyring-devel-guide

%changelog
* Sat Jun 30 2007 Jules Colding <colding at omesc.com> 0.9.0-4
- Fix one more review issue

* Sat Jun 30 2007 Jules Colding <colding at omesc.com> 0.9.0-3
- Fix review issues

* Sat Jun 30 2007 Jules Colding <colding at omesc.com> 0.9.0-2
- Fix syntax for post and postun macros

* Tue Jun 26 2007 Jules Colding <colding at omesc.com> 0.9.0-1
- Initial RPM release




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/brutus-keyring/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jul 2007 18:31:21 -0000	1.1
+++ .cvsignore	9 Jul 2007 15:33:49 -0000	1.2
@@ -0,0 +1 @@
+brutus-keyring-0.9.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/brutus-keyring/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jul 2007 18:31:21 -0000	1.1
+++ sources	9 Jul 2007 15:33:49 -0000	1.2
@@ -0,0 +1 @@
+f732941468746d414fd5cd6333a75b18  brutus-keyring-0.9.0.tar.gz




More information about the fedora-extras-commits mailing list