source: projects/specs/trunk/g/gnome-common/gnome-common-vl.spec @ 9791

Revision 9791, 4.0 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1Summary:        Useful things common to building gnome packages from scratch
2
3Name:           gnome-common
4Version:        3.18.0
5Release:        1%{?_dist_release}
6
7Group:          Development/Tools
8BuildArch:      noarch
9License:        GPLv2
10URL:            http://developer.gnome.org
11Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14Vendor:         Project Vine
15Distribution:   Vine Linux
16Packager:       daisuke,yasumichi
17
18Requires:       pkgconfig
19
20%description
21This package contains sample files that should be used to develop pretty much
22every GNOME application.  The programs included here are not needed for running
23gnome apps or building ones from distributed tarballs.  They are only useful
24for compiling from CVS sources or when developing the build infrastructure for
25a GNOME application.
26
27%prep
28%setup -q
29
30%build
31%configure
32make %{?_smp_mflags}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36make install DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root,-)
43%doc README COPYING ChangeLog
44%{_bindir}/*
45%{_datadir}/aclocal/*
46
47%changelog
48* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
49- new upstream release
50
51* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
52- new upstream release
53
54* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
55- new upstream release
56
57* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
58- rebuild with VineSeed environment
59
60* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
61- new upstream release
62
63* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
64- new upstream release
65
66* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.91-1
67- new upstream release
68
69* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
70- new upstream release
71
72* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
73- new upstream release
74
75* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
76- new upstream release
77
78* Fri Jul 17 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1
79- update upstream version.
80- add Vender,Distribution,Packager tag.
81
82* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
83- initial build for Vine Linux
84
85* Sun Aug 12 2007 Toshio Kuratomi <a.badger@gmail.com> - 2.18.0-1
86- Update to version that matches gnome-2.18.
87- Update license tag to strict GPLv2.
88
89* Wed Dec 06 2006 Toshio Kuratomi <toshio@tiki-lounge.com> - 2.12.0-4
90- Add a patch from gnome-common cvs to address bug #218717 (gnome-common
91  does not work with automake-1.10).
92
93* Mon Sep 04 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-3
94- Bump and rebuild for FC6.
95
96* Thu Feb 16 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-2
97- Bump and rebuild for FC5.
98
99* Tue Oct 18 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-1
100- Upgrade to 2.12.0.
101- Add dist tag.
102
103* Thu May 12 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.8.0-3
104- Bump and rebuild to get versions synced across architectures.
105
106* Fri Mar 18 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.8.0-2
107- Rebuild for FC4t1
108
109* Tue Sep 14 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.8.0-1
110- Update to 2.8.0
111  + This release supports automake thru version 1.9 and has had a lot of
112    deprecated stuff cleaned out.
113- Removed BuildRequires.  A base mach build environment will build it now.
114- Removed Requires.  Although gnome-common still requires autoconf and
115  friends, it doesn't require a specific version of them.  There's no virtual
116  provides in the automake14,15,16,17 automake packages that could help here.
117
118* Mon Mar 22 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.3
119- Add COPYING file to the docs
120- Add bin/Changelog to the docs as ChangeLog.bin
121
122* Sun Dec 28 2003 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.2
123- Update the Requires line (rpm doesn't automatically detect most of the
124  dependencies.)
125- Remove the AUTHORS file as it's currently empty
126
127* Fri Dec 19 2003 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.1
128- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.