rpms/xpad/devel import.log, NONE, 1.1 xpad.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Stefan Posdzich (cheekyboinc) fedora-extras-commits at redhat.com
Sat Jul 19 17:37:23 UTC 2008


Author: cheekyboinc

Update of /cvs/pkgs/rpms/xpad/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28785/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xpad.spec 
Log Message:
Initial commit



--- NEW FILE import.log ---
xpad-2_14-2_fc9:HEAD:xpad-2.14-2.fc9.src.rpm:1216488981


--- NEW FILE xpad.spec ---
Name:		xpad
Version:	2.14
Release:	2%{?dist}
Summary:	Sticky notepad for GTK+2

Group:		User Interface/Desktops
License:	GPLv2+
URL:		http://xpad.sourceforge.net
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:	hicolor-icon-theme
BuildRequires:	gtk2-devel libSM-devel gettext desktop-file-utils

%description
Xpad is a sticky note application written using GTK+ 2.0 
that strives to be simple, fault-tolerant, and customizable. 
Xpad consists of independent pad windows; each is basically 
a text box in which notes can be written. Despite being 
called xpad, all that is needed to run or compile it is 
the GTK+ 2.0 libraries.

%prep
%setup -q


%build
%configure

make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}"


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# desktop file stuff
desktop-file-install --vendor="fedora" \
	--delete-original \
	--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
	%{buildroot}/%{_datadir}/applications/%{name}.desktop

%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README NEWS THANKS TODO
%{_bindir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_mandir}/man1/%{name}.1*


%changelog
* Fri Jul 18 2008 Stefan Posdzich <cheekyboinc at foresightlinux.org> - 2.14-2
- description fixed
- Add doc NEWS, THANKS and TODO
- Add Requires: hicolor-icon-theme
- Remove BuildRequires: libICE-devel

* Fri Jul 11 2008 Stefan Posdzich <cheekyboinc at foresightlinux.org> - 2.14-1
- Initial SPEC file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xpad/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jul 2008 13:56:35 -0000	1.1
+++ .cvsignore	19 Jul 2008 17:36:35 -0000	1.2
@@ -0,0 +1 @@
+xpad-2.14.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xpad/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jul 2008 13:56:35 -0000	1.1
+++ sources	19 Jul 2008 17:36:35 -0000	1.2
@@ -0,0 +1 @@
+1e12e6aec8f03a656eb6427ba22c38d3  xpad-2.14.tar.bz2




More information about the fedora-extras-commits mailing list