]> git.pld-linux.org Git - packages/Zope-LinguaPlone.git/commitdiff
- initial release auto/ac/Zope-LinguaPlone-0_7-1
authorciesiel <ciesiel@pld-linux.org>
Mon, 11 Oct 2004 19:50:56 +0000 (19:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-LinguaPlone.spec -> 1.1

Zope-LinguaPlone.spec [new file with mode: 0644]

diff --git a/Zope-LinguaPlone.spec b/Zope-LinguaPlone.spec
new file mode 100644 (file)
index 0000000..c195c2e
--- /dev/null
@@ -0,0 +1,64 @@
+%define                zope_subname    LinguaPlone
+Summary:       Powerful add-on for multilingual content management
+Summary(pl):   Dodatek umo¿liwiaj±cy wygodn± pracê z wielojêzycznymi serwisami Plone
+Name:          Zope-%{zope_subname}
+Version:       0.7
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Source0:       http://dl.sourceforge.net/collective/%{zope_subname}-%{version}.tar.gz
+# Source0-md5: ec534fe349301a5bbf577b5cfcdf5a6a
+URL:           http://sourceforge.net/projects/collective/
+Requires(post,postun): /usr/sbin/installzopeproduct
+%pyrequires_eq python-modules
+Requires:      Zope
+Requires:      Zope-archetypes >= 1.3
+Requires:      Zope-PloneLanguageTool >= 0.5
+Requires:      Zope-CMFPlone >= 2.0.3
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LinguaPlone is a powerful add-on for multilingual content management.
+
+%description -l pl
+LinguaPlone jest dodatkiem umo¿liwiaj±cym wygodn± pracê z
+wielojêzycznymi serwisami Plone.
+
+%prep
+%setup -q -n %{zope_subname}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+cp -af {Extensions,examples,i18n,skins,tests,*.py,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
+%py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+# find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
+if [ -f /var/lock/subsys/zope ]; then
+       /etc/rc.d/init.d/zope restart >&2
+fi
+
+%postun
+if [ "$1" = "0" ]; then
+        /usr/sbin/installzopeproduct -d %{zope_subname}
+        if [ -f /var/lock/subsys/zope ]; then
+                /etc/rc.d/init.d/zope restart >&2
+        fi
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt
+%{_datadir}/%{name}
This page took 0.094621 seconds and 4 git commands to generate.