commit 709496fb3ba2e61929c975300c00ae451213e3ed
Author: Elan Ruusamäe <[email protected]>
Date:   Wed Jan 22 13:52:02 2014 +0200

    new, version 1.2.0

 jquery-layout.spec | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)
---
diff --git a/jquery-layout.spec b/jquery-layout.spec
new file mode 100644
index 0000000..a7dac5b
--- /dev/null
+++ b/jquery-layout.spec
@@ -0,0 +1,67 @@
+%define                plugin  layout
+Summary:       UI Layout - The Ultimate Page Layout Manager
+Name:          jquery-%{plugin}
+Version:       1.2.0
+Release:       1
+License:       MIT/GPL
+Group:         Applications/WWW
+Source0:       
http://layout.jquery-dev.net/download/jquery.layout.all-%{version}.zip
+# Source0-md5: 9ab83fa215da48a8f7e045aa57239668
+URL:           http://layout.jquery-dev.net/
+BuildRequires: unzip
+Requires:      jquery
+Requires:      jquery-ui
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdir %{_datadir}/jquery/%{plugin}
+
+%description
+This plug-in was inspired by the extJS border-layout, and recreates
+that functionality as a jQuery plug-in. The UI Layout plug-in can
+create any UI look you want - from simple headers or sidebars, to a
+complex application with toolbars, menus, help-panels, status bars,
+sub-forms, etc.
+
+Combined it with other jQuery UI widgets to create a sophisticated
+application. There are no limitations or issues - this widget is ready
+for production use. All feedback and requests are welcome as
+development is ongoing. If you create a good looking application using
+UI Layout, please let us know.
+
+%package demo
+Summary:       Demo for jQuery.%{plugin}
+Summary(pl.UTF-8):     Pliki demonstracyjne dla pakietu jQuery.%{plugin}
+Group:         Development
+Requires:      %{name} = %{version}-%{release}
+
+%description demo
+Demonstrations and samples for jQuery.%{plugin}.
+
+%prep
+%setup -qc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_appdir},%{_examplesdir}/%{name}-%{version}}
+
+cp -p jquery.%{plugin}.min.js 
$RPM_BUILD_ROOT%{_appdir}/%{plugin}-%{version}.min.js
+ln -s %{plugin}-%{version}.min.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}.js
+cp -p jquery.%{plugin}.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}-%{version}.src.js
+ln -s %{plugin}-%{version}.src.js $RPM_BUILD_ROOT%{_appdir}/%{plugin}.src.js
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -p *.html $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc changelog.txt
+%{_appdir}
+
+%files demo
+%defattr(644,root,root,755)
+%{_examplesdir}/%{name}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jquery-layout.git/commitdiff/709496fb3ba2e61929c975300c00ae451213e3ed

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to