]> git.pld-linux.org Git - packages/pam-pam_mount.git/commitdiff
- fixed %files and linking,stbr? auto/ac/pam-pam_mount-0_9_20-1
authormarcus <marcus@pld-linux.org>
Tue, 23 Nov 2004 22:46:27 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pam-pam_mount.spec -> 1.15

pam-pam_mount.spec

index 5cbd3bbd2509c723e65f6f13b4b706e0278b50b4..ad717c0ac1315cc8ede22e27945a55cfe2eec243 100644 (file)
@@ -3,19 +3,21 @@ Summary:      A PAM module that can mount remote volumes for a user session
 Summary(pl):   Modu³ PAM, pozwalaj±cy mountowaæ zdalne zasoby na czas sesji u¿ytkownika
 Name:          pam-%{modulename}
 Version:       0.9.20
-Release:       0.1
+Release:       1
 Epoch:         0
 License:       LGPL
 Group:         Base
 Vendor:                Flyn Computing
 Source0:       http://www.flyn.org/projects/%{modulename}/%{modulename}-%{version}.tar.gz
 # Source0-md5: 392b1d69f36d5f2d053c393594cff9cb
+Patch0:                %{name}-zlib.patch
 URL:           http://www.flyn.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pam-devel
+BuildRequires: zlib-devel
 Obsoletes:     pam_mount
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,6 +68,8 @@ loopbacku, ale mo
 %prep
 %setup -q -n %{modulename}-%{version}
 
+%patch0 -p1
+
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -94,5 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
 %attr(755,root,root) /%{_lib}/security/pam_mount.so
 %config(noreplace) %verify(not md5 size mtime) /etc/security/pam_mount.conf
+%{_mandir}/man8/*
This page took 0.11055 seconds and 4 git commands to generate.