source: projects/specs/trunk/t/twm/twm-vl.spec @ 4616

Revision 4616, 4.4 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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