source: projects/specs/branches/6/t/twm/twm-vl.spec @ 2545

Revision 2545, 4.3 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1Summary: X.Org X11 twm window manager
2Summary(ja): X.Org X11 twm ウィンドウマネージャ
3Name: twm
4Version: 1.0.6
5Release: 1%{?_dist_release}
6License: MIT/X11
7Group: User Interface/X
8URL: http://www.x.org
9BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
10
11Source0: ftp://ftp.x.org/pub/individual/app/%{name}-%{version}.tar.bz2
12
13BuildRequires: pkgconfig
14# checking TWM_LIBS... -lXmu -lXt -lSM -lICE -lXext -lX11 -ldl
15BuildRequires: libX11-devel
16BuildRequires: libXt-devel
17BuildRequires: libXmu-devel
18BuildRequires: libSM-devel
19BuildRequires: libICE-devel
20BuildRequires: libXext-devel
21BuildRequires: libXau-devel
22BuildRequires: bison
23BuildRequires: flex
24
25Obsoletes: XOrg-twm
26
27%description
28X.Org X11 twm window manager
29
30%prep
31%setup -q -n %{name}-%{version}
32
33%build
34# FIXME: Work around pointer aliasing warnings from compiler for now
35export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
36%configure
37make
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42make install DESTDIR=$RPM_BUILD_ROOT
43
44# FIXME: Upstream sources do not create the system wide twm config dir, nor
45# install the default config file currently.  We'll work around it here for now.
46{
47   echo "FIXME: Upstream doesn't install systemwide config by default"
48   mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/twm
49   install -m 0644 src/system.twmrc $RPM_BUILD_ROOT%{_sysconfdir}/X11/twm/
50   rm $RPM_BUILD_ROOT%{_datadir}/X11/twm/system.twmrc
51}
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(-,root,root,-)
57%doc AUTHORS COPYING NEWS README ChangeLog
58%{_bindir}/twm
59#%dir %{_mandir}/man1x
60%{_mandir}/man1/twm.1*
61%dir %{_sysconfdir}/X11/twm
62%config %{_sysconfdir}/X11/twm/system.twmrc
63
64%changelog
65* Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
66- new upstream release
67
68* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
69- new upstream release
70- add BuildRequires: bison, flex
71
72* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1..0.4-1
73- new upstream release
74
75* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
76- initial build for Vine Linux
77
78* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.0.3-2
79- Autorebuild for GCC 4.3
80
81* Wed Aug 22 2007 Dave Airlie <airlied@redhat.com> - 1.0.3-1
82- Upgrade to 1.0.3 - fix URI for source
83- no sure about the system.twmrc, rm the spare copy for now
84
85* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1:1.0.1-4
86- Rebuild for build id
87
88* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1:1.0.1-4
89- Don't install INSTALL
90
91* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.0.1-3.1
92- rebuild
93
94* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-3
95- Bump and rebuild with minor specfile cleanups.
96- Add documentation to doc list, even though half of it is 0 bytes. Ah well.
97
98* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-2
99- Added "BuildRequires: pkgconfig" for (#194186)
100
101* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.2
102- bump again for double-long bug on ppc(64)
103
104* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.1
105- rebuilt for new gcc4.1 snapshot and glibc changes
106
107* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-1
108- Updated to twm 1.0.1 from X11R7.0
109
110* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1:1.0.0-1
111- Updated to twm 1.0.0 from X11R7 RC4.
112- Change manpage dir from man1x to man1 to match RC4 default.
113
114* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.1-4
115- Added "BuildRequires: libXau-devel", as twm fails without it, but does not
116  check for it with ./configure.  Bug (fdo#5065)
117
118* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.1-3
119- Actually spell RPM_OPT_FLAGS correctly this time.
120
121* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.1-2
122- Build with -fno-strict-aliasing to work around possible pointer aliasing
123  issues
124
125* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.1-1
126- Updated to twm 0.99.1 from X11R7 RC1.
127- Added Epoch 1 to package, to be able to change the version number from the
128  X11R7 release number to the actual twm version.
129- Change manpage location to 'man1x' in file manifest
130
131* Wed Oct 05 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-2
132- Update BuildRequires to match new library naming scheme
133- Use Fedora Extras style BuildRoot declaration
134
135* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
136- Initial build.
Note: See TracBrowser for help on using the repository browser.