rpms/moblin-panel-pasteboard/devel import.log, NONE, 1.1 moblin-panel-pasteboard.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Mon Aug 24 21:47:39 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/moblin-panel-pasteboard/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10412/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log moblin-panel-pasteboard.spec 
Log Message:
- initial import



--- NEW FILE import.log ---
moblin-panel-pasteboard-0_0_1-1_fc11:HEAD:moblin-panel-pasteboard-0.0.1-1.fc11.src.rpm:1251149299


--- NEW FILE moblin-panel-pasteboard.spec ---
Name:           moblin-panel-pasteboard
Version:        0.0.1
Release:        1%{?dist}
Summary:        Moblin Panel for Paste Board

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://www.moblin.org
Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: clutter-devel
BuildRequires: dbus-glib-devel
BuildRequires: gtk2-devel
BuildRequires: mutter-moblin-devel
BuildRequires: nbtk-devel
BuildRequires: intltool

# Require these because the git tarball doesn't have the configure built
BuildRequires: libtool
BuildRequires: gnome-common

Requires: dbus

%description
The Moblin mutter panel for Paste Board.

%prep
%setup -q

# run autogen.sh until we have a proper release, but don't run configure twice.
NOCONFIGURE=true ./autogen.sh

%build
%configure --disable-static
make %{?_smp_mflags} V=1

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL='install -p'

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING
%{_libexecdir}/moblin-panel-pasteboard
%{_datadir}/dbus-1/services/org.moblin.UX.Shell.Panels.pasteboard.service
%{_datadir}/%{name}

%changelog
* Wed Aug 19 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.1-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/moblin-panel-pasteboard/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Aug 2009 19:54:12 -0000	1.1
+++ .cvsignore	24 Aug 2009 21:47:38 -0000	1.2
@@ -0,0 +1 @@
+moblin-panel-pasteboard-0.0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/moblin-panel-pasteboard/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Aug 2009 19:54:12 -0000	1.1
+++ sources	24 Aug 2009 21:47:38 -0000	1.2
@@ -0,0 +1 @@
+021077a72d5ed786a6eaa6dab232cd90  moblin-panel-pasteboard-0.0.1.tar.bz2




More information about the scm-commits mailing list