Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
729285f6b8 | ||
|
|
df2b03c655 | ||
| b2c47e81ff | |||
|
|
5bee63e182 |
6 changed files with 11 additions and 40 deletions
|
|
@ -1 +0,0 @@
|
|||
unique-1.0.4.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
libunique-1.0.8.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6691a55b3ca0943f5824d7bdc73927da unique-1.0.4.tar.gz
|
||||
8ea35a7d8da7ef2952cd79f9e1324053 libunique-1.0.8.tar.gz
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
15
unique.spec
15
unique.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue