raphgro pushed to xfce4-hamster-plugin (epel7). "Initial import (#1158109)."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Mar 26 16:05:48 UTC 2015


>From 367dc7d1b1f026bb5fa577ee0098cb92cfe2de99 Mon Sep 17 00:00:00 2001
From: Raphael Groner <projects.rg at smart.ms>
Date: Mon, 3 Nov 2014 19:23:28 +0100
Subject: Initial import (#1158109).


diff --git a/xfce4-hamster-plugin.spec b/xfce4-hamster-plugin.spec
new file mode 100644
index 0000000..d48bd0f
--- /dev/null
+++ b/xfce4-hamster-plugin.spec
@@ -0,0 +1,61 @@
+%global project hamster
+%global bname   xfce4-popup-%{project}menu
+
+Name:           xfce4-%{project}-plugin
+Version:        1.5
+Release:        1%{?dist}
+Summary:        Time tracker port of the '%{project} project extension' for the xfce4 panel
+
+License:        GPLv2+
+URL:            https://github.com/project%{project}/%{name}/
+Source0:        https://github.com/project%{project}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+
+BuildRequires:  xfce4-panel-devel xfconf-devel libxfcegui4-devel
+BuildRequires:  intltool libtool gettext
+
+##hamster-applet has dead upstream, hamster-time-tracker is the new hope
+##see https://github.com/projecthamster/xfce4-hamster-plugin/issues/11
+Requires:       %{project}-time-tracker   
+
+%description
+This is a recreation of the gnome-shell %{project} extension
+as a xfce4 panel plugin.
+See also the %{project} project: <https://github.com/project%{project}>
+
+%prep
+%setup -qn %{name}-%{version}
+sh autogen.sh
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+%find_lang %{name}
+##la file is not needed, see https://github.com/projecthamster/xfce4-hamster-plugin/issues/12
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/lib%{project}.la
+libtool --finish %{buildroot}%{_libdir}/xfce4/panel/plugins
+
+
+%files -f %{name}.lang
+%doc COPYING README README.md ChangeLog AUTHORS ABOUT-NLS NEWS
+%{_bindir}/%{bname}
+%{_libdir}/xfce4/panel/plugins/lib%{project}.so
+%{_datadir}/xfce4/panel/plugins/%{project}.desktop
+
+
+%changelog
+* Sun Nov 02 2014 Raphael Groner <projects.rg [AT] smart.ms> - 1.5-1
+- rebuilt for SCM
+- new upstream release 1.5
+- add project macro
+
+* Wed Oct 29 2014 Raphael Groner <projects.rg [AT] smart.ms> - 1.4-0.2
+- proper usage of find_lang macro
+- new upstream release 1.4: new binary file, desktop file icon
+
+* Thu Oct 09 2014 Raphael Groner <projects.rg [AT] smart.ms> - 1.2-0.1
+- initial
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xfce4-hamster-plugin.git/commit/?h=epel7&id=367dc7d1b1f026bb5fa577ee0098cb92cfe2de99


More information about the scm-commits mailing list