rpms/parcellite/F-8 parcellite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Tue May 6 23:13:01 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/parcellite/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13532/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	parcellite.spec 
Log Message:
initial packages for F8 and F9


--- NEW FILE parcellite.spec ---
Name:           parcellite
Version:        0.7
Release:        2%{?dist}
Summary:        A lightweight GTK+ clipboard manager

Group:          User Interface/Desktops
License:        GPLv3+
URL:            http://xyhthyx.googlecode.com
Source0:        http://xyhthyx.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel >= 2.10.0 desktop-file-utils

%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.


%prep
%setup -q
# quick fix for desktop file
echo "Type=Application" >> %{name}-startup.desktop


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'

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

desktop-file-install --vendor=""                           \
  --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
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README NEWS
%config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
%{_bindir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_mandir}/man1/%{name}.1.gz


%changelog
* Sat Apr 19 2008 Christoph Wickert <fedora christoph-wickert de> - 0.7-2
- No longer require lxpanel
- Preserve timestamps during install
- Include NEWS in doc

* Sat Apr 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.7-1
- Initial Fedora RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/parcellite/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 May 2008 20:57:33 -0000	1.1
+++ .cvsignore	6 May 2008 23:12:24 -0000	1.2
@@ -0,0 +1 @@
+parcellite-0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/parcellite/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 May 2008 20:57:33 -0000	1.1
+++ sources	6 May 2008 23:12:24 -0000	1.2
@@ -0,0 +1 @@
+4461f256019fe610d66710a9b72e764d  parcellite-0.7.tar.gz




More information about the fedora-extras-commits mailing list