Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
c8c33943c6 dist-git conversion 2010-07-29 15:42:14 +00:00
Bill Nottingham
1d1f70e198 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:39 +00:00
Christoph Wickert
1a00789826 fix release in order to not break the obsoletes in xfce4-settings 2009-01-30 20:09:12 +00:00
Christoph Wickert
4732083991 - Own %{_libdir}/xfce4/modules (#474587) 2009-01-30 19:56:38 +00:00
Jesse Keating
2f97304eed Initialize branch F-10 for xfce-mcs-manager 2008-11-07 05:09:53 +00:00
3 changed files with 6 additions and 23 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce-mcs-manager
# $Id$
NAME := xfce-mcs-manager
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,7 +1,7 @@
Summary: Multi channel settings manager
Name: xfce-mcs-manager
Version: 4.4.3
Release: 1%{?dist}
Release: 1%{?dist}.1
License: LGPLv2+
URL: http://www.xfce.org/
Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfce-mcs-manager-%{version}.tar.bz2
@ -39,7 +39,7 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/xfce4
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/xfce4/modules
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfce4
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfce4/doc
@ -59,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%{_datadir}/applications/*
%dir %{_libdir}/xfce4
%dir %{_libdir}/xfce4/modules
%dir %{_datadir}/xfce4
%dir %{_datadir}/xfce4/doc
@ -68,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/xfce4/xfce-mcs-manager
%changelog
* Fri Jan 30 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.4.3-1.1
- Own %%{_libdir}/xfce4/modules (#474587)
* Mon Oct 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 4.4.3-1
- Update to 4.4.3
- BuildRequire intltool