| 1 | Summary: library for generating Enhanced Metafiles |
|---|
| 2 | Summary(ja): EMF作成ライブラリ |
|---|
| 3 | Name: libemf |
|---|
| 4 | Version: 1.0.12 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | Group: System Environment/Libraries |
|---|
| 7 | Vendor: Project Vine |
|---|
| 8 | Distribution: Vine Linux |
|---|
| 9 | Packager: Susumu Tanimura <stanimura-ngs@umin.ac.jp> |
|---|
| 10 | |
|---|
| 11 | License: LGPL |
|---|
| 12 | Source: https://downloads.sourceforge.net/project/libemf/libemf/%{version}/libemf-%{version}.tar.gz |
|---|
| 13 | URL: http://libemf.sourceforge.net/ |
|---|
| 14 | |
|---|
| 15 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | libEMF is a library for generating Enhanced Metafiles on systems which |
|---|
| 19 | do not natively support the ECMA-234 Graphics Device Interface |
|---|
| 20 | (GDI). The library is intended to be used as a driver for other |
|---|
| 21 | graphics programs such as Grace or gnuplot. Therefore, it implements a |
|---|
| 22 | very limited subset of the GDI. |
|---|
| 23 | |
|---|
| 24 | %description -l ja |
|---|
| 25 | libEMFはECMA-234グラフィックディバイスインターフェイス(GDI)をサポート |
|---|
| 26 | していないシステムのためのemf作成ライブラリです。このライブラリは、 |
|---|
| 27 | Grace や gnuplotなど他のグラフィックソフトから利用するようになっており、 |
|---|
| 28 | GDIサブセットしては機能的制約があります。 |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | %package -n %{name}-devel |
|---|
| 32 | Summary: Development files for using the EMF library |
|---|
| 33 | Summary(ja): EMFライブラリ開発キット |
|---|
| 34 | Group: Development/Libraries |
|---|
| 35 | Requires: libemf = %{version}-%{release} |
|---|
| 36 | |
|---|
| 37 | %description -n %{name}-devel |
|---|
| 38 | Development files for using the EMF library |
|---|
| 39 | |
|---|
| 40 | %description -n %{name}-devel -l ja |
|---|
| 41 | EMFライブラリ開発キット |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | %prep |
|---|
| 45 | %setup -q -n libemf-%{version} |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | %build |
|---|
| 49 | # --enable-static=no, --disable-static does not work... |
|---|
| 50 | %configure --disable-static --enable-editing |
|---|
| 51 | make %{?_smp_mflags} |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | %install |
|---|
| 55 | rm -rf $RPM_BUILD_ROOT |
|---|
| 56 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 57 | |
|---|
| 58 | |
|---|
| 59 | %clean |
|---|
| 60 | rm -rf $RPM_BUILD_ROOT |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | %post -p /sbin/ldconfig |
|---|
| 64 | %postun -p /sbin/ldconfig |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | %files |
|---|
| 68 | %defattr(-,root,root) |
|---|
| 69 | %license COPYING.LIB COPYING |
|---|
| 70 | %doc README AUTHORS NEWS |
|---|
| 71 | %{_libdir}/libEMF.so* |
|---|
| 72 | %{_bindir}/printemf |
|---|
| 73 | |
|---|
| 74 | %files -n %{name}-devel |
|---|
| 75 | %defattr(-,root,root,-) |
|---|
| 76 | %doc doc/html/* |
|---|
| 77 | %{_libdir}/libEMF.so |
|---|
| 78 | %{_includedir}/libEMF/*.h |
|---|
| 79 | %{_includedir}/libEMF/wine/*.h |
|---|
| 80 | %exclude %{_libdir}/libEMF.a |
|---|
| 81 | %exclude %{_libdir}/libEMF.la |
|---|
| 82 | |
|---|
| 83 | |
|---|
| 84 | %changelog |
|---|
| 85 | * Sun May 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.12-1 |
|---|
| 86 | - new upstream release. |
|---|
| 87 | |
|---|
| 88 | * Sun Jul 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2 |
|---|
| 89 | - rebuild with gcc-5.4.0 |
|---|
| 90 | |
|---|
| 91 | * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1 |
|---|
| 92 | - update to 1.0.7 |
|---|
| 93 | - remove old patches |
|---|
| 94 | |
|---|
| 95 | * Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.4-1 |
|---|
| 96 | - updated libEMF to 1.0.4 |
|---|
| 97 | - built with new toolchain |
|---|
| 98 | |
|---|
| 99 | * Sun Jun 14 2009 Shu KONNO <owa@bg.wakwak.com> 1.0.3-1 |
|---|
| 100 | - updated libEMF to 1.0.3 |
|---|
| 101 | - added libEMF-1.0.3-amd64.patch (from fedora) |
|---|
| 102 | - dropt *.a *.la |
|---|
| 103 | - dropt patch-include+wine+winnt.h |
|---|
| 104 | - dropt patch-libemf+libemf.cpp |
|---|
| 105 | - dropt patch-libemf+libemf.h |
|---|
| 106 | |
|---|
| 107 | * Mon Sep 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-1 |
|---|
| 108 | - applied new versioning policy |
|---|
| 109 | - spec in UTF-8 |
|---|
| 110 | |
|---|
| 111 | * Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-0vl6 |
|---|
| 112 | - rebuilt with new toolchain |
|---|
| 113 | |
|---|
| 114 | * Thu Aug 17 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-0vl5 |
|---|
| 115 | - rebuilt for VineSeed (4.0) |
|---|
| 116 | - added %post, %postun section |
|---|
| 117 | |
|---|
| 118 | * Wed Oct 20 2004 Susumu Tanimura <stanimura-ngs@umin.ac.jp> |
|---|
| 119 | - Moved html documents to the devel package |
|---|
| 120 | |
|---|
| 121 | * Wed Sep 22 2004 Susumu Tanimura <stanimura-ngs@umin.ac.jp> |
|---|
| 122 | - Change the name to libemf |
|---|
| 123 | - Divided libemf and devel |
|---|
| 124 | - Took the patch written by Wirawan Purwanto |
|---|
| 125 | - Took the patch from FreeBSD |
|---|
| 126 | |
|---|
| 127 | * Thu Oct 2 2003 Susumu Tanimura <stanimura-ngs@umin.ac.jp> |
|---|
| 128 | - initial package |
|---|