]> git.pld-linux.org Git - packages/Zope-stripogram.git/commitdiff
- initial release auto/ac/Zope-stripogram-1_4-1
authorciesiel <ciesiel@pld-linux.org>
Fri, 21 May 2004 18:53:30 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-stripogram.spec -> 1.1

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

diff --git a/Zope-stripogram.spec b/Zope-stripogram.spec
new file mode 100644 (file)
index 0000000..f72acfd
--- /dev/null
@@ -0,0 +1,60 @@
+%include       /usr/lib/rpm/macros.python
+%define                zope_subname    stripogram
+Summary:       Library for converting HTML to Plain Text
+Summary(pl):   Biblioteka konwertuj±ca format HTML do zwyk³ego tekstu
+Name:          Zope-%{zope_subname}
+Version:       1.4
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Source0:       http://dl.sourceforge.net/sourceforge/squishdot/%{zope_subname}-1-4.tgz
+# Source0-md5: d09a0fa325ec2ae9a6a94b0b4aabd408
+URL:           http://zope.org/Members/chrisw/StripOGram/
+Requires(post,postun): /usr/sbin/installzopeproduct
+%pyrequires_eq python-modules
+Requires:      Zope
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+stripogram is a library for converting HTML to Plain Text.
+
+%description -l pl
+stripogram jest bibliotek± konwertuj±c± format HTML do zwyk³ego
+tekstu.
+
+%prep
+%setup -q -n %{zope_subname}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+cp -af *.py $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.056473 seconds and 4 git commands to generate.