Browse Source

Name: parcellite
Version: 1.0.2
Release: 1.rc4%{?_dist_release}
Summary: A lightweight GTK+ clipboard manager
Summary(ja): 軽量な GTK+ クリップボードマネージャ

Group: Applications/Accessories
License: GPLv3+
URL: http://%{name}.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}rc4.tar.gz

Patch1: parcellite-0.9.2-dsofix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root

BuildRequires: gtk2-devel >= 2.10.0, glib2-devel >= 2.14.0
BuildRequires: desktop-file-utils, intltool >= 0.23
BuildRequires: gettext

%description
Parcellite is a stripped down, basic-features-only clipboard manager with a
small memory footprint for those who like simplicity.

In GNOME and Xfce the clipboard manager will be started automatically. For
other desktops or window managers you should also install a panel with a
system tray or notification area if you want to use this package.

%description -l ja
Parcellite はシンプルさを好む人々のための使用メモリ量が小さい
洗練された基礎的機能のみのクリップボードマネージャです。

GNOME と Xfce ではクリップボードマネージャは自動的に起動します。
あなたがこのパッケージを使用したいのなら、他のデスクトップ或いは
ウィンドウマネージャのために、システムトレイ或いは通知領域のある
パネルをインストールしなければなりません。

%prep
%setup -q -n %{name}-1.0.2rc4
%patch1 -p1 -b .dsofix

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
%find_lang %{name}

desktop-file-install --vendor="vine" \
--delete-original \
--remove-category=Application \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop

desktop-file-install --vendor="vine" \
--delete-original \
--add-category=TrayIcon \
--dir=${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/ \
${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-startup.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README NEWS
%config(noreplace) %{_sysconfdir}/xdg/autostart/vine-%{name}-startup.desktop
%{_bindir}/%{name}
%{_datadir}/applications/vine-%{name}.desktop
%{_datadir}/pixmaps/%{name}.*
%{_mandir}/man1/%{name}.1.gz


%changelog
* Sat Sep 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc4-1
- new upstream release

* Tue Jun 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc2-1
- new upstream release

* Tue Dec 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.3-1
- new upstream release
- deleted wrong comment in 0.9.2-2

* Fri May 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-2
- addd Patch1 from Fedora development to fix DSO linking
- fix Japanese description

* Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-1
- new upstream release
- dropt Patch0

* Fri Sep 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-7
- cleaned up spec
- added Patch0 from Debain to fix man page
- added BuildRequires: gettext

* Wed Jul 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-6vl5
- improved and fixed Japanese description

* Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-5vl5
- fixed BuildRoot
- cleaned up spec
- added Japanese description

* Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-4vl5
- changed Group: Applications/Accessories
- spec in UTF-8

* Sat Mar 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-3vl5
- enabled autostart again

* Fri Mar 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-2vl5
- fixed changelog typo

* Thu Mar 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-1vl5
- Update to 0.9.1
- added BuildRequires: glib2-devel >= 2.14.0
- dropped Patch0,1

* Sat Feb 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9-1vl5
- initial build for VineSeed (imported Fedora development Package)
- disabled autostart

* Sun Nov 23 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9-1
- Update to 0.9
- Fix Control+Click behaviour
- Small corrections to German translation

* Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.8-1
- Update to 0.8

* Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-2
- No longer require lxpanel
- Preserve timestamps during install
- Include NEWS in doc

* Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-1
- Initial Fedora RPM


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4747 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
3f603785e2
1 changed files with 7 additions and 6 deletions
  1. 7 6
      p/parcellite/parcellite-vl.spec

+ 7 - 6
p/parcellite/parcellite-vl.spec

@@ -1,15 +1,14 @@
 Name:           parcellite
 Version:        1.0.2
-Release:        1.rc2%{?_dist_release}
+Release:        1.rc4%{?_dist_release}
 Summary:        A lightweight GTK+ clipboard manager
 Summary(ja):    軽量な GTK+ クリップボードマネージャ
 
 Group:          Applications/Accessories
 License:        GPLv3+
 URL:            http://%{name}.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}rc2.tar.gz
-
-#Patch0:        01_fix_man_page.patch
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}rc4.tar.gz
+	
 Patch1:         parcellite-0.9.2-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -35,8 +34,7 @@ Parcellite はシンプルさを好む人々のための使用メモリ量が小
  パネルをインストールしなければなりません。
 
 %prep
-%setup -q -n %{name}-1.0.2rc2
-#%patch0 -p1
+%setup -q -n %{name}-1.0.2rc4
 %patch1 -p1 -b .dsofix
 
 %build
@@ -75,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Sep 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc4-1
+- new upstream release
+
 * Tue Jun 21 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.2rc2-1
 - new upstream release