]> git.pld-linux.org Git - packages/adobe-php-sdk.git/commitdiff
- new (will check it later, maybe)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Aug 2006 07:56:29 +0000 (07:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-php-sdk.spec -> 1.1

adobe-php-sdk.spec [new file with mode: 0644]

diff --git a/adobe-php-sdk.spec b/adobe-php-sdk.spec
new file mode 100644 (file)
index 0000000..4986c50
--- /dev/null
@@ -0,0 +1,33 @@
+Summary:       Helping PHP developers build RIAs with Adobe technology
+Name:          adobe-php-sdk
+Version:       0
+Release:       0.1
+License:       BSD
+Group:         Development/Languages/PHP
+Source0:       http://blogs.adobe.com/mikepotter/adobe_php_sdk.zip
+# Source0-md5: bff4b02924791cc965d0a4fa06cf2bce
+URL:           http://code.google.com/p/adobe-php-sdk/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Using the Adobe Spry Ajax framework and Adobe Flex, this SDK is
+intended to help PHP developers build cool rich internet applications
+with Adobe technologies.
+
+%prep
+%setup -q -n adobe_php_sdk
+
+# remove SVN control files
+find -name .svn -print | xargs rm -rf
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE.TXT
This page took 0.076687 seconds and 4 git commands to generate.