Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06f50b3693 | ||
| b09f0657b8 | |||
|
|
221c8066ee | ||
| 68409c6a1b | |||
|
|
3c70cf48ce |
6 changed files with 17 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
xfconf-4.6.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfconf-4.6.2.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 @@
|
|||
d4d3018767ea9eb4b57cc57d4038023b xfconf-4.6.1.tar.bz2
|
||||
5ff93c15077c6dbbcd38c437bc1ab2ef xfconf-4.6.2.tar.bz2
|
||||
|
|
|
|||
18
xfconf.spec
18
xfconf.spec
|
|
@ -1,12 +1,12 @@
|
|||
Name: xfconf
|
||||
Version: 4.6.1
|
||||
Release: 3%{?dist}
|
||||
Version: 4.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Hierarchical configuration system for Xfce
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
URL: http://www.xfce.org/
|
||||
Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfconf-%{version}.tar.bz2
|
||||
Source0: http://archive.xfce.org/src/xfce/xfconf/4.6/xfconf-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
|
|
@ -14,7 +14,10 @@ BuildRequires: libxfce4util-devel = %{version}
|
|||
BuildRequires: dbus-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: perl(ExtUtils::Depends) perl(ExtUtils::PkgConfig) perl(Glib)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) perl(Glib::MakeHelper)
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
|
||||
Requires: dbus-x11
|
||||
|
||||
Obsoletes: libxfce4mcs < 4.4.3-3
|
||||
|
|
@ -112,6 +115,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri May 21 2010 Kevin Fenzi <kevin@tummy.com> - 4.6.2-1
|
||||
- Update to 4.6.2
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 4.6.1-5
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
* Tue Oct 20 2009 Orion Poplawski <orion@cora.nwra.com> - 4.6.1-4
|
||||
- Add BR perl(ExtUtils::MakeMaker) and perl(Glib::MakeHelper)
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue