SPECS: infotrope-acapd.spec (NEW) - added - NFY -- compile errors ...
aredridel
aredridel at pld-linux.org
Wed Jun 6 21:10:53 CEST 2007
Author: aredridel Date: Wed Jun 6 19:10:53 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
- NFY -- compile errors (G++ 4.2.0, possibly)
---- Files affected:
SPECS:
infotrope-acapd.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/infotrope-acapd.spec
diff -u /dev/null SPECS/infotrope-acapd.spec:1.1
--- /dev/null Wed Jun 6 21:10:53 2007
+++ SPECS/infotrope-acapd.spec Wed Jun 6 21:10:48 2007
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+Summary: ACAP server
+Summary(pl.UTF-8): serwery ACAP
+Name: infotrope-acapd
+Version: 0.2.1
+Release: 1
+License: - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group: Applications
+Source0: http://dave.cridland.net/acap/%{name}-%{version}.tar.gz
+# Source0-md5: d1bd34f5834401a75584805f73a66470
+URL: http://dave.cridland.net/acap/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is an essentially fully conformant ACAP server. It's capable of
+handling the entire ACAP specification. It does, however, store all
+the data in memory. This turns out to work surprisingly well, and
+usefully fast, but it probably wouldn't scale to enterprise level.
+It's had virtually no testing apart from my own (relatively heavy) use
+of it, so I wouldn't recommend using it in the enterprise just yet.
+
+%prep
+%setup -q
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__intltoolize}
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+#%{__make} \
+# CFLAGS="%{rpmcflags}" \
+# LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/06/06 19:10:48 aredridel
+- added
+- NFY -- compile errors (G++ 4.2.0, possibly)
+
================================================================
More information about the pld-cvs-commit
mailing list