source: projects/specs/trunk/o/orage/orage-vl.spec @ 9514

Revision 9514, 2.9 KB checked in by inagaki, 9 years ago (diff)

2015-04-17 Ryoichi INAGAKI <ryo1@…>

  • garcon, orage: updated
  • xfdashboard: NEW


RevLine 
[3256]1Name:           orage
[9514]2Version:        4.12.1
3Release:        1%{?_dist_release}
[8937]4Summary:        Time-managing application for Xfce desktop environment
5Summary(ja):    Xfce デスクトップ環境向け時間管理アプリケーション
[3256]6
[521]7Group:          Applications/Accessories
[3256]8License:        GPLv2
9URL:            http://www.xfce.org/projects/orage
10
[9514]11Source0:        http://archive.xfce.org/src/apps/%{name}/4.12/%{name}-%{version}.tar.bz2
[3256]12
[521]13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
[3256]14BuildRequires:  dbus-glib-devel >= 0.34
15BuildRequires:  gettext
16BuildRequires:  gtk2-devel >= 2.10.0
17BuildRequires:  intltool >= 0.31
[9400]18BuildRequires:  libical-devel
[3256]19BuildRequires:  libnotify-devel >= 0.3.2
20BuildRequires:  pkgconfig
21BuildRequires:  popt-devel
22BuildRequires:  xfce4-panel-devel >= 4.8.0
[9400]23Obsoletes:      xfcalendar
[3256]24
[9400]25Vendor:         Project Vine
26Distribution:   Vine Linux
[521]27
28%description
[8937]29Time-managing application for Xfce desktop environment.
[521]30
31%prep
32%setup -q
33
34%build
35%configure
36make
37
38%install
39rm -rf $RPM_BUILD_ROOT
[4634]40make install DESTDIR=$RPM_BUILD_ROOT
[521]41
[9514]42rm -rf $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
[4634]43rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*.cache
44
[521]45%find_lang %{name}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%post
51touch --no-create %{_datadir}/icons/hicolor
52
[3256]53%posttrans
54gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
55
[521]56%postun
[3256]57if [ $1 -eq 0 ] ; then
58    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
59    gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
[521]60fi
61
[3256]62
[521]63%files -f %{name}.lang
64%defattr(-,root,root)
65%doc README ChangeLog COPYING AUTHORS NEWS
66%{_bindir}/orage
[3256]67%{_bindir}/tz_convert
[521]68%{_bindir}/globaltime
[9514]69%{_libdir}/xfce4/panel/plugins/*.so
[521]70%{_datadir}/applications/*.desktop
71%{_datadir}/dbus-1/services/*
72%{_datadir}/icons/hicolor/*/apps/*
73%{_datadir}/orage/
[9514]74%{_datadir}/xfce4/panel/plugins/*.desktop
[521]75%{_mandir}/man1/*
76
77%changelog
[9514]78* Wed Apr 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.1-1
79- new upstrem release
80
[9400]81* Sun Mar  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-2
82- rebuilt with libxfce4util 4.12.1 and libical 1.0.1
83
[8937]84* Sat Sep  6 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-1
85- updated to 4.10.0
86- added Japanese summary
87
[8068]88* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.3-2
89- rebuild with VineSeed environment
90
[6284]91* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.8.3-1
92- new upstream release
93
[4634]94* Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.1-2
95- rebuilt with libnotify-0.7.3
96
[3256]97* Sat Apr  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.1-1
98- new upstream release
99
[521]100* Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
101- new upstream release
102
103* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.2-1vl5
104- applied new versioning policy
105
106* Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.2-0vl2
107- new upstream release.
108
109* Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl2
110- build for VineSeed
111
112* Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.1-0vl1
113- initial release
Note: See TracBrowser for help on using the repository browser.