source: projects/specs/trunk/x/xfce4-dev-tools/xfce4-dev-tools-vl.spec @ 6284

Revision 6284, 1.6 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

Line 
1Name:           xfce4-dev-tools
2Summary:        Xfce developer tools
3Version:        4.10.0
4Release:        1%{?_dist_release}
5
6Group:          Development/Tools
7License:        GPLv2
8URL:            http://xfce.org/~benny/projects/xfce4-dev-tools/
9
10Source0:        http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
11
12BuildRequires:  glib2-devel
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16     
17%description
18This package contains common tools required by Xfce developers and people
19that want to build Xfce from SVN. In addition, this package contains the
20Xfce developer's handbook.
21
22%prep
23%setup -q
24
25%build
26%configure
27make
28
29%install
30rm -rf $RPM_BUILD_ROOT
31%makeinstall
32#make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(-,root,root)
39%doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
40%{_bindir}/xdt-autogen
41%{_bindir}/xdt-commit
42%{_bindir}/xdt-csource
43%{_datadir}/xfce4/dev-tools
44
45%changelog
46* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.0-1
47- new upstream release
48- add BuildRequires: glib2-devel
49- remove BuildArch: noarch
50
51* Sat Apr  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.8.0-1
52- new upstream release
53
54* Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.0-1
55- new upstream release
56- BuildArch: noarch
57
58* Mon Oct 27 2008 Shu KONNO <owa@bg.wakwak.com> 4.4.0.1-2vl5
59- applied new versioning policy
60
61* Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0.1-1vl2
62- new upstream release.
63
64* Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl2
65- build for VineSeed
66
67* Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 4.4.0-1vl1
68- initial release
Note: See TracBrowser for help on using the repository browser.