Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba5978e1df | ||
|
|
1d666f14e5 | ||
| 653ea90bb5 | |||
| 3febc713d6 | |||
| 90432600d1 | |||
| 3597145b82 | |||
|
|
cb1431358e |
5 changed files with 29 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce-mcs-manager-4.3.99.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce-mcs-manager-4.4.1.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 @@
|
|||
1a42226297b3b89f19bd17a6841f5c3a xfce-mcs-manager-4.3.99.1.tar.bz2
|
||||
8fd3613d5aa0a146226718a9ea2c0242 xfce-mcs-manager-4.4.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
Summary: Multi channel settings manager
|
||||
Name: xfce-mcs-manager
|
||||
Version: 4.3.99.1
|
||||
Release: 3%{?dist}
|
||||
License: LGPL
|
||||
Version: 4.4.1
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.xfce.org/
|
||||
Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfce-mcs-manager-4.3.99.1.tar.bz2
|
||||
Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfce-mcs-manager-4.4.1.tar.bz2
|
||||
Group: User Interface/Desktops
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: libxfce4mcs >= %{version}
|
||||
|
|
@ -22,6 +22,7 @@ Summary: Header file to build xfce-mcs-manager plugins
|
|||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libxfce4mcs-devel
|
||||
Requires: libxfcegui4-devel
|
||||
Requires: gtk2-devel
|
||||
|
||||
%description devel
|
||||
|
|
@ -38,6 +39,9 @@ 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/%{_datadir}/xfce4
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xfce4/doc
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
|
@ -54,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/icons/*/*/apps/*.png
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/*
|
||||
%dir %{_libdir}/xfce4
|
||||
%dir %{_datadir}/xfce4
|
||||
%dir %{_datadir}/xfce4/doc
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root,-)
|
||||
|
|
@ -61,6 +68,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/xfce4/xfce-mcs-manager
|
||||
|
||||
%changelog
|
||||
* Sun Aug 26 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-2
|
||||
- Update License tag
|
||||
|
||||
* Sun Apr 15 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-1
|
||||
- Update to 4.4.1
|
||||
- Own some unowned directories
|
||||
|
||||
* Sun Jan 21 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.0-1
|
||||
- Update to 4.4.0
|
||||
|
||||
* Thu Nov 9 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.2-2
|
||||
- Add libxfcegui4-devel to requires on devel subpackage
|
||||
|
||||
* Thu Nov 9 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.2-1
|
||||
- Update to 4.3.99.2
|
||||
|
||||
* Thu Oct 5 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.1-3
|
||||
- Add period to description
|
||||
- Fix defattr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue