rpms/mediawiki-LdapAccount/F-12 mediawiki-LdapAccount.spec, NONE, 1.1 sources, 1.1, 1.2

Michael Stahnke stahnma at fedoraproject.org
Wed Dec 30 03:51:32 UTC 2009


Author: stahnma

Update of /cvs/pkgs/rpms/mediawiki-LdapAccount/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29097/F-12

Modified Files:
	sources 
Added Files:
	mediawiki-LdapAccount.spec 
Log Message:
Adding brnaches for EL-5 F12


--- NEW FILE mediawiki-LdapAccount.spec ---
%define extname LdapAccount
Name:           mediawiki-%{extname}
Version:        0.1
Release:        1%{?dist}
Summary:        Use LDAP as account source for medaiwiki

Group:          Development/Tools
License:        WTFPL
URL:            http://github.com/stahnma/mediawiki-LdapAccount
Source0:        http://downloads.sourceforge.net/mw-ldapaccount/mediawiki-%{extname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       mediawiki >= 1.13, php-ldap

%description
Restrict mediawiki to using LDAP accounts only, creates account based on 
LDAP information and authenticates using LDAP.


%prep
ls

%setup -q 


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/mediawiki/extensions/%{extname}
install -p  -m644 SOURCES/LdapAccount.php $RPM_BUILD_ROOT%{_datadir}/mediawiki/extensions/%{extname}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{_datadir}/mediawiki/extensions/%{extname}

%changelog
* Tue Dec 12 2009 <stahnma at fedoraproject.org>  - 0.1-1
- Initial Fedora Spec


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mediawiki-LdapAccount/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Dec 2009 19:44:18 -0000	1.1
+++ sources	30 Dec 2009 03:51:31 -0000	1.2
@@ -0,0 +1 @@
+2a9f23873084420f9179d3e2dfb30075  mediawiki-LdapAccount-0.1.tar.gz




More information about the fedora-extras-commits mailing list