source: projects/specs/trunk/t/tint2/tint2-vl.spec @ 1257

Revision 1257, 3.6 KB checked in by kudoh, 14 years ago (diff)
Line 
1Name:           tint2
2Summary:        Tint2 - A Lightweight Panel and Taskbar
3Summary(ja):    Tint2 - 軽量なパネルとタスクバー
4Version:        0.11
5Release:        1%{?_dist_release}
6License:        GPLv2+
7Group:          User Interface/Desktops
8URL:            http://code.google.com/p/tint2/
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildRequires:  cairo-devel
12BuildRequires:  libX11-devel
13BuildRequires:  pango-devel
14BuildRequires:  libXinerama-devel
15BuildRequires:  imlib2-devel
16BuildRequires:  glib2-devel
17BuildRequires:  libXrandr-devel
18BuildRequires:  libXrender-devel
19BuildRequires:  libXcomposite-devel
20BuildRequires:  libXdamage-devel
21
22Requires:  pygtk2
23
24Source0:        tint2-%{version}.tar.bz2
25
26%description
27Tint2 is a simple panel and taskbar intentionally made for
28openbox3, but should also work with other window managers.
29The goal is to keep a clean and unintrusive look with code
30lightweight and compliance with freedesktop specifications.
31
32%description -l ja
33Tint2 は openbox3 のために作成されたシンプルなパネルとタスクバーですが、
34他のウィンドウマネージャでも動作するはずです。
35目標は freedesktop の仕様への準拠と軽量なコードでありながらも
36さっぱりとしたでしゃばらない外観を維持することです。
37
38
39%prep
40%setup -q
41
42%build
43cmake -DCMAKE_INSTALL_PREFIX=/usr ./
44make %{?_smp_mflags}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT
49
50# delete unnecessary files
51rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/tint2/*
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr (-,root,root,-)
58%doc AUTHORS COPYING README ChangeLog
59%config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
60%{_bindir}/tint2*
61%{_bindir}/tintwizard.py
62%{_datadir}/applications/%{name}conf.desktop
63%{_datadir}/%{name}
64%{_datadir}/pixmaps/
65%{_mandir}/man1/*
66
67
68%changelog
69* Sun Jun 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
70- new updtream release
71- changed %%build script
72- changed %%files section
73
74* Wed Jun 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
75- new updtream release
76- added Requires: pygtk2 (for tint2 GUI config tool(tintwizard))
77- added BuildRequires: libXrender-devel
78
79* Thu Feb 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-2
80- added BuildRequires: libXcomposite-devel (see [BTS:VineLinux:0928])
81- added BuildRequires: libXdamage-devel
82- added Japanese description
83
84* Sat Jan 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
85- new upstream release
86
87* Mon Dec 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8-1
88- new upstream release
89
90* Thu Oct 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.1-1
91- initial build for VineSeed
92
93* Thu Jul 30 2009 Paulo Ricardo Zanoni <pzanoni@mandriva.com> 0.7.1-1mdv2010.0
94+ Revision: 404604
95- Fix libx11 requirement for 64bit system
96- Update to tint2 0.7.1
97- It's a release, not an svn checkout
98- s/GPL2/GPLv2 (from rpmlint)
99- s/libx11-devel/libx11_6-devel (from rpmlint)
100- Old patches do not apply anymore, but I'm still keeping them in the repo
101  (don't know if they are still necessary)
102
103* Wed Mar 11 2009 Caio Begotti <caio1982@mandriva.org> 0.6.0-svn69.1mdv2009.1
104+ Revision: 353812
105- even more deps...
106- yet another missing dependency fixed
107- now it builds fine
108- i have forgot to fix the pkgconfig line as well (removing the incomplete/obsolete patch now)
109- i have forgot to fix the pkgconfig line as well
110- fixing the 'lib' part of my buildrequires according to salem's advice
111- a couple of fixes per review, thanks to salem and blino
112- fixes the building of the debug package, upstream was using stripping code manually
113- removing an wrongly package checkout from upstream svn
114- fixing the release tag
115- fixing building errors that i should be aware of before even trying it
116- import tint2
Note: See TracBrowser for help on using the repository browser.