Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0863472068 | ||
|
|
3710b4cc31 | ||
|
|
680bf4edd0 | ||
|
|
6dddcd8423 |
5 changed files with 15 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce-mcs-manager-4.4.2.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce-mcs-manager-4.4.3.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 @@
|
|||
876a4b5d582de8fdc01457df2e7e1339 xfce-mcs-manager-4.4.2.tar.bz2
|
||||
452815eb75d8a1ec70c1abbc78bc6d4e xfce-mcs-manager-4.4.3.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue