This commit is contained in:
parent
888733d0ae
commit
1b915c384d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 16 10:53:27 CDT 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Create a -devel subpackage (#262572).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 11 11:24:22 CDT 2007 - maw@suse.de
|
Wed Apr 11 11:24:22 CDT 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Group: System/GUI/GNOME
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
PreReq: gconf2
|
PreReq: gconf2
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: GNOME2 interface for gnupg
|
Summary: GNOME2 interface for gnupg
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/seahorse/%{name}-%{version}.tar.bz2
|
||||||
Patch2: %{name}-gpgme-version.patch
|
Patch2: %{name}-gpgme-version.patch
|
||||||
@ -32,6 +32,25 @@ Seahorse is a gnome2 interface for gnupg. It uses gpgme as the backend.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Jacob Perkins <jap1@users.sourceforge.net>
|
||||||
|
Jose Carlos Garcia Sogo <jsogo@users.sourceforge.net>
|
||||||
|
Jean Schurger <jk24@users.sourceforge.net>
|
||||||
|
Nate Nielsen <nielsen@memberwebs.com>
|
||||||
|
Adam Schreiber <sadam@clemson.edu>
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: GNOME2 interface for gnupg
|
||||||
|
Group: System/GUI/GNOME
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: gconf2-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Seahorse is a gnome2 interface for gnupg. It uses gpgme as the backend.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Jacob Perkins <jap1@users.sourceforge.net>
|
Jacob Perkins <jap1@users.sourceforge.net>
|
||||||
@ -105,9 +124,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so*
|
%{_libdir}/*.so*
|
||||||
%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so
|
%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so
|
||||||
%{_libdir}/seahorse/*
|
%{_libdir}/seahorse/*
|
||||||
%{_libdir}/pkgconfig/*.pc
|
|
||||||
%dir %{_includedir}/libcryptui
|
|
||||||
%{_includedir}/libcryptui/*.h
|
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/control-center-2.0
|
%{_datadir}/control-center-2.0
|
||||||
%{_datadir}/dbus-1/services/org.gnome.seahorse.service
|
%{_datadir}/dbus-1/services/org.gnome.seahorse.service
|
||||||
@ -127,7 +143,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/seahorse
|
%{_datadir}/seahorse
|
||||||
%{_datadir}/mime/packages/seahorse.xml
|
%{_datadir}/mime/packages/seahorse.xml
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%dir %{_includedir}/libcryptui
|
||||||
|
%{_includedir}/libcryptui/*.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 16 2007 - maw@suse.de
|
||||||
|
- Create a -devel subpackage (#262572).
|
||||||
* Wed Apr 11 2007 - maw@suse.de
|
* Wed Apr 11 2007 - maw@suse.de
|
||||||
- Update to version 1.0.1
|
- Update to version 1.0.1
|
||||||
- Many fixes:
|
- Many fixes:
|
||||||
|
Loading…
Reference in New Issue
Block a user