source: projects/specs/trunk/g/gnote/gnote-vl.spec @ 10716

Revision 10716, 4.4 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

Line 
1Summary:        A note taking application
2Summary(ja):    ノートテーカー(メモ)アプリケーション
3Name:           gnote
4Version:        3.20.1
5Release:        1%{?_dist_release}
6License:        GPLv2+
7Group:          User Interface/Desktops
8URL:            https://live.gnome.org/Gnote
9
10Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  libxml2-devel
15BuildRequires:  libxslt-devel
16BuildRequires:  libuuid-devel
17BuildRequires:  glibmm-devel >= 2.28
18BuildRequires:  gtkmm3-devel >= 3.4
19BuildRequires:  gtkspell-devel >= 2.0.9
20BuildRequires:  libsecret-devel >= 0.8
21BuildRequires:  libboost-devel >= 1.34
22BuildRequires:  libboost-test
23BuildRequires:  itstool
24BuildRequires:  desktop-file-utils
25
26Requires(postun,posttrans):     desktop-file-utils
27Requires(postun,posttrans):     glib2
28
29Vendor:         Project Vine
30Distribution:   Vine Linux
31Packager:       Takemikaduchi
32
33
34%description
35Gnote is a port of Tomboy to C++.
36
37It is the same note taking application, including most of the add-ins (more are to come).
38Synchronization support is being worked on.
39
40
41%prep
42%setup -q
43
44%build
45%configure --disable-static
46
47%install
48rm -rf $RPM_BUILD_ROOT
49make install DESTDIR=$RPM_BUILD_ROOT
50
51find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
52rm -f $RPM_BUILD_ROOT%{_libdir}/libgnote.so
53
54%find_lang %{name} --all-name --with-gnome
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post
60/sbin/ldconfig
61touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
62  touch --no-create %{_datadir}/%{name}/icons/hicolor &> /dev/null || :
63
64%postun
65/sbin/ldconfig
66if [ $1 -eq 0 ]; then
67  touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
68  touch --no-create %{_datadir}/%{name}/icons/hicolor &> /dev/null || :
69  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
70  gtk-update-icon-cache %{_datadir}/%{name}/icons/hicolor &> /dev/null || :
71  update-desktop-database -q &> /dev/null ||:
72  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
73fi
74
75%posttrans
76gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
77gtk-update-icon-cache %{_datadir}/%{name}/icons/hicolor &> /dev/null || :
78update-desktop-database -q &> /dev/null ||:
79glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
80
81
82%files -f %{name}.lang
83%defattr(-,root,root,-)
84%doc COPYING README NEWS
85%{_bindir}/%{name}
86%{_libdir}/libgnote-*.so.*
87%{_libdir}/%{name}
88%{_datadir}/appdata/%{name}.appdata.xml
89%{_datadir}/applications/%{name}.desktop
90%{_datadir}/dbus-1/services/org.gnome.Gnote.service
91%{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
92%{_datadir}/gnome-shell/search-providers/gnote-search-provider.ini
93%{_datadir}/%{name}/exporttohtml.xsl
94%{_datadir}/%{name}/gnote-introspect.xml
95%{_datadir}/%{name}/icons/hicolor/*/*/*
96%{_datadir}/%{name}/shell-search-provider-dbus-interfaces.xml
97%{_datadir}/icons/hicolor/*/*/*
98%{_mandir}/man1/gnote.1.gz
99
100
101
102%changelog
103* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
104- new upstream release
105
106* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
107- new upstream release
108
109* Mon Jul 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
110- new upstream release
111
112* Sat May 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
113- new upstream release
114
115* Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
116- new upstream release
117
118* Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
119- new upstream release
120
121* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
122- new upstream release
123
124* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-2
125- fix typo in Group
126
127* Wed Oct 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
128- new upstream release
129
130* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
131- new upstream release
132
133* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
134- new upstream release
135
136* Sat Nov 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
137- new upstream release
138
139* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
140- new upstream release
141- remove Patch0 (gnote-3.6.0-gnome_keyring.patch)
142
143* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
144- new upstream release
145- add BuildRequires: desktop-file-utils
146
147* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
148- new upstream release
149
150* Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
151- new upstream release
152
153* Mon Oct 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
154- new upstream release
155
156* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
157- initial build
Note: See TracBrowser for help on using the repository browser.