source: projects/specs/trunk/x/xbanner/xbanner-vl.spec @ 521

Revision 521, 2.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name: xbanner
2Summary: A program for customizing the look of the standard XDM interface.
3Version: 1.31
4Release: 7vl2
5License: GPL
6Group: User Interface/X
7Source0: ftp://physics.fullerton.edu/pub/Linux/XBanner/XBanner1.31.tar.gz
8Patch0: xbanner-1.3-rh.patch
9Patch1: xbanner-1.3-nonroot.patch
10Buildroot: %{_tmppath}/xbanner-root
11
12%description
13The XBanner program allows the display of text, patterns and images
14in the root window, so users can customize the XDM style login screen
15and/or the normal X background.
16
17Install XBanner if you'd like to change the look of your X login screen
18and/or X background.
19
20%prep
21%setup -q -n XBanner1.31
22%patch0 -p1 -b .patch
23%patch1 -p0 -b .nonroot
24
25%build
26make CFLAGS="$RPM_OPT_FLAGS"
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31mkdir -p $RPM_BUILD_ROOT
32mkdir -p $RPM_BUILD_ROOT/usr
33mkdir -p $RPM_BUILD_ROOT/usr/X11R6/bin
34mkdir -p $RPM_BUILD_ROOT/usr/X11R6/include/X11/pixmaps
35mkdir -p $RPM_BUILD_ROOT/usr/X11R6/lib/X11/app-defaults
36
37make ROOT="$RPM_BUILD_ROOT" install
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43# I left random_effect out because the default "make install" rule doesn't
44# install it
45%defattr(-,root,root)
46%doc samples docs/*
47%attr(755,root,bin) /usr/X11R6/bin/freetemp
48%attr(755,root,bin) /usr/X11R6/bin/xbanner
49%attr(755,root,bin) /usr/X11R6/bin/xb_check
50
51%changelog
52* Mon Sep 18 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.31-7vl2
53- rebuilt with new toolchains
54- removed xsri
55- changed Group to User Interface/X
56
57* Wed Dec 19 2001 Toru Sagami <sagami@vinelinux.org>
58- 1.31-7vl1: non-root build
59
60* Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
61- hacked xsri into this package for now
62
63* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
64- auto rebuild in the new build environment (release 6)
65
66* Wed Jan 27 1999 Preston Brown <pbrown@redhat.com>
67- removed shadow-penguin thingie, replaced with real shadowman (tm reasons)
68- cleanups
69
70* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
71- built package for 6.0
72
73* Wed Sep 02 1998 Michael Maher <mike@redhat.com>
74- cleaned up spec, built for 5.2
75
76* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
77- translations modified for de, fr, tr
78
79* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
80- built against glibc
Note: See TracBrowser for help on using the repository browser.