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

Revision 12005, 4.2 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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