SPECS: libral.spec (NEW) - new spec

pawcioos pawcioos at pld-linux.org
Sun Sep 18 13:29:41 CEST 2005


Author: pawcioos                     Date: Sun Sep 18 11:29:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec

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

---- Diffs:

================================================================
Index: SPECS/libral.spec
diff -u /dev/null SPECS/libral.spec:1.1
--- /dev/null	Sun Sep 18 13:29:41 2005
+++ SPECS/libral.spec	Sun Sep 18 13:29:35 2005
@@ -0,0 +1,99 @@
+# $Revision$, $Date$
+Summary:	Rubrica Addressbook Library
+Summary(pl):	Biblioteka do książki adresowej Rubrica
+Name:		libral
+Version:	0.50
+Release:	0.1
+License:	LGPL
+Group:		Libraries
+Source0:	http://download.berlios.de/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:	def06a6451d37fe5dea460781b9a3b31
+URL:		http://developer.berlios.de/projects/libral
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gtk-doc >= 1.3
+Requires(post,postun):	/sbin/ldconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LibRAL is an address book engine. It allows you to create your
+address books and to add personal and company cards to them.
+
+%description -l pl
+LibRAL jest silnikiem do książki adresowej. Pozwala tobie stworzyć
+książkę adresową aby dodawać do niej osobiste i firmowe kartki.
+
+%package devel
+Summary:	Header files for libral
+Summary(pl):	Pliki nagłówkowe do libral
+Group:	X11/Development/Libraries
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description devel
+Header files for libral library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki libral.
+
+%package static
+Summary:	Static libral library
+Summary(pl):	Statyczna biblioteka libral
+Group:	Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libcddb library.
+
+%description static -l pl
+Statyczna biblioteka libral.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+mv -f $RPM_BUILD_ROOT/usr/share/gtk-doc \
+	$RPM_BUILD_ROOT/usr/share/doc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/lib*.so.0.0.50
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_includedir}/libral-%{version}/libral/*.h
+%{_libdir}/libral.la
+%{_pkgconfigdir}/libral.pc
+%{_gtkdocdir}/libRAL
+
+%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  2005/09/18 11:29:35  pawcioos
+- new spec
+
+Revision 1.53  2005/08/15 21:54:32  glen
+- adapterized and other things
+
================================================================



More information about the pld-cvs-commit mailing list