Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
0863472068 dist-git conversion 2010-07-29 15:42:16 +00:00
Bill Nottingham
3710b4cc31 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:39 +00:00
Christoph Wickert
680bf4edd0 - Own %{_libdir}/xfce4/modules (#474587) 2009-02-02 01:26:25 +00:00
Jesse Keating
6dddcd8423 Initialize branch F-9 for xfce-mcs-manager 2008-04-22 02:36:03 +00:00
5 changed files with 15 additions and 28 deletions

View file

@ -1 +0,0 @@
xfce-mcs-manager-4.4.2.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce-mcs-manager-4.4.3.tar.bz2

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 +1 @@
876a4b5d582de8fdc01457df2e7e1339 xfce-mcs-manager-4.4.2.tar.bz2
452815eb75d8a1ec70c1abbc78bc6d4e xfce-mcs-manager-4.4.3.tar.bz2

View file

@ -1,16 +1,16 @@
Summary: Multi channel settings manager
Name: xfce-mcs-manager
Version: 4.4.2
Release: 2%{?dist}
Version: 4.4.3
Release: 1%{?dist}.1
License: LGPLv2+
URL: http://www.xfce.org/
Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfce-mcs-manager-4.4.2.tar.bz2
Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfce-mcs-manager-%{version}.tar.bz2
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: libxfce4mcs >= %{version}
Requires: libxfcegui4 >= %{version}
BuildRequires: pkgconfig
BuildRequires: gettext
BuildRequires: gettext intltool
BuildRequires: libxfce4mcs-devel >= %{version}
BuildRequires: libxfcegui4-devel >= %{version}
@ -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,13 @@ 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
* Sun Feb 10 2008 Kevin Fenzi <kevin@tummy.com> - 4.4.2-2
- Rebuild for gcc43