/[soft]/identity/CatDap/branches/live/CatDap.spec
ViewVC logotype

Contents of /identity/CatDap/branches/live/CatDap.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 563 - (show annotations) (download)
Wed Feb 16 22:02:11 2011 UTC (13 years, 2 months ago) by buchan
File size: 2068 byte(s)
Merge changes from trunk rev 245:562:
-r245 | misc | 2011-01-07 03:39:40 +0200 (Fri, 07 Jan 2011) | 1 line
 more compact code
-r248 | rda | 2011-01-08 01:15:42 +0200 (Sat, 08 Jan 2011) | 1 line
 commit spec file from Maarten Vanraes
-r249 | rda | 2011-01-08 01:20:14 +0200 (Sat, 08 Jan 2011) | 1 line
 commit implement forgot_password patch from Maarten Vanraes
-r250 | rda | 2011-01-08 01:20:38 +0200 (Sat, 08 Jan 2011) | 1 line
 update footer links
-r251 | dmorgan | 2011-01-08 02:00:32 +0200 (Sat, 08 Jan 2011) | 2 lines
 FIx wording
-r335 | buchan | 2011-01-22 10:52:05 +0200 (Sat, 22 Jan 2011) | 2 lines
 Dont detach when checking ldap error code,, we want to continue to set a template
-r336 | buchan | 2011-01-22 11:38:25 +0200 (Sat, 22 Jan 2011) | 3 lines
Fix greeting in password reset key mail, by sending cn to stash
Also add some more error error checking on the search
-r337 | buchan | 2011-01-22 15:55:56 +0200 (Sat, 22 Jan 2011) | 4 lines
 Add a means to filter out users who arent allowed to reset passwords with only
 email verification (by default users who don't match (!(objectclass=posixAccount))
 Fix email template to use configurable project url
-r558 | buchan | 2011-02-16 00:33:01 +0200 (Wed, 16 Feb 2011) | 2 lines
 Allow spaces in names
-r559 | buchan | 2011-02-16 01:01:21 +0200 (Wed, 16 Feb 2011) | 2 lines
 Fix display of non-ascii characters (may need some work in admin for multi-valued 
 attributes)
-r560 | buchan | 2011-02-16 01:45:07 +0200 (Wed, 16 Feb 2011) | 2 lines
 String updates
-r561 | buchan | 2011-02-16 15:33:29 +0200 (Wed, 16 Feb 2011) | 4 lines
 Add error pages for user self-editing buttons, and correctly collect ldap errors
 Respect Controller::User::editable_attrs in user editing page
 Add preferredLanguage to editable_attrs
-r562 | buchan | 2011-02-16 17:05:33 +0200 (Wed, 16 Feb 2011) | 3 lines
 Fix displaying of groups with spaces in the name
 Fix non-ascii user details in 'promote' page

1 %define upstream_name CatDap
2 %define upstream_version 0.0.1-r200
3
4 Name: perl-%{upstream_name}
5 Version: %perl_convert_version %{upstream_version}
6 Release: %mkrel 1
7 Summary: Web Based LDAP Administration Program
8 License: GPL+ or Artistic
9 Group: System/Configuration/Other
10 Url: http://www.mageia.org/wiki/doku.php?id=web:identity
11 Source0: %{upstream_name}-%{upstream_version}.tar.bz2
12 BuildRequires: perl(Module::Install)
13 BuildRequires: perl(Module::Install::Catalyst)
14 BuildRequires: perl(Catalyst::Plugin::ConfigLoader)
15 BuildRequires: perl(Catalyst::Plugin::Static::Simple)
16 BuildRequires: perl(Catalyst::Plugin::I18N)
17 BuildRequires: perl(Catalyst::Plugin::Unicode::Encoding)
18 BuildRequires: perl(Catalyst::Plugin::Authentication)
19 BuildRequires: perl(Catalyst::Plugin::Authentication::Store::LDAP)
20 BuildRequires: perl(Catalyst::Plugin::Authorization::Roles)
21 BuildRequires: perl(Catalyst::Plugin::Captcha)
22 BuildRequires: perl(Catalyst::Plugin::Session::Store::File)
23 BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie)
24 BuildRequires: perl(Catalyst::Action::RenderView)
25 BuildRequires: perl(Catalyst::View::TT)
26 BuildRequires: perl(Catalyst::View::Email)
27 BuildRequires: perl(Catalyst::Model::LDAP::FromAuthentication)
28 BuildRequires: perl(Crypt::CBC)
29 BuildRequires: perl(Email::Valid)
30 BuildRequires: perl(Data::UUID)
31 BuildRequires: perl(Config::General)
32 BuildArch: noarch
33 BuildRoot: %{_tmppath}/%{name}-%{version}
34
35 %description
36 CatDap is a combination of system-administrator and end-user web
37 interface, designed to handle LDAP based setups.
38 It fetches the schema to handle any kind of case, but is made to work
39 with groups to give various access.
40
41 %prep
42 %setup -q -n %{upstream_name}-%{upstream_version}
43
44 %build
45 %{__perl} Makefile.PL INSTALLDIRS=vendor
46 %make
47
48 %check
49 #make test
50
51 %install
52 rm -rf %buildroot
53 %makeinstall_std
54
55 %clean
56 rm -rf %buildroot
57
58 %files
59 %defattr(-,root,root)
60 %doc Changes
61 %doc README
62 %doc catdap.yml
63 %{_mandir}/man1/*
64 %{_mandir}/man3/*
65 %{perl_vendorlib}/CatDap.pm
66 %{perl_vendorlib}/CatDap
67 %{_bindir}/catdap_*.pl

  ViewVC Help
Powered by ViewVC 1.1.30