source: projects/specs/trunk/g/giggle/giggle-vl.spec @ 7047

Revision 7047, 5.1 KB checked in by Takemikaduchi, 12 years ago (diff)

giggle, gnome-shell-extensions, telepathy-logger: new upstream release
empathy, gnome-shell: rebuild with telepathy-logger-0.6.0

Line 
1Name:          giggle
2Version:       0.6.2
3Release:       1%{?_dist_release}
4Summary:       A Gtk frontend to git
5
6Group:         Development/Tools
7License:       GPLv2+
8URL:           http://live.gnome.org/giggle
9
10Source0:       http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/%{name}-%{version}.tar.xz
11
12BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13
14BuildRequires: gettext
15BuildRequires: gtksourceview3-devel
16BuildRequires: gtk3-devel
17BuildRequires: git-core
18BuildRequires: evolution-data-server-devel
19BuildRequires: vte3-devel
20BuildRequires: yelp-tools
21
22Requires(postun,posttrans): glib2
23Requires(postun,posttrans): desktop-file-utils
24Requires:      git
25
26
27%description
28Giggle is a graphical frontend for the git directory tracker (think of gitk on
29GTK+).
30
31%package devel
32Summary:        Headers for Giggle plugin development
33Group:          Development/Libraries
34Requires:       %{name} = %{version}-%{release}
35
36%description devel
37Headers for developing plugins for Giggle.
38
39%prep
40%setup -q
41
42%build
43%configure --disable-static
44sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
45sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
46make %{?_smp_mflags}
47
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%find_lang %{name}
55
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60
61%post
62/sbin/ldconfig
63touch --no-create %{_datadir}/icons/hicolor
64
65%postun
66/sbin/ldconfig
67if [ $1 -eq 0 ]; then
68        touch --no-create %{_datadir}/icons/hicolor
69        gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
70        update-desktop-database -q &> /dev/null || :
71fi
72
73%posttrans
74gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
75update-desktop-database -q &> /dev/null || :
76
77
78%files -f %{name}.lang
79%defattr(-,root,root,-)
80%doc AUTHORS COPYING README
81
82%{_bindir}/giggle
83%{_libdir}/*.so.*
84%{_libdir}/giggle/plugins/%{version}/*.so*
85%{_libdir}/giggle/plugins/%{version}/*.xml
86
87%dir %{_datadir}/giggle
88%dir %{_datadir}/giggle/glade
89
90%{_datadir}/giggle/glade/main-window.ui
91%{_datadir}/applications/giggle.desktop
92
93%{_datadir}/icons/hicolor/16x16/apps/*.png
94%{_datadir}/icons/hicolor/22x22/apps/*.png
95%{_datadir}/icons/hicolor/24x24/apps/*.png
96%{_datadir}/icons/hicolor/32x32/apps/*.png
97%{_datadir}/icons/hicolor/48x48/apps/*.png
98%{_datadir}/icons/hicolor/scalable/apps/*.svg
99
100%{_datadir}/help
101
102%files devel
103%defattr(-,root,root,-)
104%{_includedir}/giggle/
105%{_libdir}/*.so
106
107%changelog
108* Thu Nov 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2-1
109- new upstream release
110
111* Tue Oct 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
112- new upstream release
113
114* Sun Oct 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
115- new upstream release
116
117* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-4
118- rebuild with evolution-data-server-3.1.90
119
120* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-3
121- rebuild with evolution-data-server-3.1.4
122
123* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
124- initial build for Vine Linux
125
126
127* Mon Jun 26 2010 Caolán McNamara <caolanm@redhat.com> 0.5-3
128- bump for dependencies
129
130* Fri Jun 11 2010 Mike McGrath <mmcgrath@redhat.com> 0.5-2
131- Release bump for rebuild to fix broken libedataserver dep
132
133* Wed May 05 2010 James Bowes <jbowes@redhat.com> 0.5-1
134- Update to 0.5
135
136* Fri Feb 12 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.4.96-1
137- Update to 0.4.96
138
139* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.4.91-3
140- Use bzipped upstream tarball.
141
142* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.91-2
143- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
144
145* Fri Apr 10 2009 Lennart Poettering <lpoetter@redhat.com> - 0.4.91-1
146- Update to 0.4.91
147
148* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.90-3
149- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
150
151* Fri Feb 13 2009 Lennart Poettering <lpoetter@redhat.com> - 0.4.90-2
152- Add missing dep
153
154* Fri Feb 13 2009 Lennart Poettering <lpoetter@redhat.com> - 0.4.90-1
155- Update to 0.4.90
156
157* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4-2
158- Autorebuild for GCC 4.3
159
160* Wed Dec 12 2007 James Bowes <jbowes@redhat.com> - 0.4-1
161- Update to 0.4
162
163* Sun Oct 14 2007 James Bowes <jbowes@redhat.com> 0.3-5
164- Update gtksourceview2 patch to build against current code.
165
166* Thu Aug 23 2007 James Bowes <jbowes@redhat.com> - 0.3-4
167- Add BR for gtksourceview2-devel
168
169* Thu Aug 23 2007 James Bowes <jbowes@redhat.com> - 0.3-3
170- Mark license as GPLv2+
171
172* Fri Jul  6 2007 Jeremy Katz <katzj@redhat.com> - 0.3-2
173- fix to build against gtksourceview2
174
175* Wed May 09 2007 James Bowes <jbowes@redhat.com> - 0.3-1
176- Update to 0.3
177
178* Thu Mar 29 2007 James Bowes <jbowes@redhat.com> - 0.2-2
179- Add buildrequires for git-core
180
181* Thu Mar 29 2007 James Bowes <jbowes@redhat.com> - 0.2-1
182- Update to 0.2
183
184* Sat Mar 17 2007 James Bowes <jbowes@redhat.com> - 0.1-3
185- Minor specfile fixes from the initial review.
186
187* Fri Mar 09 2007 James Bowes <jbowes@redhat.com> - 0.1-2
188- Use desktop-file-install for the desktop file.
189
190* Wed Mar 07 2007 James Bowes <jbowes@redhat.com> - 0.1-1
191- Initial packaging.
Note: See TracBrowser for help on using the repository browser.