SPECS: liboobs.spec (NEW) - new
grzegol
grzegol at pld-linux.org
Sun Aug 13 15:41:20 CEST 2006
Author: grzegol Date: Sun Aug 13 13:41:19 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
liboobs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/liboobs.spec
diff -u /dev/null SPECS/liboobs.spec:1.1
--- /dev/null Sun Aug 13 15:41:20 2006
+++ SPECS/liboobs.spec Sun Aug 13 15:41:14 2006
@@ -0,0 +1,93 @@
+# $Revision$, $Date$
+Summary: Wrapping library to the System Tools Backends
+Summary(pl): Biblioteka opakowywująca dla System Tools Backends
+Name: liboobs
+Version: 0.2.0
+Release: 1
+License: GPL/LGPL/BSD/BSD-like/other license name here)
+Group: Libraries
+Source0: http://ftp.gnome.org/pub/GNOME/sources/liboobs/0.2/%{name}-%{version}.tar.bz2
+# Source0-md5: 20a9ffc401c0da4d9119ddf250931a07
+URL: http://www.gnome.org/
+BuildRequires: dbus-glib-devel >= 0.71
+BuildRequires: gtk-doc >= 1.7
+BuildRequires: system-tools-backends >= 1.9.3
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Liboobs is a wrapping library to the System Tools Backends. It provides easy to access GObjects to system configuration details, like users, groups and network interfaces.
+
+%description -l pl
+Liboobs jest biblioteką opakowywującą dla System Tools Backends. Dostarcza łatwe interfejsy GObjects dla szczegółów konfiguracyjnych, takich jak użytkownicy, grupy, czy interfejsy sieciowe.
+
+%package devel
+Summary: Header files for liboobs library
+Summary(pl): Pliki nagłówkowe biblioteki liboobs
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for liboobs library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki liboobs.
+
+%package static
+Summary: Static liboobs library
+Summary(pl): Statyczna biblioteka liboobs
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static liboobs library.
+
+%description static -l pl
+Statyczna biblioteka liboobs.
+
+%prep
+%setup -q
+
+%build
+%configure \
+ --enable-gtk-doc \
+ --with-html-dir=%{_gtkdocdir}
+%{__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 ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/%{name}-1.0
+%{_pkgconfigdir}/*.pc
+%{_gtkdocdir}/%{name}
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%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 2006/08/13 13:41:14 grzegol
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list