Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a507240ad5 | ||
|
|
6aa2ed6b3f | ||
| 81f33d133d | |||
|
|
28bc406029 |
6 changed files with 7 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
xfconf-4.6.0.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfconf-4.6.1.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfconf
|
||||
# $Id$
|
||||
NAME := xfconf
|
||||
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)
|
||||
|
|
@ -1 +0,0 @@
|
|||
xfconf-4_5_92-4_fc11:HEAD:xfconf-4.5.92-4.fc11.src.rpm:1231811349
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
38595f78379eb1f456e97b393fdafd20 xfconf-4.6.0.tar.bz2
|
||||
d4d3018767ea9eb4b57cc57d4038023b xfconf-4.6.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: xfconf
|
||||
Version: 4.6.0
|
||||
Release: 2%{?dist}
|
||||
Version: 4.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Hierarchical configuration system for Xfce
|
||||
|
||||
Group: System Environment/Base
|
||||
|
|
@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.1-1
|
||||
- Update to 4.6.1
|
||||
|
||||
* Mon Mar 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.6.0-2
|
||||
- Fix directory ownership problems
|
||||
- Move gtk-doc into devel package and mark it %%doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue