From ea8f2f571d7f0816a44e4c0cc524dc9c05ee5f23 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Wed, 10 Dec 2003 17:22:34 +0000 Subject: [PATCH] - initial Changed files: gnome-keyring.spec -> 1.1 --- gnome-keyring.spec | 84 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 gnome-keyring.spec diff --git a/gnome-keyring.spec b/gnome-keyring.spec new file mode 100644 index 0000000..a8a6d28 --- /dev/null +++ b/gnome-keyring.spec @@ -0,0 +1,84 @@ +Summary: . +Name: gnome-keyring +Version: 0.1 +Release: 1 +License: LGPL v2+/GPL v2+ +Group: Libraries +Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/0.1/%{name}-%{version}.tar.bz2 +# Source0-md5: 82dda41896256f7f687ab6d8b296a3c0 +URL: http://www.gnome.org/ +BuildRequires: gtk+2-devel >= 2.3.1 +BuildRequires: glib2-devel >= 2.3.1 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +gnome-keyring is a program that keep password and other secrets for +users. It is run as a damon in the session, similar to ssh-agent, and +other applications can locate it by an environment variable. + +The library libgnome-keyring is used by applications to integrate with +the gnome keyring system. + + +%package devel +Summary: Headers for gnome-keyring +Summary(pl): Pliki nag³ówkowe gnome-keyring +Group: X11/Development/Libraries +Requires: %{name} = %{version} +Requires: gtk+2-devel >= 2.3.1 +Requires: glib2-devel >= 2.3.1 + +%description devel +. + + +%package static +Summary: Static gnome-keyring libraries +Summary(pl): Statyczne biblioteki gnome-keyring +Group: X11/Development/Libraries +Requires: %{name}-devel = %{version} + +%description static +Static version of gnome-keyring libraries. + +%prep +%setup -q + +%build +%configure \ + --enable-static + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/gnome/help + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + pkgconfigdir=%{_pkgconfigdir} + +%find_lang %{name} --with-gnome --all-name + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/lib*.so.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la +%{_pkgconfigdir}/*.pc +%{_includedir}/* + +%files static +%defattr(644,root,root,755) +%{_libdir}/lib*.a -- 2.44.0