]> git.pld-linux.org Git - packages/ct-crm.git/commitdiff
- initial release
authorluzik <luzik@pld-linux.org>
Wed, 17 Dec 2003 06:38:27 +0000 (06:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ct-crm.spec -> 1.1

ct-crm.spec [new file with mode: 0644]

diff --git a/ct-crm.spec b/ct-crm.spec
new file mode 100644 (file)
index 0000000..604445a
--- /dev/null
@@ -0,0 +1,64 @@
+%define                _pre    pre
+
+Summary:       A CRM for small to medium firms.
+Summary(pl):   CRM dla ma³ych i ¶rednich instytucji.
+Name:          ct-crm
+Version:       1.6
+Release:       0.1
+License:       GPL
+Group:         Multimedia
+Source0:       http://dl.sourceforge.net/sourceforge/customer-touch/%{name}%{version}%{_pre}.zip
+# Source0-md5: ffe5c4e7b183173832f4c1157a645e05
+Source1:       %{name}-polish_lang
+Patch0:                %{name}-lang_pl.patch
+URL:           http://www.customer-touch.com/
+Requires:      php
+Requires:      webserver
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An easy to use and install CRM for small to medium firms.
+
+%description -l pl
+Prosty w u¿yciu i instalacji CRM (Customer Relationship Management) dla ma³ych i ¶rednch instytucji.
+
+%define                _cthtmldir      /home/services/httpd/html/ct
+
+%prep
+%setup -q -n %{name}%{version}
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT{uploads,modules,languages,includes,images,email}
+install -d $RPM_BUILD_ROOT%{_cthtmldir}/Doc/manual_install
+ls
+for i in uploads modules languages includes images email ; do
+       cp -Rf $i $RPM_BUILD_ROOT%{_cthtmldir}
+done
+install *.php *.js *.css $RPM_BUILD_ROOT%{_cthtmldir}
+cp -Rf Doc/manual_install/* $RPM_BUILD_ROOT%{_cthtmldir}/Doc/manual_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Doc/install.txt Doc/CHANGELOG Doc/README Doc/manual_install/readme
+%dir %{_cthtmldir}
+%{_cthtmldir}/*.css
+%{_cthtmldir}/*.php
+%{_cthtmldir}/*.js
+%dir %{_cthtmldir}/uploads
+%dir %{_cthtmldir}/modules
+%{_cthtmldir}/modules/mwhois
+%dir %{_cthtmldir}/languages
+%{_cthtmldir}/languages/*/global.inc.php
+%dir %{_cthtmldir}/includes
+%{_cthtmldir}/includes/*.php
+%dir %{_cthtmldir}/images
+%{_cthtmldir}/images/*.gif
+%dir %{_cthtmldir}/email
+%{_cthtmldir}/email/readme.txt
+%dir %{_cthtmldir}/Doc
+%{_cthtmldir}/Doc/manual_install
This page took 0.054368 seconds and 4 git commands to generate.