SPECS: libmowgli.spec (NEW) - init

arvenil arvenil at pld-linux.org
Sat Jul 21 19:09:52 CEST 2007


Author: arvenil                      Date: Sat Jul 21 17:09:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

---- Files affected:
SPECS:
   libmowgli.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libmowgli.spec
diff -u /dev/null SPECS/libmowgli.spec:1.1
--- /dev/null	Sat Jul 21 19:09:52 2007
+++ SPECS/libmowgli.spec	Sat Jul 21 19:09:47 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+# TODO:
+# - pl summary && description
+Summary:	Development framework for C (like GLib)
+Name:		libmowgli
+Version:	0.2.0
+Release:	0.1
+License:	BSD
+Group:		Libraries
+Source0:	http://sacredspiral.co.uk/~nenolod/mowgli/%{name}-%{version}.tgz
+# Source0-md5:	3b0c9f8c1cae32632660dc89f747685a
+URL:		http://www.atheme-project.org/projects/mowgli.shtml
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+mowgli is a development framework for C (like GLib), which provides
+high performance and highly flexible algorithms. It can be used as a
+suppliment to GLib (to add additional functions (dictionaries,
+hashes), or replace some of the slow GLib list manipulation
+functions), or stand alone. It also provides a powerful hook system
+and convenient logging for your code, as well as a high performance
+block allocator.
+
+%package devel
+Summary:        Header files for libmowgli
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description devel
+Header files for libmowgli.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_libdir}/libmowgli.so.*.*.*
+%ghost %attr(755,root,root) %{_libdir}/libmowgli.so.?
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libmowgli.so
+%{_includedir}/libmowgli
+%{_pkgconfigdir}/libmowgli.pc
+
+%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/07/21 17:09:47  arvenil
+- init
+
================================================================


More information about the pld-cvs-commit mailing list