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

Revision 8073, 1.7 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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