summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-08-09 17:48:53 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2016-08-09 17:48:53 -0500
commit14ae8cc6cd996e7c102f52a64f090fdc3598afba (patch)
tree306ff31e360986d1be65dc5c8272250b25cb0ed7
downloadnickle-cairo-14ae8cc6cd996e7c102f52a64f090fdc3598afba.tar.gz
nickle-cairo-14ae8cc6cd996e7c102f52a64f090fdc3598afba.tar.xz
nickle-cairo-14ae8cc6cd996e7c102f52a64f090fdc3598afba.zip
nickle-cairo 1.8.1HEADmaster
-rw-r--r--.gitignore1
-rw-r--r--nickle-cairo.spec46
-rw-r--r--sources1
3 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8a94af2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/cairo-5c_1.8.1.tar.gz
diff --git a/nickle-cairo.spec b/nickle-cairo.spec
new file mode 100644
index 0000000..b687bc9
--- /dev/null
+++ b/nickle-cairo.spec
@@ -0,0 +1,46 @@
+Name: nickle-cairo
+Version: 1.8.1
+Release: 1%{?dist}
+Summary: cairo bindings for Nickle
+License: LGPLv2.1 or MPLv1.1
+URL: http://cairographics.org/cairo-nickle/
+Source0: http://ftp.debian.org/debian/pool/main/c/cairo-5c/cairo-5c_%{version}.tar.gz
+
+BuildRequires: nickle-devel
+BuildRequires: pkgconfig(cairo)
+BuildRequires: pkgconfig(fontconfig)
+BuildRequires: pkgconfig(librsvg-2.0)
+BuildRequires: pkgconfig(x11)
+Requires: nickle%{_isa}
+
+%description
+Cairo-5c provides a simple binding for the cairo graphics library within the
+Nickle programming environment.
+
+%prep
+%setup -n cairo-5c-%{version}
+
+
+%build
+%configure --disable-static
+%make_build
+
+
+%install
+%make_install exampledir=%{_pkgdocdir}/examples
+find %{buildroot} -name '*.la' -delete
+
+
+%files
+%license COPYING*
+%doc AUTHORS ChangeLog README
+%{_libdir}/libcairo-5c.so*
+%{_datadir}/nickle/cairo.5c
+%{_datadir}/nickle/nichrome*.5c
+%{_mandir}/man3/cairo-5c.3*
+%doc %{_pkgdocdir}/examples
+
+
+%changelog
+* Tue Aug 9 2016 Yaakov Selkowitz <yselkowi@redhat.com>
+- Initial release
diff --git a/sources b/sources
new file mode 100644
index 0000000..0954f1d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+c193897f7f5c92930ee9636f092ed0e5 cairo-5c_1.8.1.tar.gz