[pangox-compat] Initial package

pnemade pnemade at fedoraproject.org
Tue Aug 28 13:54:43 UTC 2012


commit 4d96f6cc4fa8a8c1b1bc4617965f2594d3e33ad2
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Aug 28 19:24:37 2012 +0530

    Initial package

 .gitignore         |    1 +
 pangox-compat.spec |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3ff30fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pangox-compat-0.0.1.tar.xz
diff --git a/pangox-compat.spec b/pangox-compat.spec
new file mode 100644
index 0000000..7006df0
--- /dev/null
+++ b/pangox-compat.spec
@@ -0,0 +1,54 @@
+Name:           pangox-compat
+Version:        0.0.1
+Release:        1%{?dist}
+Summary:        Compatibility library for pangox
+
+License:        LGPLv2+
+URL:            http://ftp.gnome.org/pub/GNOME/sources/pangox-compat/0.0/
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/pangox-compat/0.0/%{name}-%{version}.tar.xz
+
+BuildRequires:  pango-devel
+
+%description
+This is a compatibility library providing the obsolete pangox library
+that is not shipped by Pango itself anymore.  
+
+%package devel
+Summary: Development files for pangox-compat
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%doc README COPYING NEWS AUTHORS
+%{_libdir}/libpango*-*.so.*
+%config %{_sysconfdir}/pango/pangox.aliases
+
+%files devel
+%{_libdir}/libpango*.so
+%{_includedir}/*
+%{_libdir}/pkgconfig/*
+
+%changelog
+* Tue Aug 28 2012 Parag Nemade <pnemade AT redhat DOT com> - 0.0.1-1
+- Initial package
diff --git a/sources b/sources
index e69de29..8a15970 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7d922edd65b5cd6681a153070baccda6  pangox-compat-0.0.1.tar.xz


More information about the scm-commits mailing list