[gpaste/f15] Update to 1.2

Mohamed ElMorabity melmorabity at fedoraproject.org
Sun Jul 10 14:50:33 UTC 2011


commit fddf1183747af36a8f3eebeb1e9cb92c4e500870
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Sun Jul 10 16:48:51 2011 +0200

    Update to 1.2

 .gitignore                 |    1 +
 gpaste-generate-tarball.sh |   10 ----------
 gpaste.spec                |   25 +++++++++----------------
 sources                    |    2 +-
 4 files changed, 11 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ffae37..5d7dd3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gpaste-17dd47.tar.xz
+/gpaste-1.2.tar.xz
diff --git a/gpaste.spec b/gpaste.spec
index 18f211f..44b92b6 100644
--- a/gpaste.spec
+++ b/gpaste.spec
@@ -2,19 +2,14 @@
 %global alt_name GPaste
 
 Name:           gpaste
-Version:        0.99
-Release:        1.%{commit}git%{?dist}
+Version:        1.2
+Release:        1%{?dist}
 Summary:        Clipboard management system
 
 Group:          User Interface/Desktops
 License:        GPLv3+
 URL:            https://github.com/Keruspe/GPaste
-Source0:        %{name}-%{commit}.tar.xz
-# Sources are available from the project git repository. To retrieve them,
-# invoke this script
-Source1:        %{name}-generate-tarball.sh
-# Remove references to the GNOME 2 applet in the man page and the shell
-# completion files since it is disabled
+Source0:        https://github.com/downloads/Keruspe/%{alt_name}/%{name}-%{version}.tar.xz
 Patch0:         %{name}-0.99-remove_applet_refs.patch
 
 BuildRequires:  gtk3-devel
@@ -38,17 +33,13 @@ BuildArch:      noarch
 
 
 %prep
-%setup -q -n %{alt_name}
+%setup -q
 %patch0 -p1 -b .disable_applet_refs
 
-# Don't call configure in autogen.bash
-sed -i "/^.\/configure/d" autogen.bash
-
 
 %build
-[ -f autogen.bash ] && ./autogen.bash
 # Applet disabled since it is unusable in GNOME 3
-%configure --disable-schemas-compile
+%configure --disable-schemas-compile --disable-applet
 make %{?_smp_mflags}
 
 
@@ -76,7 +67,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %files -f %{alt_name}.lang
-%doc COPYING NEWS README
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_bindir}/%{name}
 %{_libexecdir}/%{name}/
 %{_datadir}/dbus-1/services/*.service
@@ -84,7 +75,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/zsh/
 %{_mandir}/man1/%{name}.1.*
 %{_sysconfdir}/bash_completion.d
-%{_sysconfdir}/xdg/autostart/%{name}-applet.desktop
 
 
 %files -n gnome-shell-extension-%{name}
@@ -92,5 +82,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Sun Jul 10 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.2-1
+- Update to 1.2
+
 * Sat Jun 25 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.99-1.17dd47git
 - Initial RPM release
diff --git a/sources b/sources
index 8098ef5..31b3006 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99754e6356919a24ac057361a9e2aa92  gpaste-17dd47.tar.xz
+155532ac19f0444f66c544b5ef8f1827  gpaste-1.2.tar.xz


More information about the scm-commits mailing list