]> git.pld-linux.org Git - packages/changepassword.git/commitdiff
- mv ChangePassword.spec changepassword.spec to reflect Name
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Feb 2003 11:52:47 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    changepassword.spec -> 1.1

changepassword.spec [new file with mode: 0644]

diff --git a/changepassword.spec b/changepassword.spec
new file mode 100644 (file)
index 0000000..0b33eee
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       ChangePassword
+Summary(pl):   ChangePassword - modyfikator hase³
+Name:          changepassword
+Version:       0.5
+Release:       1
+License:       GPL
+Group:         Networking/Admin
+Source0:       http://prdownloads.sourceforge.net/changepassword/%{name}-%{version}.tar.gz
+URL:           http://changepassword.sourceforge.net/
+Requires:      apache
+Requires:      gcc
+Requires:      glibc
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _cgidir         /home/services/httpd/html/cgi-bin
+
+%description
+ChangePassword modifies the passwords of passwd, Samba, and Squid
+through the Web. All passwords are syncronized and changed in real
+time through browsers like Mozilla, Netscape, IE, Opera, and others.
+
+%description -l pl
+ChangePassword modyfikuje has³a dla passwd, Samby i Squida za
+po¶rednictwem interfejsu WWW. Wszystkie has³a s± synchronizowane i
+zmieniane w trybie rzeczywistym.
+
+%prep
+%setup -q
+
+%build
+./configure --enable-cgidir=/home/services/httpd/html/cgi-bin \
+       --enable-language=Polish \
+       --enable-smbpasswd=%{_sysconfdir}/smbpasswd \
+       --enable-squidpasswd=%{_sysconfdir}/squid/passwd
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_cgidir}
+
+install changepassword.cgi     $RPM_BUILD_ROOT%{_cgidir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {README,CHANGELOG,LICENSE,BUGS,TODO}
+%attr(755,root,http) %{_cgidir}/changepassword.cgi
This page took 0.093179 seconds and 4 git commands to generate.