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

Sebastian Vahl (svahl) fedora-extras-commits at redhat.com
Tue Mar 4 14:07:14 UTC 2008


Author: svahl

Update of /cvs/extras/rpms/stalonetray/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10810/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	stalonetray.spec 
Log Message:
import also on f7/f8


--- NEW FILE stalonetray.spec ---
# Review request:
# https://bugzilla.redhat.com/show_bug.cgi?id=434593

Name:           stalonetray
Version:        0.7.6
Release:        2%{?dist}
Summary:        A stand alone notification area

Group:          User Interface/Desktops
# License is only mentioned in COPYING
License:        GPLv2+
URL:            http://stalonetray.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libX11-devel

%description
The stalonetray is a STAnd-aLONE system TRAY (notification area).
It has minimal build and run-time dependencies: the Xlib only. The XEMBED
support is planned. Stalonetray runs under virtually any window manager.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%doc stalonetrayrc.sample stalonetray.html stalonetray.xml
%{_bindir}/stalonetray
%{_mandir}/man1/stalonetray.*


%changelog
* Wed Feb 27 2008 Sebastian Vahl <fedora at deadbabylon.de> - 0.7.6-2
- license is GPLv2+
- some minor changes in spec

* Tue Jan 15 2008 Sebastian Vahl <fedora at deadbabylon.de> - 0.7.6-1
- New upstream version: 0.7.6

* Wed Oct 31 2007 Sebastian Vahl <fedora at deadbabylon.de> - 0.7.3-1
- New upstream version: 0.7.3

* Tue Sep 25 2007 Sebastian Vahl <fedora at deadbabylon.de> - 0.7-1
- Initial Release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/stalonetray/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Feb 2008 18:53:47 -0000	1.1
+++ .cvsignore	4 Mar 2008 14:06:30 -0000	1.2
@@ -0,0 +1 @@
+stalonetray-0.7.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/stalonetray/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Feb 2008 18:53:47 -0000	1.1
+++ sources	4 Mar 2008 14:06:30 -0000	1.2
@@ -0,0 +1 @@
+eebb46182b64d75b89776bbfc867f470  stalonetray-0.7.6.tar.bz2




More information about the fedora-extras-commits mailing list