source: projects/specs/trunk/g/grilo/grilo-vl.spec @ 6933

Revision 6933, 2.3 KB checked in by Takemikaduchi, 12 years ago (diff)

NEW: gnome-clocks, gnote, grilo-plugins, seahorse-nautilus
glabels: add Patch
others: new upstream release

Line 
1Name:           grilo
2Version:        0.2.2
3Release:        2%{?_dist_release}
4Summary:        Framework for multimedia developers
5Summary(ja):    マルチメディア開発者用のフレームワーク
6
7Group:          System Environment/Libraries
8License:        LGPLv2
9URL:            https://live.gnome.org/Grilo
10Source0:        http://download.gnome.org/sources/%{name}/0.2/%{name}-%{version}.tar.xz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  glib2-devel >= 2.29.10
14BuildRequires:  gtk3-devel
15BuildRequires:  libsoup-devel
16BuildRequires:  libxml2-devel
17BuildRequires:  gobject-introspection-devel
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23
24%description
25Grilo is a framework for browsing and searching media content from various
26sources using a single API.
27
28%package        devel
29Summary:        Development files for %{name}
30Summary(ja):    %{name} の開発ファイル
31Group:          Development/Libraries
32Requires:       %{name} = %{version}-%{release}
33Requires:       pkgconfig
34
35%description    devel
36The %{name}-devel package contains libraries and header files for
37developing applications that use %{name}.
38
39
40%prep
41%setup -q
42
43%build
44%configure --disable-static
45make %{?_smp_mflags}
46
47%check
48
49%install
50rm -rf $RPM_BUILD_ROOT
51make install DESTDIR=$RPM_BUILD_ROOT
52find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%post -p /sbin/ldconfig
59
60%postun -p /sbin/ldconfig
61
62
63%files
64%defattr(-,root,root,-)
65%doc AUTHORS ChangeLog COPYING NEWS README
66%{_bindir}/grl-inspect-0.2
67%{_bindir}/grilo-test-ui-0.2
68%{_libdir}/libgrilo-0.2.so.*
69%{_libdir}/libgrlnet-0.2.so.*
70%{_libdir}/girepository-1.0/Grl-0.2.typelib
71%{_libdir}/girepository-1.0/GrlNet-0.2.typelib
72%{_mandir}/man1/grl-inspect.1.gz
73
74%files devel
75%defattr(-,root,root,-)
76%{_includedir}/%{name}-0.2
77%{_libdir}/libgrilo-0.2.so
78%{_libdir}/libgrlnet-0.2.so
79%{_libdir}/pkgconfig/%{name}-0.2.pc
80%{_libdir}/pkgconfig/%{name}-net-0.2.pc
81%{_datadir}/gir-1.0/Grl-0.2.gir
82%{_datadir}/gir-1.0/GrlNet-0.2.gir
83
84
85%changelog
86* Sat Oct 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-2
87- add BuildRequires: gtk3-devel, libsoup-devel
88
89* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.2-1
90- new upstream release
91
92* Mon Sep 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
93- initial build
Note: See TracBrowser for help on using the repository browser.