[mousepad] Update to pre-release git snapshot of 0.3.0

Kevin Fenzi kevin at fedoraproject.org
Mon Sep 3 18:34:26 UTC 2012


commit 5ce5916900a25da01ce006a05c1657fbf7781e85
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Sep 3 12:34:21 2012 -0600

    Update to pre-release git snapshot of 0.3.0

 .gitignore    |    1 +
 mousepad.spec |   36 ++++++++++++++++++++++--------------
 sources       |    2 +-
 3 files changed, 24 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f0f20a..7edb9e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mousepad-0.2.16.tar.bz2
+/mousepad-88aba4e1f5272ea686cb34c5d6e349ef152d4701.tar.bz2
diff --git a/mousepad.spec b/mousepad.spec
index 576b710..e5c196e 100644
--- a/mousepad.spec
+++ b/mousepad.spec
@@ -1,19 +1,22 @@
 Name:           mousepad
-Version:        0.2.16
-Release:        8%{?dist}
+Version:        0.3.0
+Release:        0.1.20120827git88aba4%{?dist}
 Summary:        Mousepad - A simple text editor for Xfce
 
 Group:          Applications/Editors
 License:        GPLv2+
 URL:            http://xfce.org/
-Source0:        http://www.xfce.org/archive/xfce-4.6.0/src/mousepad-%{version}.tar.bz2
-Patch1:         mousepad-0.2.16-find-fix.patch
+#Source0:        http://www.xfce.org/archive/xfce-4.6.0/src/mousepad-%{version}.tar.bz2
+Source0:        http://git.xfce.org/apps/mousepad/snapshot/mousepad-88aba4e1f5272ea686cb34c5d6e349ef152d4701.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: libxfcegui4-devel
+BuildRequires: libxfce4util-devel
 BuildRequires: perl(XML::Parser)
 BuildRequires: gettext intltool
 BuildRequires: desktop-file-utils
+BuildRequires: xfce4-dev-tools autoconf libtool 
+BuildRequires: gtksourceview2-devel dbus-glib-devel glib2-devel
+BuildRequires: exo-devel
 
 %description
 Mousepad is a text editor for Xfce based on Leafpad. The initial reason for
@@ -39,13 +42,13 @@ features:
     * Printing
 
 %prep
-%setup -q
-%patch1 -p1
+%setup -q -n mousepad-88aba4e1f5272ea686cb34c5d6e349ef152d4701
 
 
 %build
-%configure
-make %{?_smp_mflags}
+xdt-autogen
+%configure --enable-maintainer-mode
+make 
 
 
 %install
@@ -56,9 +59,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f ${RPM_BUILD_ROOT}%{_datadir}/applications/mousepad.desktop
 
-desktop-file-install --vendor fedora                            \
+desktop-file-install                                            \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        %{name}.desktop
+        Mousepad.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,12 +74,17 @@ update-desktop-database &> /dev/null ||:
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog README NEWS TODO COPYING
+%doc AUTHORS* README NEWS* TODO COPYING THANKS
 %{_bindir}/mousepad 
-%{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/pixmaps/* 
+%{_datadir}/applications/Mousepad.desktop
+%{_datadir}/icons/hicolor/*/*/*
+%{_libdir}/xfce4/mousepad
+%{_datadir}/doc/Mousepad
 
 %changelog
+* Mon Sep 03 2012 Kevin Fenzi <kevin at scrye.com> 0.3.0-0.1
+- Update to pre-release git snapshot of 0.3.0
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.16-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7ebf07c..1d979cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d98854edb76d823ac20b266fdf5a64a1  mousepad-0.2.16.tar.bz2
+d1664713e517799326819f0bc451872a  mousepad-88aba4e1f5272ea686cb34c5d6e349ef152d4701.tar.bz2


More information about the scm-commits mailing list