]> git.pld-linux.org Git - packages/libgee.git/commitdiff
- new (by zajac_p at o2.pl)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 10 Apr 2009 13:41:04 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgee.spec -> 1.1

libgee.spec [new file with mode: 0644]

diff --git a/libgee.spec b/libgee.spec
new file mode 100644 (file)
index 0000000..5a08394
--- /dev/null
@@ -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
This page took 0.164658 seconds and 4 git commands to generate.