-
Notifications
You must be signed in to change notification settings - Fork 1
/
kloxong-addon-yui-dragdrop.spec
64 lines (49 loc) · 1.94 KB
/
kloxong-addon-yui-dragdrop.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
%define kloxo /usr/local/lxlabs/kloxo/httpdocs/htmllib
%define productname kloxo-addon
%define packagename yui-dragdrop
%define sourcename %{packagename}
Name: %{productname}-%{packagename}
Summary: Javascript Framework HTML
Version: 2.9.0
Release: 4.kng%{?dist}
License: GPL
URL: http://yuilibrary.com/yui/docs/dd/
Group: Applications/Internet
Source0: %{sourcename}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
#Requires: webserver, lxphp >= 4.0.4
Obsoletes: kloxong-yui-dragdrop, kloxomr-addon-yui-dragdrop
%description
The Drag and Drop Utility allows you to create a draggable interface efficiently,
buffering you from browser-level abnormalities and enabling you to focus on the
interesting logic surrounding your particular implementation. This component enables
you to create a variety of standard draggable objects with just a few lines of code and
then, using its extensive API, add your own specific implementation logic.
%prep
%setup -q -n %{sourcename}-%{version}
%build
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir} -p -m0755 $RPM_BUILD_ROOT%{kloxo}/%{packagename}
%{__cp} -rp * $RPM_BUILD_ROOT%{kloxo}/%{packagename}
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(644,lxlabs,lxlabs,755)
%doc README
%{kloxo}/%{packagename}
%changelog
* Wed Jun 19 2024 John Parnell Pierce <[email protected]>
- Change product name back to Kloxo
* Mon Jan 29 2018 John Parnell Pierce <[email protected]>
- change product name to kloxong
- add obsolete for kloxomr
* Sun Feb 17 2013 Mustafa Ramadhan <[email protected]> - 2.9.0-3.mr
- rename rpm
* Tue Jan 22 2013 Mustafa Ramadhan <[email protected]> - 2.9.0-3.mr
- change email from [email protected] to [email protected]
* Sun Sep 23 2012 Mustafa Ramadhan <[email protected]> - 2.9.0-2.lx
- update to new version
* Sun Feb 19 2012 Danny Terweij <[email protected]> - 2.2.2-1
- Initial start of this SPEC