Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4a987df15 | ||
|
|
a7fe3c9999 | ||
| e99ff9cd00 | |||
| a47f9745d9 | |||
|
|
ce48d40ebb |
5 changed files with 13 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
libunique-1.1.2.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
libunique-1.1.6.tar.bz2
|
||||
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 @@
|
|||
f33749109768d43ef69ca7e8ffa7cfb7 libunique-1.1.2.tar.bz2
|
||||
7955769ef31f1bc4f83446dbb3625e6d libunique-1.1.6.tar.bz2
|
||||
|
|
|
|||
13
unique.spec
13
unique.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue