rpms/nall/F-12 import.log, NONE, 1.1 nall.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

chkr chkr at fedoraproject.org
Mon Apr 12 22:35:48 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/nall/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27725/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log nall.spec 
Log Message:
Initial import of nall



--- NEW FILE import.log ---
nall-1_0-3_fc11:F-12:nall-1.0-3.fc11.src.rpm:1271111700


--- NEW FILE nall.spec ---
Name:           nall
Version:        1.0
Release:        3%{?dist}
Summary:        A simple, non-intrusive, everything notifier in the system tray
Group:          Applications/System
License:        GPLv2+
URL:            http://herewe.servebeer.com/nall/
Source0:        http://herewe.servebeer.com/nall/releases/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libnotify-devel gtk2-devel intltool
BuildRequires:  desktop-file-utils

%description
Nall is a small gtk+ application that discretely fits into your freedesktop
system tray (such as trayer).

Its purpose is to spawn periodically every kind of script and display a
one-line output in the tooltip window. The main usage of nall is monitoring or
just notifying of almost everything (it just depends upon your imagination and
ability to script).

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name} _examples

find _examples/ -type f -exec chmod a-x {} \;

desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING NEWS README AUTHORS
%doc _examples/examples
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/*

%changelog
* Fri Apr 09 2010 Christian Krause <chkr at fedoraproject.org> - 1.0-3
- Use %%{_bindir}/%%{name} to specify packaged executable

* Thu Apr 08 2010 Christian Krause <chkr at fedoraproject.org> - 1.0-2
- Use desktop-file-validate and add appropriate BuildRequires
- Don't package standard INSTALL file
- Minor beautifications

* Wed Apr 07 2010 Christian Krause <chkr at fedoraproject.org> - 1.0-1
- Initial spec file



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nall/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Apr 2010 19:25:24 -0000	1.1
+++ .cvsignore	12 Apr 2010 22:35:46 -0000	1.2
@@ -0,0 +1 @@
+nall-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nall/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Apr 2010 19:25:24 -0000	1.1
+++ sources	12 Apr 2010 22:35:48 -0000	1.2
@@ -0,0 +1 @@
+e5fb9cb30e40f09a799319cde9fd5de9  nall-1.0.tar.gz



More information about the scm-commits mailing list