source: projects/specs/trunk/c/clutter-imcontext/clutter-imcontext-vl.spec @ 8353

Revision 8353, 3.9 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

Line 
1Name:          clutter-imcontext
2Version:       0.1.6
3Release:       8%{?_dist_release}
4Summary:       IMContext Framework Library for Clutter
5
6Group:         System Environment/Libraries
7License:       LGPLv2
8URL:           http://www.moblin.org/
9Source0:       %{name}-%{version}.tar.bz2
10BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildRequires: glib2-devel
13BuildRequires: clutter-devel
14BuildRequires: gtk-doc
15
16# Require these because the git tarball doesn't have the configure built
17BuildRequires: libtool
18
19Vendor: Project Vine
20Distribution: Vine Linux
21Packager: Takemikaduchi
22
23%description
24IMContext Framework Library for Clutter
25
26%package devel
27Summary: Development package for %{name}
28Group: Development/Libraries
29Requires: %{name} = %{version}-%{release}
30Requires: clutter-devel
31Requires: pkgconfig
32
33%description devel
34Files for development with %{name}.
35
36%package docs
37Summary: Documentation package for %{name}
38Group: Development/Libraries
39Requires: %{name} = %{version}-%{release}
40BuildArch: noarch
41
42%description docs
43Documentation for development with %{name}.
44
45%prep
46%setup -q
47
48# Don't run configure from autogen.sh
49sed -i 's|echo|exit 0|g' autogen.sh
50./autogen.sh
51
52%build
53%configure --disable-static --enable-gtk-doc
54make %{?_smp_mflags} V=1
55
56%install
57rm -rf %{buildroot}
58make install DESTDIR=%{buildroot} INSTALL='install -p'
59
60#Remove libtool archives.
61find %{buildroot} -name '*.la' -exec rm -f {} ';'
62
63%clean
64rm -rf %{buildroot}
65
66%post -p /sbin/ldconfig
67
68%postun -p /sbin/ldconfig
69
70%files
71%defattr(-,root,root,-)
72%doc COPYING AUTHORS ChangeLog
73%{_sysconfdir}/clutter-imcontext/enable_autoshow
74%{_bindir}/clutter-scan-immodules
75%{_libdir}/lib%{name}-0.1.so.0
76%{_libdir}/lib%{name}-0.1.so.0.0.0
77
78%files devel
79%defattr(-,root,root,-)
80%{_includedir}/%{name}-0.1
81%{_libdir}/pkgconfig/%{name}-0.1.pc
82%{_libdir}/*.so
83
84%files docs
85%defattr(-,root,root,-)
86%{_datadir}/gtk-doc/html/%{name}
87
88%changelog
89* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-8
90- rebuild with cogl-1.18.0
91
92* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-7
93- rebuild with VineSeed environment
94
95* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-6
96- rebuild with cogl-1.16.0
97
98* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-5
99- rebuild with cogl-1.14.0
100
101* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-4
102- rebuild with cogl-1.12.0
103
104* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-3
105- rebuild with cogl-1.10.0
106
107* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-2
108- rebuild with cogl-1.8.0
109
110* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.6-1
111- initial build for Vine Linux
112
113
114* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-4
115- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
116
117* Sat Jun 19 2010 Peter Robinson <pbrobinson@gmail.com> 0.1.6-3
118- Make docs package noarch
119
120* Sat Jun 19 2010 Peter Robinson <pbrobinson@gmail.com> 0.1.6-2
121- Split out docs to a subpackage - fixes 602882, 604343
122
123* Sat May  1 2010 Peter Robinson <pbrobinson@gmail.com> 0.1.6-1
124- New 0.1.6 upstream release.
125
126* Fri Aug  7 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.4-2
127- Spec file cleanups
128
129* Thu Aug  6 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.4-1
130- New 0.1.4 upstream release.
131- license clarfied so remove spec file note
132- remove upstreamed clutter patches
133
134* Tue Aug  4 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.2-6
135- Add some more clutter 1.0 bits
136
137* Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.2-5
138- Add a patch for clutter 1.0
139
140* Sun Jul 26 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.2-4
141- A small fix up
142
143* Mon Jul 20 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.2-3
144- More review request updates, license clarification
145
146* Sun Jul 19 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.2-2
147- Updates from the review request
148
149* Wed Jul 15 2009 Peter Robinson <pbrobinson@gmail.com> 0.1.2-1
150- Initial packaging
Note: See TracBrowser for help on using the repository browser.