]> git.pld-linux.org Git - packages/gnome-keyring.git/commitdiff
- initial
authorArtur Frysiak <artur@frysiak.net>
Wed, 10 Dec 2003 17:22:34 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-keyring.spec -> 1.1

gnome-keyring.spec [new file with mode: 0644]

diff --git a/gnome-keyring.spec b/gnome-keyring.spec
new file mode 100644 (file)
index 0000000..a8a6d28
--- /dev/null
@@ -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
This page took 0.040114 seconds and 4 git commands to generate.