[packages/libgee0.6: 1/13] - new (by zajac_p at o2.pl)

qboosh qboosh at pld-linux.org
Tue Oct 16 21:24:08 CEST 2012


commit 18a79e615174963a671ead75ff7ea06312e4116a
Author: Marcin Banasiak <marcin.banasiak at gmail.com>
Date:   Fri Apr 10 13:41:04 2009 +0000

    - new (by zajac_p at o2.pl)
    
    Changed files:
        libgee.spec -> 1.1

 libgee.spec | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)
---
diff --git a/libgee.spec b/libgee.spec
new file mode 100644
index 0000000..5a08394
--- /dev/null
+++ b/libgee.spec
@@ -0,0 +1,68 @@
+#
+# Conditional build:
+%bcond_without	apidocs		# do not build and package API docs
+#
+Summary:	libgee - GObject collection library
+Summary(pl.UTF-8):	libgee - GObject collection library
+Name:		libgee
+Version:	0.1.5
+Release:	0.1
+License:	LGPL
+Group:		Libraries
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/libgee/0.1/%{name}-%{version}.tar.bz2
+# Source0-md5:	80102073421e4d7fb18a6aa9622f4de2
+BuildRequires:	xulrunner-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libgee is a collection library providing GObject-based interfaces and
+classes for commonly used data structures.
+
+%description -l pl.UTF-8
+libgee jest zbiorem bibliotek dostarczających interfejs GObject i
+klasy powszechnie używanych struktur danych.
+
+%package devel
+Summary:	Header files for libgee library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libgee
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for libgee library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libgee.
+
+%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 ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libgee.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgee.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libgee.so
+%{_libdir}/libgee.la
+%{_pkgconfigdir}/gee-1.0.pc
+%{_includedir}/gee-1.0
+%{_datadir}/vala/vapi/gee-1.0.vapi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgee0.6.git/commitdiff/b541838539957a08785c3dec51f550c31cfbed6f



More information about the pld-cvs-commit mailing list