rpms/xcowsay/devel import.log, NONE, 1.1 xcowfortune.desktop, NONE, 1.1 xcowsay.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Fabien Georget manawy at fedoraproject.org
Mon May 4 17:07:56 UTC 2009


Author: manawy

Update of /cvs/pkgs/rpms/xcowsay/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18461/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xcowfortune.desktop xcowsay.spec 
Log Message:

* Mon Apr 4 Fabien Georget <fabien.georget at gmail.com> 1.1-1
- first commit



--- NEW FILE import.log ---
xcowsay-1_1-1_fc11:HEAD:xcowsay-1.1-1.fc11.src.rpm:1241456648


--- NEW FILE xcowfortune.desktop ---
[Desktop Entry]
Encoding=UTF-8
Type=Application
Categories=Game
Name=xcowfortune
Terminal=false
Comment=Displays a cute cow saying a fortune
Exec=xcowfortune


--- NEW FILE xcowsay.spec ---
Name:           xcowsay
Version:        1.1
Release:        1%{?dist}
Summary:        Displays a cute cow and message on your desktop

Group:          Amusements/Games
License:        GPLv3+
URL:            http://www.doof.me.uk/xcowsay
Source0:        http://www.nickg.me.uk/files/%{name}-%{version}.tar.gz
Source1:        xcowfortune.desktop

BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)


BuildRequires:  gtk2-devel
BuildRequires:  gettext
BuildRequires:  dbus-glib-devel
BuildRequires:  desktop-file-utils
Requires:       fortune-mod

%description
xcowsay displays a cute cow and message on your desktop.
The message can be text or images (with xcowdream)
xcowsay can run in daemon mode for sending
your cow message with DBus.
Inspired by the original cowsay.

%prep
%setup -q
iconv -f iso-8859-1 -t utf-8 NEWS -o NEWS

%build
%configure --enable-dbus
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=""     \
       --dir=%{buildroot}%{_datadir}/applications/   \
       %{SOURCE1}
# xcowfortune is the only .desktop file because the other program 
#(xcowsay, xcowthink and xcowdream) need an argument


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc NEWS README COPYING AUTHORS ChangeLog 
%{_bindir}/xcowdream
%{_bindir}/xcowfortune
%{_bindir}/xcowsay
%{_bindir}/xcowthink
%{_datadir}/man/man6/xcowsay.6.gz
%{_datadir}/xcowsay/
%{_datadir}/applications/xcowfortune.desktop


%changelog
* Tue Apr 28 2009 Fabien Georget <fabien.georget at gmail.com> 1.1-1
- change license to GPLv3+
- add /usr/share/xcowsay/ in files
- add dbus-glib-devel in BR for daemon mode of xcowsay
- add fortune-mod in Requires for xcowfortune
- add xcowfortune.desktop

* Mon Mar 30 2009 Fabien Georget <fabien.georget at gmail.com> 1.1-0.1
- Creation


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xcowsay/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2009 03:39:57 -0000	1.1
+++ .cvsignore	4 May 2009 17:07:25 -0000	1.2
@@ -0,0 +1 @@
+xcowsay-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xcowsay/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2009 03:39:57 -0000	1.1
+++ sources	4 May 2009 17:07:25 -0000	1.2
@@ -0,0 +1 @@
+cf08b324b67d5761158344adcea89402  xcowsay-1.1.tar.gz




More information about the scm-commits mailing list