packages: unxsisp/unxsisp.spec - some PLDization - added TODO
sparky
sparky at pld-linux.org
Mon Jan 24 16:21:18 CET 2011
Author: sparky Date: Mon Jan 24 15:21:18 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- some PLDization
- added TODO
---- Files affected:
packages/unxsisp:
unxsisp.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/unxsisp/unxsisp.spec
diff -u packages/unxsisp/unxsisp.spec:1.1 packages/unxsisp/unxsisp.spec:1.2
--- packages/unxsisp/unxsisp.spec:1.1 Fri Jun 12 15:47:55 2009
+++ packages/unxsisp/unxsisp.spec Mon Jan 24 16:21:13 2011
@@ -1,4 +1,7 @@
# $Revision$, $Date$
+# TODO:
+# - allow CC and *FLAGS in makefile
+# - FHS: those .cgi are binary, move them to libdir
Summary: Manage ISP customers, resellers and their resources. Centralize resource and product usage
Name: unxsisp
Version: 1.0
@@ -11,10 +14,12 @@
Patch0: %{name}-include.patch
BuildRequires: mysql-devel
BuildRequires: openssl-devel
+BuildRequires: sed >= 4.0
BuildRequires: ucidr
BuildRequires: unxstemplate
BuildRequires: zlib-devel
Requires: unxsadmin
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Manage ISP customers, resellers and their resources. Centralize
@@ -26,6 +31,7 @@
%prep
%setup -q
%patch0 -p1
+%{__sed} -e 's/getline/unx_getline/' -i cgi.c
%build
%{__make} \
@@ -44,6 +50,7 @@
cp data/*.txt $RPM_BUILD_ROOT%{_datadir}/unxsISP/data
%clean
+rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
@@ -59,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2011/01/24 15:21:13 sparky
+- some PLDization
+- added TODO
+
Revision 1.1 2009/06/12 13:47:55 paszczus
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/unxsisp/unxsisp.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list