Update spec file

master 0.2.0
Daniel Berteaud 12 years ago
parent bd48516b43
commit ab1926402c
  1. 28
      smeserver-openupload.spec

@ -2,8 +2,8 @@
# Name: Daniel Berteaud
%define name smeserver-openupload
%define version 0.1
%define release 11
%define version 0.2.0
%define release 1
Summary: sme server integration of openupload
Name: %{name}
Version: %{version}
@ -12,16 +12,6 @@ License: GNU GPL version 2
URL: http://openupload.sourceforge.net/
Group: SMEserver/addon
Source: %{name}-%{version}.tar.gz
Patch1: smeserver-openupload-0.1-session_save_path.patch
Patch2: smeserver-openupload-0.1-prop_alias_on_primary.patch
Patch3: smeserver-openupload-0.1-support_lemonldap_auth.patch
Patch4: smeserver-openupload-0.1-fix_ldap_auth_config.patch
Patch5: smeserver-openupload-0.1-make_ldap_the_default_auth.patch
Patch6: smeserver-openupload-0.1-dont_rewrite_if_alias_is_disabled.patch
Patch7: smeserver-openupload-0.1-add_login_field.patch
Patch8: smeserver-openupload-0.1-fix_defaults_db.patch
Patch9: smeserver-openupload-0.1-remove_default_auth.patch
Patch10: smeserver-openupload-0.1-fix_public_access.patch
BuildArchitectures: noarch
BuildRequires: e-smith-devtools
@ -37,6 +27,10 @@ OpenUpload is an open source application to share files over
the internet (like MegaUpload or RapidShare for example)
%changelog
* Mon Nov 19 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.0-1.sme
- Import in GIT
- Make the default access public
* Wed Oct 19 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-11.sme
- Fix public access property handling
@ -76,16 +70,6 @@ the internet (like MegaUpload or RapidShare for example)
%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%build
perl ./createlinks

Loading…
Cancel
Save