source: projects/specs/trunk/lib/libm/libmediaart/libmediaart-vl.spec @ 9398

Revision 9398, 2.4 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1Name:           libmediaart
2Version:        1.9.0
3Release:        1%{?_dist_release}
4Summary:        Library for handling media art
5Summary(ja):    メディア・アートを取得するためのライブラリ
6
7Group:          System Environment/Libraries
8License:        LGPLv2+
9URL:            https://git.gnome.org/browse/libmediaart/
10Source0:        http://download.gnome.org/sources/%{name}/1.9/%{name}-%{version}.tar.xz
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  glib2-devel >= 2.35.0
15BuildRequires:  gobject-introspection-devel >= 1.30.0
16BuildRequires:  gdk-pixbuf2-devel >= 2.12.0
17BuildRequires:  gtk-doc
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23
24%description
25Library tasked with managing, extracting and handling media art cache
26
27
28%package        devel
29Summary:        Development files for %{name}
30Summary(ja):    %{name} の開発ファイル
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34
35
36%description    devel
37The %{name}-devel package contains libraries and header files for
38developing applications that use %{name}.
39
40
41%package        docs
42Summary:        Documentation for %{name}
43Summary(ja):    %{name} 用のドキュメント
44Group:          Documentation
45BuildArch:      noarch
46
47%description    docs
48This package contains documentation for %{name}.
49
50
51%prep
52%setup -q
53
54%build
55autoreconf -if
56%configure --disable-static
57make %{?_smp_mflags}
58
59%check
60
61%install
62rm -rf $RPM_BUILD_ROOT
63make install DESTDIR=$RPM_BUILD_ROOT
64find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69
70%post -p /sbin/ldconfig
71
72%postun -p /sbin/ldconfig
73
74
75%files
76%defattr(-,root,root,-)
77%doc AUTHORS ChangeLog COPYING NEWS README
78%{_libdir}/%{name}-2.0.so.*
79%{_libdir}/girepository-1.0/MediaArt-2.0.typelib
80
81%files devel
82%defattr(-,root,root,-)
83%{_includedir}/%{name}-2.0
84%{_libdir}/%{name}-2.0.so
85%{_libdir}/pkgconfig/%{name}-2.0.pc
86%{_datadir}/gir-1.0/MediaArt-2.0.gir
87
88%files docs
89%defattr(-,root,root,-)
90%{_datadir}/gtk-doc/html/%{name}
91
92
93%changelog
94* Sun Mar 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-1
95- new upstream release
96
97* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-1
98- new upstream release
99
100* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
101- new upstream release
102
103* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-1
104- initial build
105
Note: See TracBrowser for help on using the repository browser.