SPECS: liblazy.spec (NEW) - initial
rotom
rotom at pld-linux.org
Wed Apr 4 23:16:53 CEST 2007
Author: rotom Date: Wed Apr 4 21:16:53 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
liblazy.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/liblazy.spec
diff -u /dev/null SPECS/liblazy.spec:1.1
--- /dev/null Wed Apr 4 23:16:53 2007
+++ SPECS/liblazy.spec Wed Apr 4 23:16:48 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary: Liblazy - D-Bus methods provided for convenience
+Summary(pl.UTF-8): Liblazy
+Name: liblazy
+Version: 0.1
+Release: 1
+License: GPL v2 / LGPL
+Group: Libraries
+Source0: http://people.freedesktop.org/~homac/liblazy/%{name}-%{version}.tar.bz2
+# Source0-md5: aae2f15bc8cc92f0c66d6c7f397d3048
+URL: http://freedesktop.org/wiki/Software_2fliblazy
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Liblazy is a simple and easy to use library that provides convenient
+functions for sending messages over the D-Bus daemon, querying
+information from HAL or asking PolicyKit for a privilege. Its features
+may grow as needed, though.
+
+%package devel
+Summary: Header files for liblazy
+Summary(pl.UTF-8): Pliki nagłówkowe dla liblazy
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for liblazy.
+
+%prep
+%setup -q
+
+%build
+%configure \
+ --enable-static=no
+%{__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}/lib*.so.*.*
+%{_pkgconfigdir}/lazy.pc
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_includedir}/liblazy.h
+
+%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/04/04 21:16:48 rotom
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list