rpms/mediawiki-LdapAccount/devel import.log, NONE, 1.1 mediawiki-LdapAccount.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Stahnke stahnma at fedoraproject.org
Wed Dec 30 03:44:06 UTC 2009


Author: stahnma

Update of /cvs/pkgs/rpms/mediawiki-LdapAccount/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27244/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mediawiki-LdapAccount.spec 
Log Message:
Initial import of mediawiki-LdapAccount


--- NEW FILE import.log ---
mediawiki-LdapAccount-0_1-1_fc11:HEAD:mediawiki-LdapAccount-0.1-1.fc11.src.rpm:1262144593


--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mediawiki-LdapAccount/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Dec 2009 19:44:18 -0000	1.1
+++ .cvsignore	30 Dec 2009 03:44:05 -0000	1.2
@@ -0,0 +1 @@
+mediawiki-LdapAccount-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mediawiki-LdapAccount/devel/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:44:05 -0000	1.2
@@ -0,0 +1 @@
+2a9f23873084420f9179d3e2dfb30075  mediawiki-LdapAccount-0.1.tar.gz




More information about the fedora-extras-commits mailing list