]> git.pld-linux.org Git - packages/gnome-keyring.git/commitdiff
- new style macros, rel.2
authorfreetz <freetz@pld-linux.org>
Sun, 10 Apr 2005 17:36:17 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-keyring.spec -> 1.20

gnome-keyring.spec

index 1ec531e0e57001cfb3b36fb0aa415086782a9e97..70e7ab576816bc3754c9be9c8d46202db633eb48 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Keep passwords and other user's secrets
 Summary(pl):   Przechowywanie hase³ i innych tajnych danych u¿ytkowników
 Name:          gnome-keyring
 Version:       0.4.2
-Release:       1
+Release:       2
 License:       LGPL v2+/GPL v2+
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/0.4/%{name}-%{version}.tar.bz2
@@ -13,6 +13,7 @@ BuildRequires:        automake
 BuildRequires: glib2-devel >= 1:2.6.3
 BuildRequires: gtk+2-devel >= 2:2.6.3
 BuildRequires: libtool
+BuildRequires: rpmbuild(macros) >= 1.197
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -95,8 +96,11 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
+%post
+%ldconfig_post
+
+%postun
+%ldconfig_postun
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.032608 seconds and 4 git commands to generate.