ipasserelle-webapps/ipasserelle-webapps.spec

92 lines
2.3 KiB
RPMSpec
Raw Normal View History

2012-10-18 09:40:12 +02:00
Summary: iPasserelle web applications
%define name ipasserelle-webapps
Name: %{name}
2013-11-21 11:39:16 +01:00
%define version 0.2.6
2012-10-18 09:40:12 +02:00
%define release 1
Version: %{version}
Release: %{release}%{?dist}
License: GPL
URL: http://www.ipasserelle.com/
Group: SMEserver/addon
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: /var/tmp/%{name}-%{version}
Requires: ipasserelle-base >= 0.1-14
2013-11-21 11:39:16 +01:00
Requires: smeserver-lemonldap-ng >= 0.2.10
2012-10-18 09:40:12 +02:00
Requires: smeserver-openupload
Requires: smeserver-tt-rss
2013-10-23 17:02:58 +02:00
Requires: smeserver-pydio
2013-10-14 17:43:50 +02:00
Requires: smeserver-ooo-headless
2012-10-18 09:40:12 +02:00
Requires: smeserver-dokuwiki
Requires: dokuwiki-plugins
BuildRequires: e-smith-devtools
%description
Integrate commonly used web applications
%changelog
2013-11-21 11:39:16 +01:00
* Wed Nov 20 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.6-1
- update Ajaxplorer -> Pydio on the portal
- create a new vhost echangeapi to access Pydio from native apps
2013-10-23 17:02:58 +02:00
* Fri Oct 18 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.5-1
- Update scripts, templates and dependancies for Ajaxplorer -> Pydio
2013-10-14 17:43:50 +02:00
* Mon Oct 14 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.4-1
- Requires smeserver-ooo-headless (for Ajaxplorer indexation)
2013-10-10 16:40:25 +02:00
* Thu Oct 10 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.3-1
- Use new style for LL::NG auth in the domains DB
- Use 100% of the width of the screen in dokuwiki_export template
2013-08-21 17:34:19 +02:00
* Wed Aug 21 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.2-1
- Update icons used by applications
2013-05-17 11:09:33 +02:00
* Fri May 17 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1
- update dokuwiki login regex to support pretty URL
2013-08-21 17:35:47 +02:00
* Wed Oct 17 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.0-1
2012-10-18 09:40:12 +02:00
- Import in GIT
2013-08-21 17:35:47 +02:00
* Thu Nov 24 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-3
2012-10-18 09:40:12 +02:00
- Set ajaxplorer LogoutUrl to LL::NG portal address
- Use more friendly names in LL::NG portal
* Tue Oct 11 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-2
- Fix dokuwiki domain in LL::NG menu
2013-08-21 17:35:47 +02:00
* Tue Jun 28 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-1
2012-10-18 09:40:12 +02:00
- initial release
%prep
%setup
%build
perl createlinks
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
rm -f %{name}-%{version}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
%clean
cd ..
rm -rf %{name}-%{version}
%pre
%preun
%post
%postun
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)