]> git.pld-linux.org Git - packages/geglmm.git/commitdiff
- new auto/th/geglmm-0_0_17_1-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 28 Jul 2008 19:00:00 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geglmm.spec -> 1.1

geglmm.spec [new file with mode: 0644]

diff --git a/geglmm.spec b/geglmm.spec
new file mode 100644 (file)
index 0000000..eda6b63
--- /dev/null
@@ -0,0 +1,114 @@
+Summary:       C++ bindings for GEGL
+Summary(pl.UTF-8):     Wiązania C++ do GEGL
+Name:          geglmm
+Version:       0.0.17.1
+Release:       1
+License:       LGPL v3
+Group:         Libraries
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/geglmm/0.0/%{name}-%{version}.tar.bz2
+# Source0-md5: de2f3601e70a93ab612f74d1b94bce5b
+Patch0:                %{name}-ac.patch
+BuildRequires: autoconf
+BuildRequires: automake >= 1:1.9
+BuildRequires: gegl-devel >= 0.0.17
+BuildRequires: glibmm-devel >= 2.12.8
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+C++ bindings for GEGL.
+
+%description -l pl.UTF-8
+Wiązania C++ do GEGL.
+
+%package devel
+Summary:       Header files for geglmm library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki geglmm
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      gegl-devel >= 0.0.17
+Requires:      glibmm-devel >= 2.12.8
+
+%description devel
+Header files for geglmm library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki geglmm.
+
+%package static
+Summary:       Static geglmm library
+Summary(pl.UTF-8):     Statyczna biblioteka geglmm
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static geglmm library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka geglmm.
+
+%package examples
+Summary:       geglmm - example programs
+Summary(pl.UTF-8):     geglmm - przykładowe programy
+Group:         Development/Libraries
+
+%description examples
+geglmm - example programs.
+
+%description examples -l pl.UTF-8
+geglmm - przykładowe programy.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I scripts
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --enable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+# Prepare examples
+cp examples/*.cc $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%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}/libgeglmm.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgeglmm.so.1
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libgeglmm.so
+%{_libdir}/geglmm-1.0
+%{_libdir}/libgeglmm.la
+%{_includedir}/geglmm-1.0
+%{_pkgconfigdir}/geglmm.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libgeglmm.a
+
+%files examples
+%defattr(644,root,root,755)
+%{_examplesdir}/%{name}-%{version}
This page took 0.092904 seconds and 4 git commands to generate.