Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
a4a987df15 dist-git conversion 2010-07-29 14:43:12 +00:00
Bill Nottingham
a7fe3c9999 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:14:41 +00:00
e99ff9cd00 - Update to 1.1.6
- Brown paper bag release
2009-11-12 14:37:18 +00:00
a47f9745d9 - Update to 1.1.4
- Fixes nautilus segfaulting when launched from Places or the trash applet.
2009-11-12 14:07:59 +00:00
Jesse Keating
ce48d40ebb Initialize branch F-12 for unique 2009-09-29 07:12:36 +00:00
5 changed files with 13 additions and 25 deletions

View file

@ -1 +0,0 @@
libunique-1.1.2.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
libunique-1.1.6.tar.bz2

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 @@
f33749109768d43ef69ca7e8ffa7cfb7 libunique-1.1.2.tar.bz2
7955769ef31f1bc4f83446dbb3625e6d libunique-1.1.6.tar.bz2

View file

@ -1,5 +1,5 @@
Name: unique
Version: 1.1.2
Version: 1.1.6
Release: 1%{?dist}
Summary: Single instance support for applications
@ -14,6 +14,7 @@ BuildRequires: gnome-doc-utils >= 0.3.2
BuildRequires: libtool
BuildRequires: glib2-devel >= 2.12.0
BuildRequires: gtk2-devel >= 2.11.0
BuildRequires: gtk-doc
%description
Unique is a library for writing single instance applications, that is
@ -36,7 +37,7 @@ Headers and libraries for Unique.
%setup -q -n libunique-%{?version}
%build
%configure --enable-gtk-doc --disable-static
%configure --enable-gtk-doc --disable-static --enable-introspection=no
make %{?_smp_mflags}
%install
@ -64,6 +65,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.so
%changelog
* Thu Nov 12 2009 Richard Hughes <rhughes@redhat.com> - 1.1.6-1
- Update to 1.1.6
- Brown paper bag release
* Thu Nov 12 2009 Richard Hughes <rhughes@redhat.com> - 1.1.4-1
- Update to 1.1.4
- Fixes nautilus segfaulting when launched from Places or the trash applet.
* Tue Aug 25 2009 Matthias Clasen <mclasen@redhatcom> - 1.1.2-1
- Update to 1.1.2