Compare commits

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

6 commits

Author SHA1 Message Date
Fedora Release Engineering
ebabad6287 dist-git conversion 2010-07-29 15:45:51 +00:00
Bill Nottingham
5a773c045f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:40 +00:00
Christoph Wickert
6f844e645d - Update to 1.6.2 2008-05-25 12:23:27 +00:00
Christoph Wickert
7af8f56f62 - Update to 1.6.1
- BR Thunar-devel for new file system monitoring feature
2007-12-29 16:04:00 +00:00
Christoph Wickert
48bd3a95af - Rebuild for Xfce 4.4.2 2007-12-10 23:33:04 +00:00
Jesse Keating
9e60e5c615 Initialize branch F-8 for xfce4-notes-plugin 2007-10-21 01:10:50 +00:00
5 changed files with 31 additions and 35 deletions

View file

@ -1 +0,0 @@
xfce4-notes-plugin-1.4.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-notes-plugin-1.6.2.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-notes-plugin
# $Id$
NAME := xfce4-notes-plugin
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 @@
6f20d84bf3aadd6c974f226c04f33050 xfce4-notes-plugin-1.4.1.tar.bz2
7c835ad636adeb4d2977e2f34ecda485 xfce4-notes-plugin-1.6.2.tar.gz

View file

@ -1,17 +1,18 @@
Name: xfce4-notes-plugin
Version: 1.4.1
Release: 3%{?dist}
Version: 1.6.2
Release: 1%{?dist}
Summary: Notes plugin for the Xfce panel
Group: User Interface/Desktops
License: GPLv2+
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xfce4-panel-devel >= 4.3.90.1, libxfcegui4-devel >= 4.3.90.1, libxml2-devel
BuildRequires: libXt-devel, gettext, perl(XML::Parser)
Requires: xfce4-panel >= 4.4.0
BuildRequires: Thunar-devel >= 0.8.0
BuildRequires: gettext, perl(XML::Parser)
Requires: xfce4-panel >= 4.4.1
%description
This plugin provides sticky notes for your desktop. You can create a note by
@ -34,6 +35,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
@ -43,15 +52,23 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_bindir}/xfce4-popup-notes
%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
%changelog
* Sat May 24 2008 Christoph Wickert <fedora christoph-wickert de> - 1.6.2-1
- Update to 1.6.2
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6.1-2
- Autorebuild for GCC 4.3
* Sat Dec 29 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.1-1
- Update to 1.6.1
- BR Thunar-devel for new file system monitoring feature
* Fri Dec 07 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.0-2
- Rebuild for Xfce 4.4.2
* Sat Nov 24 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.0-1
- Update to 1.6.0
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 1.4.1-3
- Rebuild for BuildID feature
- Update license tag