|
@@ -1,11 +1,11 @@
|
|
Name: tint2
|
|
Name: tint2
|
|
Summary: Tint2 - A Lightweight Panel and Taskbar
|
|
Summary: Tint2 - A Lightweight Panel and Taskbar
|
|
Summary(ja): Tint2 - 軽量なパネルとタスクバー
|
|
Summary(ja): Tint2 - 軽量なパネルとタスクバー
|
|
-Version: 0.11
|
|
|
|
-Release: 4%{?_dist_release}
|
|
|
|
|
|
+Version: 0.12.3
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
-URL: http://code.google.com/p/tint2/
|
|
|
|
|
|
+URL: https://gitlab.com/o9000/tint2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: cairo-devel
|
|
BuildRequires: cairo-devel
|
|
@@ -20,8 +20,11 @@ BuildRequires: libXrandr-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: libXcomposite-devel
|
|
BuildRequires: libXcomposite-devel
|
|
BuildRequires: libXdamage-devel
|
|
BuildRequires: libXdamage-devel
|
|
|
|
+BuildRequires: librsvg2-devel
|
|
|
|
+BuildRequires: startup-notification-devel
|
|
|
|
+BuildRequires: git
|
|
|
|
|
|
-Source0: tint2-%{version}.tar.bz2
|
|
|
|
|
|
+Source0: %{name}-%{version}.tar.bz2
|
|
Requires: orage
|
|
Requires: orage
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -38,7 +41,7 @@ Tint2 は openbox3 のために作成されたシンプルなパネルとタス
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
|
|
|
|
+%setup -q -n %{name}
|
|
|
|
|
|
%build
|
|
%build
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ./
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ./
|
|
@@ -48,6 +51,8 @@ make %{?_smp_mflags}
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
+%find_lang %{name}conf
|
|
|
|
+
|
|
# delete unnecessary files
|
|
# delete unnecessary files
|
|
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/tint2/*
|
|
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/tint2/*
|
|
|
|
|
|
@@ -57,18 +62,24 @@ rm -rf %{buildroot}%{_bindir}/tintwizard.py
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
-%files
|
|
|
|
|
|
+%files -f %{name}conf.lang
|
|
%defattr (-,root,root,-)
|
|
%defattr (-,root,root,-)
|
|
-%doc AUTHORS COPYING README ChangeLog
|
|
|
|
|
|
+%doc AUTHORS COPYING README.md ChangeLog
|
|
%config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
|
|
%config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
|
|
%{_bindir}/tint2*
|
|
%{_bindir}/tint2*
|
|
-%{_datadir}/applications/%{name}conf.desktop
|
|
|
|
|
|
+%{_datadir}/applications/%{name}*.desktop
|
|
%{_datadir}/%{name}
|
|
%{_datadir}/%{name}
|
|
-%{_datadir}/pixmaps/
|
|
|
|
|
|
+%{_datadir}/icons/hicolor/
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 15 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.12.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+- changed URL
|
|
|
|
+- added BuildRequires: librsvg2-devel, startup-notification-devel, git
|
|
|
|
+- fix %%files
|
|
|
|
+
|
|
* Fri Jun 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-4
|
|
* Fri Jun 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-4
|
|
- added Requires: orage
|
|
- added Requires: orage
|
|
|
|
|