source: projects/specs/trunk/i/imlib2/imlib2-vl.spec @ 10293

Revision 10293, 5.8 KB checked in by tomop, 8 years ago (diff)

imlib2-1.4.9-1

Line 
1Summary: Powerful image loading and rendering library
2Summary(ja): 強力な画像ロード & レンダリングライブラリ
3Name: imlib2
4Version: 1.4.9
5Release: 1%{?_dist_release}
6License: BSD
7Group: System Environment/Libraries
8URL: http://www.enlightenment.org/Libraries/Imlib2
9Source: http://downloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.bz2
10#Patch1:         imlib2-1.4.3-cve-2010-0991.patch
11Vendor: Project Vine
12Distribution: Vine Linux
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15BuildRequires: libjpeg-devel
16BuildRequires: libpng-devel
17BuildRequires: libtiff-devel
18BuildRequires: zlib-devel
19BuildRequires: bzip2-devel
20BuildRequires: freetype2-devel
21BuildRequires: libid3tag-devel
22BuildRequires: libX11-devel
23BuildRequires: libXext-devel
24
25Requires: %{name}-loaders = %{version}
26
27%description
28Imlib2 is an advanced replacement library for libraries like libXpm that
29provides many more features with much greater flexibility and speed than
30standard libraries, including font rasterization, rotation, RGBA space
31rendering and blending, dynamic binary filters, scripting, and more.
32
33%package devel
34Summary: Imlib2 headers, static libraries and documentation
35Summary(ja): Imlib2 のヘッダーファイル,静的ライブラリ,ドキュメント
36Group: Development/Libraries
37Requires: %{name} = %{version}
38
39%description devel
40Headers, static libraries and documentation for Imlib2.
41
42%package filters
43Summary: Imlib2 basic plugin filters set
44Group: System Environment/Libraries
45Requires: %{name} = %{version}
46
47%description filters
48Basic set of plugin filters that come with Imlib2
49
50%package loaders
51Summary: Imlib2 loader set
52Group: System Environment/Libraries
53#Requires: libjpeg libpng zlib libtiff
54Provides: %{name}-loader_jpeg %{name}-loader_png %{name}-loader_argb
55Provides: %{name}-loader_bmp %{name}-loader_gif %{name}-loader_pnm
56Provides: %{name}-loader_tga %{name}-loader_tiff %{name}-loader_xpm
57Provides: %{name}-loader_gz %{name}-loader_bz2
58Provides: %{name}-loader_lbm %{name}-loader_id3
59Provides: %{name}-loader = %{version}-%{release}
60Obsoletes: %{name}-loader < %{version}-%{release}
61
62%description loaders
63Set of image loader/saver of Imlib2. This package contains
64the following loader.
65
66loader_lbm - LBM image loader/saver
67loader_jpeg - JPEG image loader/saver
68loader_png - PNG image loader/saver
69loader_argb - ARGB image loader/saver
70loader_bmp - BMP image loader/saver
71loader_gif - GIF image loader
72loader_pnm - PNM image loader/saver
73loader_tga - TGA image loader/saver
74loader_tiff - TIFF image loader/saver
75loader_xpm - XPM image loader/saver
76loader_bz2 - Bzip2 compressed image loader/saver
77loader_gz  - gz compressed image loader/saver
78loader_id3 - id3 tag image loader/saver
79
80%prep
81%setup -q
82#%patch1 -p1
83
84%build
85%configure --disable-static
86make %{?_smp_mflags}
87
88%install
89rm -rf $RPM_BUILD_ROOT
90make DESTDIR=$RPM_BUILD_ROOT install
91
92# remove unpackage files
93rm -f $RPM_BUILD_ROOT%{_libdir}/imlib2/*/*.la
94rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
95
96%clean
97rm -rf $RPM_BUILD_ROOT
98
99%post -p /sbin/ldconfig
100
101%postun -p /sbin/ldconfig
102
103%files
104%defattr(-,root,root,0755)
105%doc AUTHORS README COPYING doc/index.html doc/imlib2.gif doc/blank.gif
106%{_libdir}/lib*.so.*
107%{_bindir}/imlib2_*
108%{_datadir}/imlib2
109
110%files devel
111%defattr(-,root,root,0755)
112%{_bindir}/imlib2-config
113%{_libdir}/libImlib2.so
114#{_libdir}/*.a
115%{_libdir}/pkgconfig/imlib2.pc
116%{_includedir}/*
117
118%files filters
119%defattr(-,root,root,0755)
120%dir %{_libdir}/imlib2/filters
121%{_libdir}/imlib2/filters/*.so
122
123%files loaders
124%defattr(-,root,root,0755)
125%dir %{_libdir}/imlib2/loaders
126%{_libdir}/imlib2/loaders/*.so
127
128%changelog
129* Wed May 18 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.9-1
130- new upstream release.
131
132* Sun Nov 15 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.7-1
133- new upstream release
134- deleted vl4 conditional branch
135
136* Fri Jul 18 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.6-2
137- rebuilt with libpng-1.6.12
138
139* Sat Jan 18 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.6-1
140- new upstream release
141
142* Wed Jun 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.4.5-1
143- new upstream release
144- deleted Patch1
145
146* Sun Sep 26 2010 Shu KONNO <owa@bg.wakwak.com> 1.4.3-2
147- rebuilt with rpm-4.8.1 for pkg-config
148
149* Sun Apr 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.3-1
150- new upstream release (includeing security fix CVE-2008-6079)
151- added Patch1 for CVE-2010-0991
152- added --disable-static to %%configure
153- renamed "loader" subpackage to "loaders"
154
155* Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.1-1
156- new upstream release (including security fix CVE-2008-2426)
157
158* Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.2-1vl5
159- applied new versioning policy, spec in utf-8
160
161* Wed May 17 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.2-0vl1
162- updated to 1.2.2
163
164* Sat Feb  5 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-0vl1
165- updated to 1.2.0
166- fix typo
167
168* Wed Oct  6 2004 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1.1.0-1vl2
169- added patch imlib2-1.1.0-bmpfix.patch for CAN-2004-0817
170
171* Sat May 15 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-1vl1
172- rebuild with Vine Linux
173- s/Copyright/License/
174- collect imlib2-loader-* packages and make imlib2-loader package
175
176* Mon Jan 8 2001 The Rasterman <raster@rasterman.com>
177- Fix Requires & BuildRequires for freetype.
178
179* Sat Sep 30 2000 Lyle Kempler <term@kempler.net>
180- Bring back building imlib2 as root via autogen.sh for the lazy (me)
181- Some minor changes
182
183* Sat Sep 30 2000 Joakim Bodin <bodin@dreamhosted.com>
184- Linux-Mandrake:ise the spec file
185
186* Tue Sep 12 2000 The Rasterman <raster@rasterman.com>
187- Redo spec file
188
189* Wed Aug 30 2000 Lyle Kempler <kempler@utdallas.edu>
190- Include imlib2-config
191
192* Sat May 20 2000 Lyle Kempler <kempler@utdallas.edu>
193- Fixed problems with requiring imlib2_view
194- Went back to imlib2_view (not imlib2-view)
195
196* Tue Nov 2 1999 Lyle Kempler <kempler@utdallas.edu>
197- Mangled imlib 1.9.8 imlib spec file into imlib2 spec file
Note: See TracBrowser for help on using the repository browser.