source: projects/specs/trunk/g/gir-repository/gir-repository-vl.spec @ 871

Revision 871, 3.5 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file for gnome-2.30

Line 
1Name:           gir-repository
2Version:        0.6.5
3Release:        2%{?_dist_release}
4Summary:        Introspection for GNOME libraries
5
6Group:          Development/Libraries
7License:        LGPLv2+
8URL:            http://live.gnome.org/GObjectIntrospection
9Source0:        ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildRequires:  gobject-introspection-devel >= %{version}
13BuildRequires:  avahi-gobject-devel
14BuildRequires:  babl-devel >= 0.1.2
15BuildRequires:  GConf2-devel
16BuildRequires:  gnome-keyring-devel
17BuildRequires:  gnome-menus-devel
18BuildRequires:  goocanvas-devel
19BuildRequires:  gssdp-devel
20BuildRequires:  gstreamer-devel
21BuildRequires:  gtk2-devel
22BuildRequires:  gtksourceview2-devel
23BuildRequires:  gupnp-devel
24BuildRequires:  libnotify-devel
25BuildRequires:  libsoup-devel
26BuildRequires:  libwnck-devel
27BuildRequires:  nautilus-devel
28BuildRequires:  poppler-devel
29BuildRequires:  unique-devel
30BuildRequires:  vte-devel
31BuildRequires:  WebKit-gtk-devel
32
33# Add these for autoreconf due to gst patch
34BuildRequires: intltool
35BuildRequires: gettext
36BuildRequires: libtool
37BuildRequires: automake
38BuildRequires: autoconf
39
40# https://bugzilla.gnome.org/show_bug.cgi?id=604167
41Patch0:        gir-repo-install-dbus-glib.patch
42Patch1:        gir-fixbabl.patch
43
44%description
45Introspection system for GNOME libraries; see the gobject-introspection package.
46
47%package devel
48Summary: Libraries and headers for gir-repository
49Summary(ja): Libraries and headers for gir-repository
50Group: Development/Libraries
51Requires: %name = %{version}-%{release}
52Requires: gobject-introspection-devel
53
54%description devel
55Libraries and headers for gir-repository
56
57%prep
58%setup -q
59%patch0 -p1 -b .dbus-glib
60%patch1 -p1 -b .fixbabl
61
62%build
63autoreconf
64%configure
65make
66
67%install
68rm -rf $RPM_BUILD_ROOT
69make install DESTDIR=$RPM_BUILD_ROOT
70
71find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
72find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
77%post -p /sbin/ldconfig
78
79%postun -p /sbin/ldconfig
80
81%files
82%defattr(-,root,root,-)
83%doc COPYING
84
85%{_libdir}/lib*.so
86%{_libdir}/girepository-1.0/*.typelib
87
88%files devel
89%defattr(-,root,root)
90%{_datadir}/gir-1.0/*.gir
91
92%changelog
93* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-2
94- new upstrem release
95- fix BuildRequires: gobject-introspection-devel >= %{version}
96- fix BuildRequires: babl-devel >= 0.1.2
97
98* Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
99- initial build for Vine Linux
100
101* Wed Sep 09 2009 Colin Walters <walters@verbum.org> - 0.6.5-2
102- rebuilt
103
104* Wed Sep 09 2009 Colin Walters <walters@verbum.org> 0.6.5-1
105- New upstream
106
107* Mon Aug 26 2009 Colin Walters <walters@verbum.org> 0.6.4-5
108- New upstream
109- Drop upstreamed patch
110
111* Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-5
112- Add patch to fix build with new gstreamer
113
114* Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-4
115- Further updates, drop clutter as its in the clutter package now
116
117* Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-3
118- Enable a buch of extra gobject extensions
119
120* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
121- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
122
123* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-1
124- Update to 0.6.3 release. Require matching gobject-introspection version
125
126* Fri Oct 31 2008 Colin Walters <walters@verbum.org> 0.6.0-1
127- Create spec goo
Note: See TracBrowser for help on using the repository browser.