source: projects/specs/trunk/lib/libe/libemf/libemf-vl.spec @ 12405

Revision 12405, 3.6 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

enca-1.19-1

freetype2-2.10.2-1

id3lib-3.8.3-5

libass-0.14.0-1

libemf-1.0.12-1

libexif-0.6.21-3

libtheora-1.1.1-5

libvdpau-1.4-1

pstoedit-3.75-1

Line 
1Summary:       library for generating Enhanced Metafiles
2Summary(ja):   EMF作成ライブラリ
3Name:          libemf
4Version:       1.0.12
5Release:       1%{?_dist_release}
6Group:         System Environment/Libraries
7Vendor:        Project Vine
8Distribution:  Vine Linux
9Packager:      Susumu Tanimura <stanimura-ngs@umin.ac.jp>
10
11License:       LGPL
12Source:        https://downloads.sourceforge.net/project/libemf/libemf/%{version}/libemf-%{version}.tar.gz
13URL:           http://libemf.sourceforge.net/
14
15BuildRoot:     %{_tmppath}/%{name}-%{version}-root
16
17%description
18libEMF is a library for generating Enhanced Metafiles on systems which
19do not natively support the ECMA-234 Graphics Device Interface
20(GDI). The library is intended to be used as a driver for other
21graphics programs such as Grace or gnuplot. Therefore, it implements a
22very limited subset of the GDI.
23
24%description -l ja
25libEMFはECMA-234グラフィックディバイスインターフェイス(GDI)をサポート
26していないシステムのためのemf作成ライブラリです。このライブラリは、
27Grace や gnuplotなど他のグラフィックソフトから利用するようになっており、
28GDIサブセットしては機能的制約があります。
29
30
31%package -n %{name}-devel
32Summary:     Development files for using the EMF library
33Summary(ja): EMFライブラリ開発キット
34Group:       Development/Libraries
35Requires:    libemf = %{version}-%{release}
36
37%description -n %{name}-devel
38Development files for using the EMF library
39
40%description  -n %{name}-devel -l ja
41EMFライブラリ開発キット
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
51make %{?_smp_mflags}
52
53
54%install
55rm -rf $RPM_BUILD_ROOT
56make install DESTDIR=$RPM_BUILD_ROOT
57
58
59%clean
60rm -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
Note: See TracBrowser for help on using the repository browser.