Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
729285f6b8 dist-git conversion 2010-07-29 14:43:16 +00:00
Bill Nottingham
df2b03c655 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:14:40 +00:00
b2c47e81ff - Update to latest upstream version
Unbreak subclassing of UniqueApp
Remove upstreamed patches
2009-04-20 07:36:58 +00:00
Jesse Keating
5bee63e182 Initialize branch F-11 for unique 2009-04-15 05:09:11 +00:00
6 changed files with 11 additions and 40 deletions

View file

@ -1 +0,0 @@
unique-1.0.4.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
libunique-1.0.8.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: unique
# $Id$
NAME := unique
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
6691a55b3ca0943f5824d7bdc73927da unique-1.0.4.tar.gz
8ea35a7d8da7ef2952cd79f9e1324053 libunique-1.0.8.tar.gz

View file

@ -1,11 +0,0 @@
diff -up unique-1.0.4/unique/uniquemessage.c.startup_id unique-1.0.4/unique/uniquemessage.c
--- unique-1.0.4/unique/uniquemessage.c.startup_id 2008-12-20 14:28:52.000000000 -0500
+++ unique-1.0.4/unique/uniquemessage.c 2008-12-20 14:29:19.000000000 -0500
@@ -105,6 +105,7 @@ unique_message_data_copy (UniqueMessageD
}
retval->screen = message_data->screen;
+ retval->startup_id = g_strdup (message_data->startup_id);
return retval;
}

View file

@ -1,14 +1,13 @@
Name: unique
Version: 1.0.4
Release: 4%{?dist}
Version: 1.0.8
Release: 1%{?dist}
Summary: Single instance support for applications
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gnome.org/~ebassi/source/
Source0: http://www.gnome.org/~ebassi/source/unique-%{version}.tar.gz
Source0: http://www.gnome.org/~ebassi/source/libunique-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: unique-startup-id.patch
BuildRequires: dbus-glib-devel
BuildRequires: gnome-doc-utils >= 0.3.2
@ -34,8 +33,7 @@ Requires: gtk2-devel
Headers and libraries for Unique.
%prep
%setup -q
%patch0 -p1 -b .startup-id
%setup -q -n libunique-%{?version}
%build
%configure --enable-gtk-doc --disable-static
@ -66,6 +64,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.so
%changelog
* Mon Apr 20 2009 Richard Hughes <rhughes@redhat.com> - 1.0.8-1
- Update to latest upstream version
* Unbreak subclassing of UniqueApp
* Remove upstreamed patches
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild