Author: aredridel                    Date: Fri Jun 15 00:48:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/libeventdb.spec
diff -u /dev/null SPECS/libeventdb.spec:1.1
--- /dev/null   Fri Jun 15 02:48:24 2007
+++ SPECS/libeventdb.spec       Fri Jun 15 02:48:19 2007
@@ -0,0 +1,102 @@
+# $Revision$, $Date$
+#
+Summary:       libeventdb library
+Name:          libeventdb
+Version:       0.30
+Release:       1
+License:       LGPL
+Group:         Development/Libraries
+Source0:       
http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.bz2
+# Source0-md5: aeab2ac484b9cbb5a950f1f4ca2a32ad
+URL:           http://gpe.linuxtogo.org
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk-doc >= 1.8
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libeventdb library.
+
+%package apidocs
+Summary:       libeventdb API documentation
+Summary(pl.UTF-8):     Dokumentacja API libeventdb
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+libeventdb API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API libeventdb.
+
+%package devel
+Summary:       Header files for libeventdb
+Group:         Development/Libraries
+
+%description devel
+Header files for libeventdb.
+
+%package static
+Summary:       Static libeventdb library
+Summary(pl.UTF-8):     Statyczna biblioteka libeventdb
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static libeventdb library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libeventdb.
+
+%prep
+%setup -q
+
+%build
+%{__gtkdocize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --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)
+%attr(755,root,root)    %{_libdir}/libeventdb.so.1.0.0
+
+%files apidocs
+%{_gtkdocdir}/libeventdb
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/gpe/event-db.h
+%{_libdir}/libeventdb.la
+%{_libdir}/libeventdb.so
+%{_pkgconfigdir}/libeventdb.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libeventdb.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/15 00:48:19  aredridel
+- added
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to