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

Revision 7938, 3.8 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

Line 
1Summary:        Useful things common to building gnome packages from scratch
2
3Name:           gnome-common
4Version:        3.10.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.10/%{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}
33cp doc-build/README doc-README
34# No sense making a doc subdir in the rpm pkg for one file.
35cp doc/usage.txt usage.txt
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(-,root,root,-)
46%doc doc-README README COPYING usage.txt ChangeLog
47%{_bindir}/*
48%{_datadir}/aclocal/*
49%{_datadir}/%{name}
50
51%changelog
52* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
53- new upstream release
54
55* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
56- new upstream release
57
58* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.91-1
59- new upstream release
60
61* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0.1-1
62- new upstream release
63
64* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-1
65- new upstream release
66
67* Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
68- new upstream release
69
70* Fri Jul 17 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1
71- update upstream version.
72- add Vender,Distribution,Packager tag.
73
74* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
75- initial build for Vine Linux
76
77* Sun Aug 12 2007 Toshio Kuratomi <a.badger@gmail.com> - 2.18.0-1
78- Update to version that matches gnome-2.18.
79- Update license tag to strict GPLv2.
80
81* Wed Dec 06 2006 Toshio Kuratomi <toshio@tiki-lounge.com> - 2.12.0-4
82- Add a patch from gnome-common cvs to address bug #218717 (gnome-common
83  does not work with automake-1.10).
84
85* Mon Sep 04 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-3
86- Bump and rebuild for FC6.
87
88* Thu Feb 16 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-2
89- Bump and rebuild for FC5.
90
91* Tue Oct 18 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.12.0-1
92- Upgrade to 2.12.0.
93- Add dist tag.
94
95* Thu May 12 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.8.0-3
96- Bump and rebuild to get versions synced across architectures.
97
98* Fri Mar 18 2005 Toshio Kuratomi <toshio-tiki-lounge.com> - 2.8.0-2
99- Rebuild for FC4t1
100
101* Tue Sep 14 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.8.0-1
102- Update to 2.8.0
103  + This release supports automake thru version 1.9 and has had a lot of
104    deprecated stuff cleaned out.
105- Removed BuildRequires.  A base mach build environment will build it now.
106- Removed Requires.  Although gnome-common still requires autoconf and
107  friends, it doesn't require a specific version of them.  There's no virtual
108  provides in the automake14,15,16,17 automake packages that could help here.
109
110* Mon Mar 22 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.3
111- Add COPYING file to the docs
112- Add bin/Changelog to the docs as ChangeLog.bin
113
114* Sun Dec 28 2003 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.2
115- Update the Requires line (rpm doesn't automatically detect most of the
116  dependencies.)
117- Remove the AUTHORS file as it's currently empty
118
119* Fri Dec 19 2003 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:2.4.0-0.fdr.1
120- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.