Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9b4ea6693 | ||
|
|
dac7a55316 | ||
| b28c324af8 | |||
| 03f0d75b99 | |||
| bcf4cef52f | |||
|
|
0e68b24b9d |
5 changed files with 15 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce-mcs-manager-4.4.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce-mcs-manager-4.4.2.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
8fd3613d5aa0a146226718a9ea2c0242 xfce-mcs-manager-4.4.1.tar.bz2
|
||||
876a4b5d582de8fdc01457df2e7e1339 xfce-mcs-manager-4.4.2.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
Summary: Multi channel settings manager
|
||||
Name: xfce-mcs-manager
|
||||
Version: 4.4.1
|
||||
Version: 4.4.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPL
|
||||
License: LGPLv2+
|
||||
URL: http://www.xfce.org/
|
||||
Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfce-mcs-manager-4.4.1.tar.bz2
|
||||
Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfce-mcs-manager-4.4.2.tar.bz2
|
||||
Group: User Interface/Desktops
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: libxfce4mcs >= %{version}
|
||||
|
|
@ -68,6 +68,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/xfce4/xfce-mcs-manager
|
||||
|
||||
%changelog
|
||||
* Sun Nov 18 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.2-1
|
||||
- Update to 4.4.2
|
||||
- Remove unneeded patch
|
||||
|
||||
* Sun Aug 26 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-3
|
||||
- Update License tag
|
||||
|
||||
* Wed Aug 01 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-2
|
||||
- Add patch to fix excessive wakeups (fixes #250364)
|
||||
|
||||
* Sun Apr 15 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-1
|
||||
- Update to 4.4.1
|
||||
- Own some unowned directories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue